R

What is ReviteDocs?

ReviteDocs is a modern documentation generator that combines the simplicity of markdown with the power of React components. Built on Vite for lightning-fast development and optimized production builds.

Features

  • πŸ“ Markdown-first - Write docs in Markdown/MDX with full GFM support
  • ⚑ Vite-powered - Instant HMR, fast builds, and modern tooling
  • 🎨 React components - Use React components directly in your docs
  • πŸ” Full-text search - Built-in Pagefind search, works offline
  • πŸŒ™ Dark mode - Automatic theme switching
  • πŸ“± Mobile-friendly - Responsive design out of the box
  • πŸ—ΊοΈ SEO ready - Automatic sitemap and meta tags
  • πŸ€– AI-friendly - Generates llms.txt for AI assistants

Quick Start

# Install
npm install revitedocs

# Create docs
mkdir docs && cd docs
revitedocs init

# Start writing
npm run dev

Why ReviteDocs?

  • React-based - Build with the ecosystem you know
  • Blazing fast - Powered by Vite for instant dev and optimized builds
  • MDX support - Use React components directly in markdown
  • Offline search - Built-in Pagefind for fast, client-side search
  • Lightweight - ~50KB bundle, no heavy dependencies

Get Started

Ready to build beautiful documentation?