# Docora — An open-source documentation framework for Next.js and React

> Source: <https://dev.to/md_arifulislam_77c9d1236/docora-an-open-source-documentation-framework-for-nextjs-and-react-2482>
> Published: 2026-08-25 05:35:26+00:00

Hey everyone

I've been building **Docora**, an open-source documentation framework for Next.js and React — inspired by Docus in the Nuxt ecosystem, but built from the ground up for this stack.

**What it does:**

- File-based routing — every file under
`content/`

becomes a route
- MDC syntax — write Markdown, get callouts, cards, tabs and steps with no imports
- Built-in search (compile-time command palette, no hosted service)
- SEO by default — sitemap, robots, canonical links, generated OG images
- i18n — a folder per locale, hreflang included
- An MCP server at
`/mcp`

on every deployed site, plus auto-generated `llms.txt`

— so AI tools like Cursor and Claude can read the docs directly
- An optional AI chat widget (Ask AI) built with the AI SDK, routed through AI Gateway

**Quickstart:**
