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 Thumbnail

NebulaDB v0.6.0 Cumulus

One database. Every runtime. Zero servers.

Open Source
Developer Tools
GitHub
Database
Visit WebsiteSee on Product HuntGithub

Hunted byTeck MillTeck Mill

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

Comment highlights

No comment highlights available yet. Please check back later!

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).

NebulaDB v0.6.0 Cumulus was featured in Open Source (68.4k followers), Developer Tools (512.9k followers), GitHub (41.2k followers) and Database (2.1k followers) on Product Hunt. Together, these topics include over 104.2k products, making this a competitive space to launch in.

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.

Want to see how NebulaDB v0.6.0 Cumulus stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.