Subscribe and receive the latest tech updates, startup insights, and industry trends delivered straight to your inbox.
We respect your privacy. Unsubscribe at any time.
Dory is an open-source, cross-platform command-line tool that provides a user-friendly interface for managing Docker containers, images, and networks. It simplifies common Docker operations, making it easier for both beginners and experienced users to interact with their Docker environments.
We started with Next.js + Vercel, but it felt like overkill. SSR wasn’t needed, and we ran into vague webhook errors and deployment issues. It felt like too much complexity for a static documentation site.
So we built Dory – a minimal static site generator optimized for technical documentation. It's built with Preact, Vite, Tailwind, FontAwesome, Mermaid, and Typescript.
What makes Dory work for us: • Reads a folder of .mdx files • A single dory.json defines structure/layout • No SSR, no cloud lock-in • Fast builds, minimal config, deploy anywhere
The goal with Dory is to keep things truly simple — easy to set up, easy to use, and effortless to deploy for anyone building static documentation. Its design is inspired by great tools like Gitbook, Docusaurus, Readme, Mintlify, and Read the Docs. While we plan to add more features over time, simplicity will remain the core principle.
Once it becomes a bit more stable, we'll do a proper comparison to see load times, bundle size, all the good stuff.
It’s early (beta!), but it’s working well for us, and we’d love feedback from the community.
Repo: https://github.com/clidey/dory
Thanks for checking it out!