Deploy applications
that don't crash.
Nulang Cloud runs your code in durable actors with automatic state recovery, built-in AI, and global edge deployment. Pay only for what you use.
// counter.nulang — a durable stateful actor
state {
count: u64 = 0,
}
effect increment() -> u64 {
state.count += 1;
return state.count;
}
effect value() -> u64 {
return state.count;
}Everything you need to ship
A complete platform, not a piecemeal collection of services.
Durable execution
Actors survive crashes, restarts, and hardware failures. State is automatically checkpointed and restored. Write code that runs for seconds or years.
Built-in AI gateway
Multi-provider LLM routing with semantic caching, budget enforcement, and automatic failover. Ship AI features without managing API keys or rate limits.
Full platform, zero config
SQL database, vector search, object storage, message queues, cron scheduler, and secrets — all available as language primitives. No YAML, no infrastructure.
From zero to deployed in three commands
No YAML, no infrastructure, no surprises.
Write your actor
Define state and effects in Rust, Go, or Nulang. One file, one actor.
nlc deploy
One command deploys to global edge. Automatic Firecracker microVM provisioning, WASM compilation, and DNS.
It just runs
Automatic scaling, self-healing, and multi-region failover. You write the business logic; we handle the rest.
Durable by default
Every external operation — HTTP calls, database queries, AI inference — is logged as an effect. If the actor crashes mid-flight, it replays the log and picks up exactly where it left off. No more half-processed payments or lost messages.
- Automatic state checkpointing on every effect boundary
- Exactly-once execution semantics for all external calls
- Survives VM crashes, host failures, and zone outages
- Human approval workflows that wait for days if needed
$ nlc deploy Building actor... Compiling to WASM... ✓ Optimizing with PGO... ✓ Provisioning microVM... ✓ Deployed! https://my-app.nulang.cloud Cold start: 42ms Region: us-east-1 Status: healthy
Simple, transparent pricing
Start for free, scale when you're ready. No surprise bills.
Pay-as-you-go
WASM-only compute with 1GB free storage and $5 free credit.
- WASM compute
- 1GB free storage
- $5 free credit
- Community support
Pro
For indie developers and small teams.
- Firecracker VMs
- AI Agent usage
- Pay for additional usage
- Email support
Advanced
For growing teams and serious workloads.
- Everything in Pro
- Team collaboration
- SSO (OIDC)
- Priority support
- SLA guarantee
Enterprise
For organizations with advanced needs.
- Custom pricing
- Dedicated support + Slack
- SLA guarantee
- Private deployments
Ready to ship?
Deploy your first durable actor in under a minute. $5 free credit — no credit card required.