outerbase/starbasedb
HTTP SQLite scale-to-zero database on the edge built on Cloudflare Durable Objects. observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 88
- Release rhythm 40
- Longevity 50
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 17.5
- age_days: 703
- days_rel: 595
- days_push: 72
- n_releases_24m: 5
Adoption not part of the score
1161 stars · 161 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
StarbaseDB is an open-source, scale-to-zero SQLite database exposed over HTTP and WebSockets, built on Cloudflare Durable Objects. It provides REST API endpoints, transactions, import/export, and a database GUI deployed as a Cloudflare Worker. The project is no longer maintained after Outerbase's acquisition by Cloudflare.
Use cases
- host a sqlite database on cloudflare workers
- query sqlite over http from the edge
- auto-generate a rest api for sqlite tables
- scale-to-zero database for serverless apps
- connect to sqlite via websocket with low latency
- import and export sqlite data as sql csv or
- replace a backend with a hosted sqlite api
When to choose
- you deploy on Cloudflare Workers and want embedded SQLite storage with HTTP access
- you need a quick REST API over SQLite without writing backend code
- you want a scale-to-zero database with pay-per-use edge pricing
When to avoid
- you need long-term maintenance, updates, or security patches - the repo is archived and unmaintained
- you need heavy write throughput or multi-region write consistency
- you want to avoid vendor lock-in to Cloudflare Durable Objects
Facets
service · maturity abandoned
database http-server websocket api-framework self-hosted databases web-development cloud-computing backend self-hosted cloud serverless sqlite cloudflare-workers durable-objects scale-to-zero edge-computing rest-api serverless-database web-server typescript nodejs
2 sources
- readme: https://github.com/outerbase/starbasedb · fetched 2026-08-28 · 64ee219d843f
- homepage: https://starbasedb.com · fetched 2026-08-29 · 65f4a25cf985
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| outerbase/starbasedb | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="outerbase/starbasedb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem