announcement release
Introducing Barodoc: Documentation Made Right
Zero-config documentation framework built on Astro — beautiful docs in seconds.
Barodoc Team · · 1 min read We’re excited to introduce Barodoc — a documentation framework built for developers who want beautiful docs without the setup overhead.
Why Barodoc?
Building documentation should be about writing great content, not fighting with build tools. That’s why we created Barodoc with a simple philosophy: just write Markdown.
Zero Config, Full Power
Drop your Markdown files in a folder and run:
barodoc serve docs
That’s it. No package.json, no config files, no dependency installation. Barodoc handles everything behind the scenes.
When You Need More
For advanced use cases, eject to a full Astro project with complete control over components, layouts, and pages:
barodoc eject
Key Features
- MDX Support — Use React components in your documentation
- Dark Mode — Built-in with system preference detection
- i18n — Multi-language support out of the box
- Search — Full-text search powered by Pagefind
- Plugin System — Extend with analytics, sitemaps, OpenAPI, and more
Get Started
barodoc create my-docs
cd my-docs
barodoc serve
Visit the docs to learn more.