{
  "id": 3199368,
  "title": "Docora — An open-source documentation framework for Next.js and React",
  "url": "https://urgent.news/2026/08/25/docora-an-open-source-documentation-framework-for-next-js-and-react",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-25T05:35:26.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/md_arifulislam_77c9d1236/docora-an-open-source-documentation-framework-for-nextjs-and-react-2482"
  },
  "original_language": "en",
  "account": "Docora is an open-source documentation framework designed for the Next.js and React ecosystem. Inspired by Docus in the Nuxt ecosystem, it was created from the ground up to cater specifically to this stack. The framework offers several key features:\n\nFile-based routing, where each file under the \"content/\" directory becomes a route.\nMarkdown syntax with built-in elements like callouts, cards, tabs, and steps, without requiring any additional imports.\nBuilt-in search functionality, utilizing a compile-time command palette that does not rely on any hosted services.\nSEO optimization by default, with generated sitemaps, robots.txt, canonical links, and Open Graph images.\nInternationalization support, organized into separate folders per locale, with hreflang tags included.\nAn MCP server accessible at \"/mcp\" on every deployed site, along with an auto-generated \"llms.txt\" file to enable AI tools like Cursor and Claude to directly read the documentation.\nAn optional AI chat widget, built using the AI SDK and routed through the AI Gateway, allowing for interactive AI-powered assistance within the documentation.\nTo get started with Docora, users can run the command \"npx create-docora my-docs\" to create a new documentation project, then navigate into the project folder with \"cd my-docs\" and start the development server using \"npm run dev\".\nThe source code for Docora can be found on GitHub at https://github.com/StaticMania/docora.\nA live demo of the framework can be accessed at https://docora-docs.vercel.app/.\nThe author of Docora is seeking community assistance, particularly in the following areas:\nImproving the Ask AI feature, which is currently limited by the free tier of Vercel's AI Gateway. The author hopes to make this feature more accessible for the Next.js community to experiment with and learn from.\nSeeking guidance on how to leverage the Open Source Program or similar support to help enhance the open-source aspect of the framework.\nOpen to answering any questions and welcomes feedback on the framework's development experience, missing features, and any identified bugs.",
  "summary": "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…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}