I built this because I wanted a fast, simple way to document components using Markdown and React together with MDX.
The goal was to keep things really straightforward: pages are just MDX files, and they map directly to routes. You can write docs and drop in React components right alongside them without much setup.
It also includes a CLI:
npx create-mdx-docs@latest my-docs
I’ve been using it to spin up docs sites quickly, and it’s been a really nice workflow so far.
Curious how others are approaching documentation for components and internal tools these days. Happy to answer any questions.