docs.json config, and Holocron produces a full docs site with search, dark mode, OpenAPI reference, and AI-readable exports.docs.json and MDX files. Holocron accepts unknown Mintlify fields and supports the common component vocabulary it renders today.vite build and deploy the output anywhere. No hosted service required.docs.json, MDX components (Tabs, Cards, Callouts, Steps, etc.), and frontmatter fields..md route, plus /llms.txt, /docs.zip, and .well-known/agent-skills/ for agent discovery.12345678910111213141516docs.json + MDX files │ ▼ ┌──────────────┐ │ Vite Plugin │ reads config, syncs navigation tree, processes MDX │ (holocron()) │ └──────┬───────┘ │ ▼ ┌──────────────┐ │ Spiceflow │ React Server Components framework │ + Tailwind │ auto-added by the plugin └──────┬───────┘ │ ▼ Full docs site with search, OpenAPI, dark mode, AI exports
public/ can be copied into Holocron's generated image directory with dimensions and placeholders; images already in public/ keep their public URL. Only changed files get re-parsed on subsequent builds thanks to a git-SHA-based cache.| Feature | Details |
| Navigation | Tabs, groups, nested groups, anchors, versions, dropdowns, products |
| Components | Accordions, Cards, Callouts, Steps, Tabs, Code Groups, and more |
| OpenAPI | Point at a spec file, get auto-generated API reference pages |
| Search | Built-in Orama search across navigation and headings |
| Theming | shadcn-compatible CSS variables, custom fonts, logo, favicon |
| AI exports | /llms.txt, /docs.zip, .md per page, skill discovery |
| Deployment | Node.js or Cloudflare Workers |