Database, auth, storage, functions — one runtime, four SDKs, sub-100ms anywhere on Earth. Built by a developer who got tired of duct-taping services together.
0+
API requests served
0ms
p95 global latency
0+
Edge regions
99.99%
Uptime SLA
0
SDKs
Trusted by teams shipping the next generation of products
The platform
CocoBase folds the entire backend stack into one beautifully-considered runtime. Less to learn. Less to maintain. More to ship.
REALTIME · LIVE
Schema-less collections with WebSocket subscriptions, optimistic writes, and conflict-free merging. Sub-100ms anywhere on Earth.
Sign in to your app
AUTH
OAuth, magic links, 2FA, RBAC.
hero.webp
248 KB
demo.mp4
3.2 MB
logo.svg
8 KB
data.csv
1.4 MB
spec.pdf
612 KB
model.glb
8.1 MB
STORAGE
Upload, transform, deliver.
# auto-embed on insert
def handler(req, env):
vec = db.embed(req.body)
return {"vec": vec}deployed· cold-start 28ms
FUNCTIONS
Cold-start under 30ms.
WEBHOOKS
Signed, retried, traced.
EDGE · 200+ REGIONS
Resolves at the nearest edge. Users feel local. Your bill stays sane.
OAUTH
Issue tokens. Own the flow.
Welcome aboard, Patrick 👋
Your project is ready. Click below to confirm your email and grab your API keys.
Templates. Send domains.
SDKs · four runtimes
One mental model across JavaScript, Dart, Go, and Python. Switch stacks without re-learning your backend.
import { Cocobase } from "cocobase";const db = new Cocobase({ apiKey: process.env.COCOBASE });// realtime query — fully typedconst products = await db.listDocuments("products", {filter: { stock: { $gt: 0 } },sort: [{ field: "createdAt", order: "desc" }],limit: 24,});// subscribe to live changesdb.watchCollection("products", (e) => console.log(e.type, e.doc));From zero to ship
Scroll to walk through the full journey from install to production.
One package. Zero config. Works with your existing setup.
Schema-less collections appear on first write. Types are inferred.
Subscribe to live changes. WebSocket managed for you, zero boilerplate.
Edge-deployed, 99.99% SLA. Rollback is one click, never a war room.
On the philosophy
“Backends should disappear
into the work.
Yours, mine, everyone's.”
Patrick, founder
lordyacey@gmail.com · Kigali, Rwanda
Pricing
All paid plans start with a free 30-day trial. Prices in Naira — pay once, own the month.
Growth Plan
/month
For users who are expanding their usage and features.
Pro Pack
/month
For professionals who need more power and advanced tools.
Business Plan
/month
Powerful infrastructure for serious builders — designed to handle scale, complexity, and mission-critical workloads.
All plans include a free 30-day trial · No credit card required · Cancel anytime
Ready to ship?
Join thousands of developers who replaced their entire backend stack with CocoBase. 30-day trial, no card needed.
No credit card · Cancel anytime · 30-day free trial on all paid plans