Cette page est affichée en anglais. Une traduction française est en cours.
ConfigsApr 7, 2026·2 min de lecture

Mintlify — AI-Powered Documentation Platform

Beautiful API docs and developer portals with AI-powered search, auto-generated API references, and instant deployment from markdown or OpenAPI specs.

What is Mintlify?

Mintlify is a modern documentation platform built for developer tools. It turns markdown files into polished documentation sites with built-in AI search, API playground, and analytics — no frontend work needed.

Answer-Ready: Mintlify is an AI-native documentation platform that generates beautiful developer docs from markdown with built-in search, analytics, and API playgrounds.

Core Features

1. Markdown-First Authoring

Write docs in MDX with rich components:

---
title: 'Getting Started'
description: 'Set up your project in 5 minutes'
---

<Card title="Quick Start" icon="rocket" href="/quickstart">
  Get up and running in minutes
</Card>

<CodeGroup>
```bash npm
npm install @acme/sdk
yarn add @acme/sdk
```

2. Auto API Reference

Point to your OpenAPI spec:

// mint.json
{
  "openapi": "https://api.example.com/openapi.json",
  "api": {
    "baseUrl": "https://api.example.com",
    "auth": { "method": "bearer" }
  }
}

3. AI-Powered Search

Built-in semantic search answers user questions directly from your docs — no configuration needed.

4. Analytics Dashboard

Track which pages users visit, what they search for, and where they drop off.

FAQ

Q: Is Mintlify free? A: Free tier for open-source projects. Paid plans start at $150/mo for startups.

Q: Can I self-host? A: Mintlify is cloud-hosted. For self-hosting needs, consider Docusaurus or Nextra.

Q: Does it support versioning? A: Yes, multi-version docs are supported on Growth plans and above.

🙏

Source et remerciements

Discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires