Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

Delightful Docs.

Mintlify drop-in replacement as a Vite plugin. Own your docs, ship with Git, build locally.

Holocron

Holocron turns MDX pages and a docs.json config into a full documentation site. It runs as a Vite plugin, builds locally, and deploys anywhere.
Designed as a Mintlify-compatible replacement for the common docs patterns: familiar config, MDX components, and frontmatter fields.

Install

pnpm add @holocron.so/vite react react-dom vite
import { defineConfig } from 'vite' import { holocron } from '@holocron.so/vite' export default defineConfig({ plugins: [holocron()], })
The plugin auto-adds Spiceflow, Tailwind CSS, and React. No extra setup needed.

What you get

  • Local builds with vite build, deploy the output anywhere
  • Mintlify-compatible docs.json schema and MDX components
  • OpenAPI reference pages generated from your spec
  • Search powered by Orama, built into the sidebar
  • Dark mode with system detection and manual toggle
  • AI exports for agents: .md per page, /llms.txt, /docs.zip, skill discovery
  • Custom entry to mount docs alongside your own Spiceflow routes