Built and battle-tested by Cigi Digital — now available for everyone.
Features
One platform. JSON bins, media hosting, and access control — all accessible through a clean, predictable REST API.
Store, retrieve, and update structured data via REST API. Flexible bins with no rigid schemas — perfect for configs, form submissions, app state, and more.
Upload and serve images with permanent, shareable URLs. Ideal for avatars, thumbnails, product photos, and any static image asset your app needs.
Host and stream videos without managing your own storage bucket or CDN. Upload once, embed anywhere.
Organize, view, and manage all your uploaded files and JSON bins from one clean dashboard. List, update, or delete assets with a single API call.
Protect your data with custom API tokens. Set per-method permissions (GET, PUT, DELETE) per bin, with instant revocation when needed.
Define exactly which origins can access each bin. Safe cross-origin requests out of the box — no extra configuration needed on your frontend.
For Everyone
Add a reliable backend to your Next.js, React, or Vue app in minutes — without writing a single server-side function.
See API Docs →Prototype fast, validate your idea, and ship your MVP without spending time on infrastructure.
Start Free →Manage JSON data, image assets, and video files from one platform. Shared access, token-controlled endpoints, and a clean API your whole team can use.
Explore Plans →Connect CJDB to Zapier, Make, Webflow, or any tool that supports HTTP requests. No coding required.
Learn More →Control who can read, write, or delete — per bin. Granular locks mean your public reads stay fast while writes and purges stay guarded.
requireToken: {
GET: false,
PUT: true,
DELETE: true
}
allowedOrigins: [
"https://app.yourdomain.com",
"https://admin.yourdomain.com"
]JSON. Images. Video. All in one place, all accessible through clean REST endpoints with built-in auth and CORS.