MongoDB Atlas's Flex tier caps workloads at 500 operations per second and $30 a month, so any app that outgrows it jumps straight to a dedicated M10 cluster at roughly $57 a month. While that base price includes a three-node replica set, costs compound quickly once storage scales, backup snapshot fees kick in, or a dedicated Atlas Search cluster—requiring a two-node minimum billed from $0.24 an hour combined—is added on top. FerretDB drops that billing model entirely by translating the MongoDB wire protocol onto a PostgreSQL backend, so the same drivers and aggregation queries run against a database you can pg_dump, replicate, and index with standard SQL tooling. RethinkDB and TerminusDB add capabilities Atlas doesn't expose at any tier — native changefeed subscriptions for live query push, and Git-style branch, merge, and time-travel built into the document store itself — both deployable from a single Docker Compose file.
| Name | Main Category | Sub-Category | Target Alternative | Free Tier Summary | Self-Hostable? | Short Description | Primary Link |
|---|---|---|---|---|---|---|---|
Apache CouchDB | Databases & Backend-as-a-Service | Document Database | MongoDB Atlas | 100% Free - Open Source (Apache 2.0) | Yes - Docker | A document database built on HTTP/JSON APIs with native multi-master replication and PouchDB compatibility, letting offline-first apps sync straight to the browser without a separate sync service. | |
OrientDB | Databases & Backend-as-a-Service | Multi-Model Database (Document + Graph) | MongoDB Atlas | 100% Free - Open Source (Apache 2.0) | Yes - Docker | Stores documents and graph edges together using direct pointers between records instead of runtime joins, covering workloads that mix document lookups with relationship traversal in one engine. | |
TerminusDB | Databases & Backend-as-a-Service | Versioned Document & Graph Database | MongoDB Atlas | 100% Free - Open Source (Apache 2.0) | Yes - Docker | Adds Git-style branch, merge, diff, and time-travel directly into the storage layer, so every write is an immutable delta you can roll back or audit without standing up a separate versioning system. | |
FerretDB | Databases & Backend-as-a-Service | MongoDB-Compatible Document Database | MongoDB Atlas | 100% Free - Open Source (Apache 2.0) | Yes - Docker | Translates the MongoDB wire protocol onto a PostgreSQL backend, so existing MongoDB drivers and aggregation queries connect unchanged while documents live in a database you can query, back up, and replicate with standard SQL tooling. | |
MongoDB Community Server | Databases & Backend-as-a-Service | Document Database | MongoDB Atlas | Free - Self-Hosted (SSPL 1.0, not OSI-approved) | Yes - Docker | The self-hosted core that Atlas runs on top of — same document model, aggregation pipeline, and drivers, deployable via official Docker images instead of a metered Atlas cluster tier. | |
RethinkDB | Databases & Backend-as-a-Service | Realtime Document Database | MongoDB Atlas | 100% Free - Open Source (Apache 2.0) | Yes - Docker | Ships a built-in changefeed API that pushes live query results to subscribed clients over a persistent connection, replacing hand-rolled change-stream polling with realtime push by default. |
Stape bills per request once you outgrow its free tier. These open-source tag managers give you server-side tracking on infrastructure you control.
Typeform caps your responses and Qualtrics hides pricing behind a sales call — these self-hosted tools skip both.
Datadog and Checkly bill per test run across every check and location. These self-hosted tools give you unlimited synthetic checks instead.
Open-source RUM tools with session replay, JS error tracking, and Core Web Vitals — no per-session billing or vendor data caps.
Atlassian is retiring Opsgenie and Grafana archived its OSS on-call tool. Here are five self-hosted platforms that still page, escalate, and route alerts.
Self-hosted, open-source CDPs that replace Segment and mParticle's per-MTU pricing with Docker-deployable event routing and raw data ownership.
Five self-hosted platforms that track visitors without cookies or consent banners, replacing Google Analytics and Adobe Analytics for GDPR-first teams.
Four open-source platforms replicate Mixpanel and Amplitude's event funnels and retention cohorts without per-tracked-user billing spikes.
RDS and Cloud SQL restrict superuser access and bill per GB for IOPS and backups. These self-hosted platforms give you both back.
Neo4j Aura's per-GB pricing and node caps get expensive fast. These self-hosted graph databases handle the same Cypher queries and knowledge graphs for free.
Escape Hasura Cloud's per-hour and per-GB billing with open-source engines that turn any Postgres schema into a live GraphQL or REST API.
Airtable's per-seat pricing adds up fast. These open-source, self-hosted tools give you the same grid-and-view interface on a database you actually own.