Documentation Index
Fetch the complete documentation index at: https://00doc-web.vercel.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Publishing a document
You can publish to Unfurl in three ways. Pick the one that matches your workflow.- Dashboard upload
- Claude + MCP
- Cursor + MCP
Open a document
Go to the dashboard, create a new document or open an existing one.
HTML quality
- Prefer valid, complete documents (
<!DOCTYPE html>, semantic structure). The sanitizer strips risky markup; broken or empty pages are hard for readers and agents to use. - Inline CSS or linked stylesheets you control work best for predictable rendering in the preview and on
/d/[token]. - Test locally in a browser before upload if you use heavy scripts — the public view runs in a sandboxed iframe with a tightened CSP.
Prompts for AI-generated HTML
Give the model:- Audience (executive, engineer, customer)
- Structure (sections, tables, callouts)
- Output format: “Return a single HTML file with embedded CSS”