Documentation

Welcome to Unmint

A free, open-source Mintlify-style documentation system

Welcome to Unmint — a beautiful, customizable documentation system built with Next.js, Fumadocs, and more (see Built With below).

What is Unmint?

Unmint is a free and open-source alternative to paid documentation platforms like Mintlify. It provides:

  • Beautiful out-of-the-box styling that looks professional without customization
  • Full MDX support with pre-built components (cards, callouts, tabs, steps, etc.)
  • Built-in search powered by Fumadocs
  • Dynamic OG images generated automatically for social sharing
  • Dark mode with seamless theme switching
  • Easy customization through a simple theme configuration file

Tip

Unmint is designed to be forked and customized. All the code is yours to modify.

Why Unmint?

FeatureUnmintTypical SaaS
CostFree$50-500/mo
CustomizationFull controlLimited
Data ownership100% yoursHosted
Self-hostedYesNo
Open sourceYesNo

Getting Started

# Clone the repository
git clone https://github.com/gregce/unmint.git my-docs

# Install dependencies
cd my-docs
npm install

# Start development server
npm run dev

Then open http://localhost:3000 to see your docs.

Built With

Unmint is built on top of excellent open-source projects:

Note

Unmint is fully open source under the MIT license. Feel free to use it for personal or commercial projects.