Open MVP · no waitlist

The database for AI apps.

Spin up a real database in seconds. One command, one URL, and you're live. No infrastructure to manage, no lock-in.

  • One-command setup
  • Real-time reads
  • Full export whenever you want
quickstart.ts
import { createClient } from "daabase"; const db = createClient(process.env.DAABASE_URL); await db.notes.insert({ title: "Kickoff" });const notes = await db.notes.find({ limit: 10 });
table · noteslive
n_01Kickoff2 s ago
n_02Agent notes14 s ago
n_03Beta feedback1 min ago

Why Daabase

The database you actually need.

Five things that matter when you're building with AI and don't want to waste time on infrastructure.

01

Fast

Sub-10 ms reads at the edge. No cold starts, no pooling gymnastics.

02

Simple

One API, one SDK. From install to first query in minutes.

03

Portable

Your whole database fits in a file. Export it and take it anywhere.

04

Made for AI

Model-readable schema, native vectors, and an MCP server built in.

05

Open source

Open core. Self-host when you're ready. No proprietary formats.

Built for AI

Built for agents, not retrofitted for them.

AI apps write constantly, read unpredictably, and evolve their schema mid-flight. Daabase is designed for that pattern from day one.

Your tables as tools

Native MCP server: plug in Claude, Cursor, or your own agent and grant read or write per table, explicitly.

The model understands the schema

Types and descriptions travel with every table, so agents write correct queries without guessing.

Vectors next to your rows

Embeddings and relational data in one query. One database to maintain.

Every write versioned

Audit what the agent did and revert one change without restoring everything.

agent · mcp

tool

daabase.query(table, filter)

scope

notes:read, notes:write

latency

8 ms p50

Demo

Zero to data in five steps.

No maze-like dashboards. Pick a step and read the code.

terminal
$ npx daabase init app ✓ database created   app-7f2c✓ region             auto (edge)✓ URL                DAABASE_URL in .env

Comparison

When Daabase wins

It won't replace your data warehouse. It replaces the weekend you were about to lose configuring one.

Getting startedProject, networking, pooling, rolesOne command and a URL
Mental modelSeveral coupled servicesOne database, one SDK
PortabilityPartial dumps, proprietary formatsSnapshot in one file
AgentsWrappers and loose credentialsMCP with per-table permissions
ExitExpensive migrationSelf-host the open source core

Need heavy analytics, complex multi-region, or enterprise compliance? Use something bigger. To ship product fast, Daabase is more than enough.

Create your database now.

The MVP is open. One command and you're live before your coffee.

Free for development · no card · export anytime