Skip to content
svedocs

Edge-first Svelte docs

svedocs

Build edge-first SvelteKit documentation sites with one integrated framework package.

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.

What ships first

  • Content loading, scoped navigation, and search records.
  • Tailwind CSS v4 theme tokens and the default docs shell.
  • Search, Ask AI, SEO, OG, and Cloudflare deployment helpers in one package.

Typical flow

Shell
pnpm create svedocs my-docs cd my-docs pnpm install pnpm dev

Then keep the docs tree small at first: install the package, write pages, wire config, and only add hosted search or AI once the content itself feels stable.