Skip to content
svedocs

Quick Start

Start a svedocs site in minutes and learn the core pieces of the framework.

svedocs is a SvelteKit-native documentation framework for docs sites that want a single, integrated stack: content loading, theme, search, Ask AI, SEO, OG images, and Cloudflare deployment helpers.

Install

Shell
pnpm add svedocs pnpm add -D svedocs-cli

Create a site

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

What you get

CapabilityDefault
ContentMarkdown, SVX/MDX-style authoring, frontmatter, code metadata, and scoped navigation
ThemeTailwind CSS v4 theme tokens, light and dark modes, and layout components
DeployCloudflare edge SSR, static output, and SPA fallback
SearchLocal MiniSearch, Algolia, Typesense, and Cloudflare AI Search
Ask AIMock, Cloudflare AI Search, Workers AI, OpenAI-compatible providers, citations, and rate limits
SEOMetadata, JSON-LD, sitemap, robots, and OG assets

Next steps

  • Read Installation if you are wiring svedocs into an existing SvelteKit app.
  • Read Writing to understand the content model and authoring flow.
  • Read Configuration for site metadata, theme, and build settings.
  • Read Integrations for search, AI, deployment, and SEO helpers.

FAQ

  • New project? Use pnpm create svedocs.
  • Existing project? Start with pnpm add svedocs and pnpm add -D svedocs-cli.
  • Need a quick demo? The CLI can scaffold a full docs site with local search and OG routes.