Skip to content
svedocs

svedocs

Build SvelteKit documentation sites for Cloudflare or static hosting.

Start Quick Start Get a site running, open the docs route, and move straight into the installed docs tree. Install Manual Installation Add svedocs to an existing SvelteKit app and wire the Vite plugin plus theme styles. Write Writing Use Markdown, frontmatter, and Svelte components in one content tree. Integrate Integrations Add search, Ask AI, Cloudflare deployment, SEO, and OG assets when the content is ready.

Start here

  1. Create a site with pnpm create svedocs my-docs.
  2. Open /docs and read the Quick Start.
  3. 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

Shell
pnpm 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.

Made by Alkinum with ♥