Ship applications, not infrastructure.
Deploy your code. We’ll handle the infrastructure. One project, one platform, everything your application needs.
Everything your app needs.
Your application, and the services it depends on, live in a single project. They are provisioned together, billed together, and reach each other without any wiring.
Infrastructure that belongs together.
Grouped by what's ready to use today.
Application deployments from Git or a Dockerfile. Nyas detects the runtime, builds a container, and serves it over HTTPS on a generated domain or your own.
A production-ready relational database. Unmodified PostgreSQL 18 with pgvector, postgis and pg_trgm pre-installed. Your ORM, your SQL, your pg_dump.
S3-compatible buckets with generated access keys. Existing S3 SDKs, the AWS CLI, and presigned URLs work unchanged.
Manage every resource programmatically. One REST API, one CLI, and an MCP endpoint for coding agents. The dashboard has no powers they do not.
Coming soon
Run code close to your users. Short-lived functions deployed from the same project as your application.
A fast cache and message broker for sessions, rate limiting, and background jobs.
Semantic search for AI applications. Until it ships, pgvector is available on every Nyas Postgres database today.
Users, OAuth, API keys, and JWT, wired into your project's database.
Six choices that aren't the default elsewhere.
Most of the building blocks here exist on every other platform. These are the six choices that don't.
Unmodified PostgreSQL 18. Your ORM, your extensions, and pg_dump all work exactly as they do anywhere else.
Existing S3 SDKs, the AWS CLI, and presigned URLs work unchanged — no proprietary upload API to learn.
Your app, database, and storage share a project and a single invoice — not three vendor consoles and three renewal dates.
Whatever your account can do, all three interfaces can do. Nothing on the platform is dashboard-only.
Pay for the compute, storage, and bandwidth you use. No per-seat pricing and no per-query metering.
pg_dump and standard S3 tooling work in both directions. Nothing is locked to a proprietary export format.
From git push to production.
The same four steps whether you deploy from the CLI, from a Git push, or from an agent calling the API.
Connect a repository or run nyas deploy from your working directory.
The runtime is detected and a container image is built. No Dockerfile required.
The new revision passes health checks and takes traffic while the old one drains. Served over HTTPS with a managed certificate.
Add compute, read replicas, and storage as traffic grows. No rewrite required.
Everything is an API call.
Use the CLI, the REST API, or point a coding agent at our MCP endpoint. Same surface, same permissions, same results.
nyas deploy nyas db create nyas storage create
curl -X POST https://api.nyas.io/v1/projects \
-H "Authorization: Bearer $NYAS_API_KEY" \
-d '{"name": "acme-api"}'MCP works with Claude Code, Cursor, Codex, Windsurf, Lovable and Bolt — hosted clients can connect straight to api.nyas.io/mcp over OAuth.
Reliable infrastructure, by design.
No fork, no dialect. Your ORM already supports it.
Existing SDKs, the AWS CLI, and presigned URLs work as-is.
Managed certificates issued and renewed for every domain.
Point-in-time recovery on paid plans, retained 7–14 days.
On every deployment, with no agent to install.
Session and transaction modes, for serverless and edge clients.
Whatever you’re building, there’s a good chance it looks like one of these.
Pay only for what you use.
Start free. Scale your infrastructure, not your bill. No upfront commitments, no per-query charges. Pay in rupees with UPI or in US dollars — annual billing is 20% off.
- ✓500 MB database
- ✓1 GB file storage
- ✓2 projects
- ✓Shared CPU · 500 MB RAM
- ✓1 GB egress / mo
- ✓Community Discord support
- ✓5 GB database
- ✓10 GB file storage
- ✓5 projects
- ✓2 vCPU · 1 GB RAM
- ✓10 GB egress / mo
- ✓Daily backups · 7-day retention
- ✓Email support
- ✓25 GB database
- ✓50 GB file storage
- ✓25 projects
- ✓2 vCPU · 4 GB RAM
- ✓100 GB egress / mo
- ✓Daily backups · 14-day retention
- ✓Priority WhatsApp/Slack support
Questions devs actually ask.
If it isn’t here, email manish@nyas.io. You’ll hear back from a human, usually the one who wrote the code.
Managed PostgreSQL 18 with pgvector, postgis and daily backups.
S3-compatible object storage with generated access keys.
Read replicas, connection pooling, and scaling strategy.
Running analytical workloads on your operational database.
Notes on deployments, Postgres, and object storage.
Extensions, pooling, migration, billing, and support.