Docz is a documentation framework for building interactive documentation sites from MDX files. It lets developers write documentation that combines Markdown content with live React components, examples, props tables, and playground-style demos. The project is designed to reduce the time spent building and maintaining custom documentation websites. It creates live-reloading development sites and production-ready static documentation output. Docz is built around Gatsby, which enables SEO-friendly documentation and customization through Gatsby theme shadowing. The repository was archived by its owner on November 21, 2025, so it is best treated as a mature legacy project for existing documentation sites or as a reference for MDX-based documentation workflows.
Features
- MDX documentation authoring
- Interactive React component examples
- Live-reloading development server
- Production static site builds
- Props table documentation support
- Gatsby-based customization