Back to Templates
Source

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 dependenciesnpm install# Start development servernpm 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 Pro - Premium 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
π 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
Use Cases