Building documentation for your project has never been easier. Create beautiful, highly customizable, and extremely fast sites out of the box.
Integrations & Ecosystem
Everything you need to ship world-class technical documentation.
⡿ src/docs/guides/getting-started.mdx changed
⠋ Rebuilding route...
✔ Route updated in 12ms
⠋ Hot-module replacing...
✔ HMR applied (0.3ms)
→ Ready at http://localhost:4321Every save triggers an instant, surgical update — no full-page reload, no state loss. Your docs refresh faster than you can alt-tab.
⚡ boltdocs build — v2.9.0
[1/3] Resolving routes ✔ 84 routes
[2/3] Bundling pages ✔ 6.2 MB (2.1s)
[3/3] Generating static ✔ 78 pages
╭────────────┬────────╮
│ Build Time │ 2.1s │
│ Pages │ 78 │
│ JavaScript │ 6.2 MB │
│ CSS │ 93 kB │
╰────────────┴────────╯
✔ Build complete — dist/ readyFrom cold start to deploy-ready HTML in under 200ms per page. Powered by Vite and aggressive caching at every layer.
export default defineConfig({
siteUrl: 'https://example.com',
seo: {
indexing: 'all',
thumbnails: {
background: '/og-image.webp',
},
},
robots: {
rules: [{ userAgent: '*', allow: '/' }],
},
})Automatic Open Graph images, sitemaps, structured data, and meta tags — no plugins, no extra config. Every page is SEO-ready from line one.
�� Searching "instalation"…
Did you mean "installation"?
docs/guides/getting-started/installation.mdx
└─ Getting Started — Installation
└─ pnpm create boltdocs@latest
instalation
└─ No results found
◉ Fuzzy match enabled (threshold: 0.6)
◉ 12 results in 0.8msTypo-tolerant, instant search that works offline. FlexSearch powered out of the box — no Algolia key, no third-party service required.
�� Security Audit — boltdocs v2.9.0
✓ Dependencies scanned: 1,284
✓ Known vulnerabilities: 0
╭──────────────────────┬──────╮
│ Package │ Risk │
├──────────────────────┼──────┤
│ esbuild │ low │
│ postcss │ none │
│ typescript │ none │
╰──────────────────────┴──────╯
→ Run pnpm audit for full reportAutomated dependency auditing, hardened build pipelines, and CSP headers baked into every deployment. Security is not an afterthought.
Create beautiful, performant documentation with zero config. Join thousands of developers already using Boltdocs.