Show HN: MDX Docs – a lightweight React framework for documentation sites

  • Posted 19 hours ago by thequietmind
  • 3 points
https://mdxdocs.com
Hey HN! I’m Ezra, the creator of MDX Docs.

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.

0 comments