v0.1.0 — Now available

Documentation
Starter Kit

A production-ready documentation site built with Vike, React 19, and Tailwind CSS v4. Ship beautiful docs fast — without wrestling with build tools.

Quick start

pnpm create vike@latest my-docs
cd my-docs
pnpm install
pnpm dev

Everything you need

A curated set of modern tools that work together seamlessly, so you can focus on writing great documentation instead of configuring build pipelines.

Vike SSG/SSR

Built on Vike (the successor to vite-plugin-ssr), delivering lightning-fast static generation and server-side rendering with zero configuration.

⚛️

React 19

Leverages the latest React 19 features including the new compiler, concurrent rendering, and improved hydration for a snappy user experience.

🎨

Tailwind CSS v4

CSS-first configuration with Tailwind v4. No tailwind.config.js required — write your design tokens directly in CSS using @layer and @theme.

🔒

TypeScript First

Full TypeScript support throughout the renderer, components, and pages. Strict mode enabled for maximum type safety across your entire docs site.

📦

pnpm Ready

Optimised for pnpm workspaces with lock-file based installs. Fast, disk-efficient, and compatible with monorepo setups out of the box.

🚀

Netlify Deploy

One-command deploy to Netlify with production and versioned snapshot aliases. Includes security headers and SPA redirect rules pre-configured.

Stack at a glance

vike^0.4.210SSG / SSR framework
react^19.0.0UI rendering
tailwindcss^4.0.0Utility-first styling
@tailwindcss/vite^4.0.0Vite integration for Tailwind v4
@vitejs/plugin-react^4.3.4React fast-refresh via Vite
typescript^5.7.0Static type checking

Ready to build your docs?

Clone the repo, run pnpm install, and start writing your first page in minutes.

Read the guide →