v1.5 — Realtime subscriptions now live

The backendyou'd buildif you had time.

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.

99.99% uptime42ms p95 latency200+ edge regionsJS · Dart · Go · Python
terminal — cocobaselive
$
scroll

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

  • Vercel
  • Linear
  • Stripe
  • Notion
  • Raycast
  • Cal.com
  • Resend
  • Arc
  • Supabase
  • Clerk
  • Vercel
  • Linear
  • Stripe
  • Notion
  • Raycast
  • Cal.com
  • Resend
  • Arc
  • Supabase
  • Clerk

The platform

One surface. Every primitive.

CocoBase folds the entire backend stack into one beautifully-considered runtime. Less to learn. Less to maintain. More to ship.

db.cocobase.buzz / userslive
idnamestatuslat
u_8fk2Amara Okaforlive42ms
u_31xzYuki Tanakalive38ms
u_q1mnLars Holmidle61ms
u_v9bcPriya Iyerlive44ms
u_2tk8Marco Rossilive29ms

REALTIME · LIVE

Documents that arrive before you ask.

Schema-less collections with WebSocket subscriptions, optimistic writes, and conflict-free merging. Sub-100ms anywhere on Earth.

Sign in to your app

Continue with Google
Continue with GitHub
or
you@company.com
Send magic link

AUTH

Identity, solved.

OAuth, magic links, 2FA, RBAC.

/assets6 files · 13.6 MB

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

CDN-native files.

Upload, transform, deliver.

embed.pycloud · python3.10
# auto-embed on insert
def handler(req, env):
    vec = db.embed(req.body)
    return {"vec": vec}

deployed· cold-start 28ms

FUNCTIONS

Python at the edge.

Cold-start under 30ms.

12:04:22200user.created
12:04:18200payment.captured
12:04:11200order.shipped
12:04:02200session.start

WEBHOOKS

Events that fire.

Signed, retried, traced.

KGL
12 of 200+ regions · live

EDGE · 200+ REGIONS

200 cities. One latency.

Resolves at the nearest edge. Users feel local. Your bill stays sane.

POST /oauth/token
{
"client_id": "app_v3kx9..."
"grant_type": "authorization_code"
}
→ 200access_token issued

OAUTH

Be the provider.

Issue tokens. Own the flow.

noreply@cocobase.buzz2s ago

Welcome aboard, Patrick 👋

Your project is ready. Click below to confirm your email and grab your API keys.

Confirm email →
99.4% delivery · 24h window

EMAIL

Transactional mail.

Templates. Send domains.

SDKs · four runtimes

Write less. Mean more.

One mental model across JavaScript, Dart, Go, and Python. Switch stacks without re-learning your backend.

app · query
import { Cocobase } from "cocobase";
const db = new Cocobase({ apiKey: process.env.COCOBASE });
// realtime query — fully typed
const products = await db.listDocuments("products", {
filter: { stock: { $gt: 0 } },
sort: [{ field: "createdAt", order: "desc" }],
limit: 24,
});
// subscribe to live changes
db.watchCollection("products", (e) => console.log(e.type, e.doc));

From zero to ship

Four steps. One coffee.

Scroll to walk through the full journey from install to production.

01

Install the SDK

One package. Zero config. Works with your existing setup.

#npm install cocobase
added 1 package in 0.8s
✓ ready
02

Connect & query

Schema-less collections appear on first write. Types are inferred.

// three lines to your backend
import { Cocobase } from "cocobase"
const db = new Cocobase({ apiKey })
✓ connected · 38ms
03

Go realtime

Subscribe to live changes. WebSocket managed for you, zero boilerplate.

// live updates, one line
db.watchCollection("posts", (e) =>
console.log(e.type, e.doc))
✓ streaming · 0 dropped events
04

Ship with confidence

Edge-deployed, 99.99% SLA. Rollback is one click, never a war room.

## Deploy cloud functions
bundling · 4 modules
pushing to 200 edges ▰▰▰▰▰▰▰
✓ live · v1.5.0 · 200+ regions

On the philosophy

“Backends should disappear
into the work.
Yours, mine, everyone's.”
P

Patrick, founder

lordyacey@gmail.com · Kigali, Rwanda

Pricing

Honest pricing. No surprises.

All paid plans start with a free 30-day trial. Prices in Naira — pay once, own the month.

Growth Plan

₦10,000

/month

For users who are expanding their usage and features.

  • 2,000 app users
  • 8 GB storage
  • 50,000 requests / month
  • 10 active realtime lobbies
  • 50 cron job runs
  • 3 min cloud function timeout
Start 30-day trial
Most popular

Pro Pack

₦25,000

/month

For professionals who need more power and advanced tools.

  • 10,000 app users
  • 20 GB storage
  • 150,000 requests / month
  • 30 active realtime lobbies
  • 300 cron job runs
  • 5 min cloud function timeout
Start 30-day trial

Business Plan

₦50,500

/month

Powerful infrastructure for serious builders — designed to handle scale, complexity, and mission-critical workloads.

  • 50,000 app users
  • 120 GB storage
  • 700,000 requests / month
  • 100 active realtime lobbies
  • 1,000 cron job runs
  • 3 hr cloud function timeout
Contact sales

All plans include a free 30-day trial · No credit card required · Cancel anytime

Ready to ship?

Stop plumbing.
Start shipping.

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