CJDB Logo
CJDB
JSON DATABASE
Easy use JSON database

Cigi JSON Database

Store, guard, and serve JSON with neon-grade security, token control, and CORS tuned per bin. Designed for hackers, operators, and builders who ship fast.

Realtime updates
Token gated

Easy n Flexible JSON DB

Flexible JSON storage with granular access control, CORS management, and real-time performance

Fast API
Token Gated
CORS Control
Real-time

BUILT FOR OPERATORS

Control every endpoint

Flexible JSON bins

Store arrays without rigid schemas. Perfect for dynamic payloads.

Token roles

Per-method gating for GET, PUT, DELETE with instant revocation.

CORS by bin

Allow-list origins per bin for safe cross-origin access.

Realtime-fast

Optimized API pathing for low-latency reads and writes.

Terminal DNA

Monospace-first UI with chamfered panels and neon focus states.

Secure by default

Encrypted tokens, strict headers, and hardened defaults.

live feed
$[GET] /api/bin/42 200 OK 18ms
$[PUT] /api/bin/42 tokens rotated
$[GET] /api/bin/99 403 Forbidden (CORS)
$[DELETE] /api/bin/13 purged

CORS & Tokens

Control who can read, write, or delete—per bin.

Token matrix
requireToken: {
  GET: false,
  PUT: true,
  DELETE: true
}
allowedOrigins: [
  "https://app.yourdomain.com",
  "https://admin.yourdomain.com"
]
Granular locks mean your public reads stay fast while writes and purges stay guarded.