Simplifyd Cloud

Your app works,
even with no data
Your app works,
even with no data

With #Zerodata, your users on supported mobile networks can continue to use your app even when they run out of data.

Containers, databases, queues and storage, billed by the second and hosted close to your users. Your AI agent can manage it all through our MCP server.

1s
Billing unit
5
Zerodata networks
₦0
Minimum spend
ng-west-1
Where your app runs

Run your whole app
without managing servers.

No YAML, no Helm, no Kubernetes to manage. Install the CLI, run a few commands, and billing starts when your container does.

Close to your users

Hosted near your users

Your services run in ng-west-1, close to the mobile networks your users are on, so requests do not have to cross an ocean and back.

AI agents

CLI, MCP and SDKs

Our MCP server at mcp.simplifyd.com lets your AI coding agents use the same API the console uses. It signs in with OAuth. There is also a Go/Typescript SDK, and project tokens for CI.

Per-second

Billing stops when you stop

Compute is billed by the second and stops when a service stops. Disk storage keeps billing until you delete it. Nothing else does.

Review before deploy

Changesets, roles, registry

Changes wait until you review and approve them. Team members get owner, developer or billing roles. Your images live in a private registry at sdcr.io with short-lived credentials.

edge — production
$ edge service create --name web --type docker --image sdcr.io/acme/web --tag 1.4.0
✓ Created service web (01a0cd47-5800-7218-b588-77bab11e3ecb)
$ edge service create --name api --type docker --image sdcr.io/acme/api --tag 2.1.0
✓ Created service api (01a0cd47-5e01-7a1f-87a3-12a0706f0ef1)
$ edge service create --name website --type static_site
✓ Created service website (01a0cd47-6402-76eb-8f65-52fac8433065)
$ edge service create --name db --type postgres --storage 20 --mode standalone
✓ Created service db (01a0cd47-6a03-75f2-b256-501cf747a7c0)
$ edge service create --name events --type kafka --storage 10 --mode standalone
✓ Created service events (01a0cd47-7004-7efb-889c-6a1115d57277)
$ edge service create --name assets --type s3_bucket
✓ Created service assets (01a0cd47-7605-72cc-aee5-a94293eb91b9)
$ edge service create --name videos --type video
✓ Created service videos (01a0cd47-7c06-7fd9-94dc-945f88ac95fc)
$ for s in web api db events; do edge deploy up $s; done
✓ Deployment started: 01a0cd47-8207-79a2-a9c9-62e62edbf235 (status: pending)
✓ Deployment started: 01a0cd47-8808-7e1b-8cca-4f4dab7d846b (status: pending)
✓ Deployment started: 01a0cd47-8e09-762d-8050-160461347272 (status: pending)
✓ Deployment started: 01a0cd47-940a-70e7-868b-bec18ff2652d (status: pending)
$ edge video upload launch.mp4 --library videos --title Launch --wait
  [============================] 100.0%  212.4 MiB / 212.4 MiB
→ Encoding Launch…
✓ Uploaded Launch
  FIELD    VALUE
  ID       01a0cd47-9a0b-73e0-af82-6bfb73633f4e
  Status   ready
  Source   212.4 MiB
  Embed    https://videos-k7m2qx9-p4t8z-hls.video.simplifyd.app/e/01a0cd47-9a0b-73e0-af82-6bfb73633f4e
$ ▌

Deploy your
first service.

You are billed by the second, so trying things out costs very little.