frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

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

https://mdxdocs.com
3•thequietmind•1h ago
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.