svedocs
Build SvelteKit documentation sites for Cloudflare or static hosting.
Start here
- Create a site with
pnpm create svedocs my-docs. - Open
/docsand read the Quick Start. - Move through Installation, Writing, Configuration, Integrations, and Reference as the project grows.
Included
- Content loading, filtered navigation, and search records.
- Tailwind CSS v4 theme tokens and the default docs shell.
- Search, Ask AI, SEO, OG images, and Cloudflare deployment tools.
Typical flow
Shellpnpm create svedocs my-docscd my-docspnpm installpnpm dev
Start with a small docs tree: install the package, write a few pages, and configure the site. Add hosted search or AI once there is enough content to judge the results.