All systems operational · Free forever, no credit card

The database that never forgets.

A full Database-as-a-Service with time travel, branching, and rollback. Free forever. No pauses. No credit card.

Start building free →Read the docs
10,000
rows / table free
500
reads / day free
7 days
time travel free
forgedb.ts
// Connect to ForgeDB
const db = new ForgeDB({
  project: 'my-saas-app',
  key: process.env.FORGEDB_KEY,
});

// Insert a row
await db.from('users').insert({
  email: 'user@example.com',
  plan: 'free',
});

// Query with filters
const { rows } = await db
  .from('users')
  .where({ plan: 'pro' })
  .orderBy('createdAt', 'desc')
  .limit(50);

// Time travel — query at any past date
const snapshot = await db
  .from('users')
  .at('2025-12-01')
  .select();

Everything you need.

Features that usually cost money, free by default.

Time Travel

Query your database at any point in the past. Every write creates a commit. Roll back to any moment in history.

Branching

Create isolated dev and staging branches of your database. Test destructive changes safely before merging to prod.

Full Rollback

One click to undo anything. Deleted the wrong table? Rolled back. Bad migration? Reversed. It's all just git history.

Webhooks

Get notified on any data event — insert, update, delete, schema changes, or when you hit a limit.

Prod + Test Envs

Every project ships with a production and test database, completely isolated but identically structured.

API Keys

Scoped read-only and read-write keys. Set expiry dates. Revoke instantly. Full audit trail on every request.

How it works

It's Just that easy.

01

Create a project

Sign up free. Create a project — you instantly get a prod and test database pair.

02

Grab your API key

Generate a scoped API key. Read-only or read+write. Expire it in a week or never.

03

Query via REST

Every table is a REST endpoint. GET, POST, PUT, DELETE. Or write raw SQL. Your choice.

04

Every write is a commit

All changes are batched and committed to a private GitHub repo. That's your audit trail, rollback, and time travel — all in one.

Simple pricing

Free forever. Pro when you need more.

Free
₦0
Forever. No credit card.
Get started free →
3 projects
6 databases
5 tables / database
10,000 rows / table
500 reads / day
100 writes / day
2 API keys / project
7-day time travel
Always-on (never pauses)
POPULAR
Pro
₦3,000/mo
Billed ₦36,000 / year · save ₦6,000
Get Pro →
Unlimited everything
Full time travel history
Database branching
Webhooks
Unlimited snapshots
Cross-database queries
Sub-30s GitHub sync
Team collaboration + roles
90-day log history

Build something.

Free account. Always on. No pauses. No sleep mode.

Create free account →