npx create-renoun@latest
- 📝 Author MDX content
- 📊 Query and analyze file system metadata
- 🛟 Validate module exports
- 📘 Generate up‑to‑date API references
- 🌈 Highlight code accurately
- ✅ Type‑check code blocks
- 🖼️ Render code previews
- 📦 Integrate with your favorite framework
| Blog | Demo | Source | MDX-powered blog with collections and post organization |
| Docs | Demo | Source | Next.js docs site with MDX, custom UI, and Tailwind CSS |
| Package | Demo | Source | Component library with MDX docs, examples, and hooks |
Maintaining consistent technical documentation at scale is hard, especially for design systems. The renoun toolkit simplifies this by providing a React‑first solution to author, validate, and render documentation that stays in sync with your code every step of the way.
To create a new project or add to an existing project, run the following command in your terminal:
npx create-renoun@latestThis will prompt you to select an example to install.
To install renoun manually, run the following command in your terminal:
npm install renounAfter installing the package, you can start creating content using your favorite framework.
See the Contributing Guide for details on how to contribute to renoun.
The renoun source code is provided under the non-commercial renoun license ideal for blogs, documentation sites, and educational content. If you plan to integrate renoun into a commercial product or service, reach out to [email protected] to discuss options.