This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product upvotes vs the next 3

Waiting for data. Loading

Product comments vs the next 3

Waiting for data. Loading

Product upvote speed vs the next 3

Waiting for data. Loading

Product upvotes and comments

Waiting for data. Loading

Product vs the next 3

Loading

NebulaDB v0.6.0 Cumulus

One database. Every runtime. Zero servers.

NebulaDB v0.6.0 "Cumulus" brings the database to the cloud & edge — with 14 pluggable storage backends spanning browser (IndexedDB, LocalStorage), server (PostgreSQL, MySQL, MongoDB, Redis, SQLite), and edge/serverless (Cloudflare D1, Deno KV, Vercel KV, AWS Lambda).

Top comment

🚀 NebulaDB v0.6.0 "Cumulus" is live!

> After months of work, we're shipping the biggest update yet — 40 packages published, cloud & edge adapters (Cloudflare D1, Deno KV, Vercel KV, AWS Lambda), a new hybrid adapter for multi-layer fallback, and a full website redesign.

## What makes NebulaDB different?

- One API, 14 backends — swap from Memory → SQLite → Postgres without changing code
- Reactive by default — live queries push updates to your UI automatically
- Runs literally everywhere — browser, Node, Deno, Cloudflare, Vercel, AWS
- Plugin ecosystem — encryption, audit, backup, sync, validation, 12 total

We started this to solve the "which database do I use?" problem in modern apps. Now it's one answer for every environment.

## Try it in 30 seconds

```ts
import { createDatabase } from '@nebula-db/nebula-db';

const db = createDatabase();
const users = db.collection('users');

await users.insert({ name: 'Alice', age: 30 });

const result = await users.find({
  age: { $gt: 25 }
});
npm install @nebula-db/nebula-db

About NebulaDB v0.6.0 Cumulus on Product Hunt

One database. Every runtime. Zero servers.

NebulaDB v0.6.0 Cumulus was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #103 on the daily leaderboard. NebulaDB v0.6.0 "Cumulus" brings the database to the cloud & edge — with 14 pluggable storage backends spanning browser (IndexedDB, LocalStorage), server (PostgreSQL, MySQL, MongoDB, Redis, SQLite), and edge/serverless (Cloudflare D1, Deno KV, Vercel KV, AWS Lambda).

On the analytics side, NebulaDB v0.6.0 Cumulus competes within Open Source, Developer Tools, GitHub and Database — topics that collectively have 624.7k followers on Product Hunt. The dashboard above tracks how NebulaDB v0.6.0 Cumulus performed against the three products that launched closest to it on the same day.

Who hunted NebulaDB v0.6.0 Cumulus?

NebulaDB v0.6.0 Cumulus was hunted by Teck Mill. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

For a complete overview of NebulaDB v0.6.0 Cumulus including community comment highlights and product details, visit the product overview.