Show HN: Liam ERD – Automatically generates beautiful ER diagrams [Apache-2.0]
github.comHey HN, I’d like to share Liam ERD, an open-source tool that automatically generates beautiful and interactive ER diagrams from your database schemas (PostgreSQL, schema.rb, schema.prisma etc.). We built it to address the common pain of manually maintaining schema diagrams and to help teams keep their database documentation always up-to-date.
Key features:
- Beautiful UI & Interactive: A clean design and intuitive features (like panning, zooming, and filtering) make it easy to understand even the most complex databases.
- Web + CLI: Use our web version for quick demos on public projects, or the CLI for private repos and CI/CD integration.
- Scalable: Handles small to large schemas (100+ tables) without much hassle.
- Apache-2.0 licensed: We welcome contributions, bug reports, and feature requests on GitHub.
Example: For instance, here’s Mastodon’s schema visualized via our web version: https://liambx.com/erd/p/github.com/mastodon/mastodon/blob/m...
(Just insert liambx.com/erd/p/ in front of a GitHub URL!)
Under the hood, Liam ERD is a Vite-powered SPA that renders an interactive diagram with React Flow. You can host the generated files on any static hosting provider or view them locally for private schemas.
We’d love to hear your feedback or ideas! If you find Liam ERD helpful, a star on GitHub would be greatly appreciated—it helps us see what’s valuable to the community and plan future improvements. Thanks for checking it out!
[dead]