1
0 Comments

135 → 680+ GitHub stars in 5 weeks: what actually moved the needle for our SQL IDE

We went from 135 to 680+ GitHub stars in 5 weeks for a self-hosted SQL IDE. Here's what actually moved the needle.

LibreDB Studio has been open source since late 2025, but we only started actively promoting it in August. Our team got tired of juggling five different desktop DB clients (one for Postgres, one for Mongo, one for Redis...) just to look at our own data, so we built one container that connects to 16+ different engines (Postgres, MySQL, MongoDB, Redis, Oracle, SQL Server, ClickHouse, Cassandra, Trino, and more) through one browser tab. MIT licensed, ships as Docker, a Helm chart, or an npm package if you want to embed it.

When we started actively pushing growth on August 7 we were at 135 stars. Today we're past 680. What actually worked, in order of impact:

  • Getting listed on the official docs pages of the engines we support (Postgres, Redis, MariaDB, ClickHouse, Trino, Apache Cloudberry). Slow, each one is its own PR and its own review process, but it's the highest-trust traffic we've gotten because the visitor already trusts that page.
  • A couple of unplanned pickups from China, Russian and Czech Linux news sites turned out to be our single biggest referral sources, bigger than Google search or GitHub itself. I guess they found us on the database's own websites.

Lesson: the community around the engines you support can be more receptive than the general dev crowd.

What we're still figuring out: turning traffic into contributors, not just stars.
If anyone here has cracked that, genuinely curious how.

Repo: https://github.com/libredb/libredb-studio

on September 13, 2026