Quick Reference · Claude Chat Interface
Native Visualization Types
Vector Graphics & Diagrams
Scalable, crisp graphics rendered directly in chat. No interaction — purely visual. Your highest-fidelity static option, and probably your workhorse for structural and relational work.
Good for
Sample prompt
HTML Widgets & Dashboards
Renders inline with live interactivity — buttons, filters, toggles, animations. Stateless on load. Use when you need to navigate or explore information rather than just read it.
Good for
Sample prompt
Stateful Interactive UI
Full React with state and logic. Use when information must respond to input and maintain context across interactions.
Good for
Sample prompt
Quick Syntax Diagrams
Markdown-style diagram syntax. Fast and low-effort. Limited aesthetic control. Good for rough structure before committing to polished SVG.
Good for
Sample prompt
Relationship Networks
Nodes and edges showing connections. Can be SVG or React/D3. Ideal for character webs, thematic links, intertextual maps.
Good for
Sample prompt
Style controls you can specify
- Named color palette or hex values
- Font family preferences
- Dark vs. light background
- Density — sparse, moderate, or dense
- Label verbosity — minimal or annotated
- Layout direction — top-down, left-right, radial
- Animation — none, subtle, or expressive
How to iterate in conversation
- “Change the palette to deep navy and warm cream”
- “Make the typography larger and more editorial”
- “Add a legend to the bottom right”
- “Collapse secondary nodes — show primary only”
- “Convert this SVG into an interactive HTML version”
- “Export this as a standalone HTML file I can save”
- “Apply the Aletheus Ember Light colorway”
Leave a Reply