Open Source
Docs that developers love
A lightweight, forkable documentation starter built with Next.js, MDX, and shadcn/ui. Beautiful syntax highlighting, fast search, and dark mode out of the box.
$ npx create-next-app --example doculite my-docs
site-config.ts
export const siteConfig = {
name: "Doculite",
description: "A modern docs template",
navLinks: [
{ title: "Docs", href: "/docs" }
],
};Everything you need for great docs
Batteries included. Fork, customize, and ship.
MDX Content
Write documentation in MDX with full React component support.
Syntax Highlighting
Beautiful code blocks powered by Shiki with dual theme support.
Search
Fast client-side search across all documentation pages.
Components
Rich MDX components like Callout, Tabs, Steps, and more.
Dark Mode
Automatic theme switching with system preference detection.
Multi-language
Built-in i18n with automatic fallback, language switcher, and SEO.
Ready to build?
Get started in under a minute. Clone the template, add your content, and deploy.