Each page in Davia can embed whiteboards. Whiteboards are interactive canvases where you can create visual diagrams, flowcharts, and illustrations.Documentation Index
Fetch the complete documentation index at: https://docs.davia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Everything is editable
In Davia, all content is editable:- Text in the editor - Click and edit any text content directly in the page editor
- Charts in whiteboards - Click on any element in whiteboards to edit, move, or modify it
Mermaid diagrams become whiteboards
Your coding agent generates Mermaid diagrams when creating documentation.
These are automatically transformed into interactive whiteboards, giving you
visual flowcharts and diagrams that you can edit directly without leaving your
page.
How the conversion works
- The agent creates a
.mmdfile in.davia/assets/mermaids/ - Davia automatically converts it to a
.jsonfile in.davia/assets/data/ - The HTML page embeds the diagram using:
<excalidraw data-path="data/diagram-name.json"></excalidraw>

