New Project
Back to Templates

Docus

Markdown-based documentation starter with Nuxt and Vue components.

DeployView Demo
Docus Thumbnail

Docus Default Starter

A beautiful, minimal starter for creating documentation with Docus

This is the default Docus starter template that provides everything you need to build beautiful documentation sites with Markdown and Vue components.

[!TIP] If you're looking for i18n support, check out the i18n starter.

✨ Features

  • šŸŽØ Beautiful Design - Clean, modern documentation theme
  • šŸ“± Responsive - Mobile-first responsive design
  • šŸŒ™ Dark Mode - Built-in dark/light mode support
  • šŸ” Search - Full-text search functionality
  • šŸ“ Markdown Enhanced - Extended markdown with custom components
  • šŸŽØ Customizable - Easy theming and brand customization
  • ⚔ Fast - Optimized for performance with Nuxt 4
  • šŸ”§ TypeScript - Full TypeScript support

šŸš€ Quick Start

# Install dependencies
npm install
# Start development server
npm run dev

Your documentation site will be running at http://localhost:3000

šŸ“ Project Structure

my-docs/
ā”œā”€ā”€ content/ # Your markdown content
│ ā”œā”€ā”€ index.md # Homepage
│ ā”œā”€ā”€ 1.getting-started/ # Getting started section
│ └── 2.essentials/ # Essential documentation
ā”œā”€ā”€ public/ # Static assets
└── package.json # Dependencies and scripts

⚔ Built with

This starter comes pre-configured with:

  • Nuxt 4 - The web framework
  • Nuxt Content - File-based CMS
  • Nuxt UI - UI components
  • Nuxt Image - Optimized images
  • Tailwind CSS 4 - Utility-first CSS
  • Docus Layer - Documentation theme

šŸ“– Documentation

For detailed documentation on customizing your Docus project, visit the Docus Documentation

šŸ¤– AI Assistant Skill

Get started quickly with Docus by adding specialized knowledge to your AI assistant (Cursor, Claude, etc.):

npx skills add nuxt-content/docus

This skill helps you create documentation faster by providing your AI assistant with best practices, MDC component usage, ready-to-use templates, writing guidelines, and configuration tips for Docus. Perfect for quickly scaffolding new documentation projects.

šŸš€ Deployment

Build for production:

npm run build

The built files will be in the .output directory, ready for deployment to any hosting provider that supports Node.js.

šŸ“„ License

MIT License

GitHub Reponuxt-content/docus
Use Cases
Documentation
Stack
NuxtTailwind

Related Templates

Back to Templates
DeployView Demo

Nextra: Docs Starter Kit

Simple, powerful and flexible markdown-powered docs site. Built with Next.js.
Nextra: Docs Starter Kit

Alpine

A minimalist blog theme, powered by Nuxt & Markdown.
Alpine

Nuxt.js 3 Boilerplate

A Nuxt.js 3 app, bootstrapped with create-nuxt-app.
Nuxt.js 3 Boilerplate