Lightbase
Operational

A tiny backend that scales like a big one.

A lightweight, multi-project Backend-as-a-Service with PostgREST, Supabase, SQLite, and Dexie-compatible APIs.

Lightweight by design

A single Node process serves thousands of projects. The storage engine streams records off disk so memory stays flat regardless of dataset size.

Multi-project from day one

Each project gets an isolated partition with its own schema, auth keys, quotas, and audit log. No cross-project leakage is possible by construction.

Drop-in API compatibility

PostgREST-style REST endpoints, Supabase-compatible auth shapes, a SQLite-flavored SQL subset, and a Dexie-compatible IndexedDB-style client. Migrate without rewriting.

Battle-tested security

Per-request rate limiting, zod validation at every trust boundary, constant-time secret comparison, full audit trail, and security headers on every response.