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.
A lightweight, multi-project Backend-as-a-Service with PostgREST, Supabase, SQLite, and Dexie-compatible APIs.
A single Node process serves thousands of projects. The storage engine streams records off disk so memory stays flat regardless of dataset size.
Each project gets an isolated partition with its own schema, auth keys, quotas, and audit log. No cross-project leakage is possible by construction.
PostgREST-style REST endpoints, Supabase-compatible auth shapes, a SQLite-flavored SQL subset, and a Dexie-compatible IndexedDB-style client. Migrate without rewriting.
Per-request rate limiting, zod validation at every trust boundary, constant-time secret comparison, full audit trail, and security headers on every response.