Now available: Deployments, PostgreSQL, and Storage

Ship applications,
not infrastructure.

Deploy your code. We’ll handle the infrastructure.

One project. One platform. Everything your application needs.

One platform.
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.

Your application git push / nyas deploy
Build & deploy container image
Live on HTTPS managed certificate
attached services
PostgreSQL Shipped
Storage Shipped
Edge Functions Soon
Redis Soon
Vector DB Soon
Auth Soon

Infrastructure that
belongs together.

Grouped by what's ready to use today.

Available today
Shipped

Deploy

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.

Deployment docs
Shipped

Managed PostgreSQL

A production-ready relational database. Unmodified PostgreSQL 18 with pgvector, postgis and pg_trgm pre-installed. Your ORM, your SQL, your pg_dump.

Explore Database
Shipped

Object Storage

S3-compatible buckets with generated access keys. Existing S3 SDKs, the AWS CLI, and presigned URLs work unchanged.

Explore Storage
Shipped

API & CLI

Manage every resource programmatically. One REST API, one CLI, and an MCP endpoint for coding agents. The dashboard has no powers they do not.

See the interfaces
Coming soon
Coming soon

Edge Functions

Run code close to your users. Short-lived functions deployed from the same project as your application.

Not available yet
Coming soon

Redis

A fast cache and message broker for sessions, rate limiting, and background jobs.

Not available yet
Coming soon

Vector Database

Semantic search for AI applications. Until it ships, pgvector is available on every Nyas Postgres database today.

Not available yet
Coming soon

Authentication

Users, OAuth, API keys, and JWT, wired into your project's database.

Not available yet

Why developers
choose Nyas.

Most of the building blocks here exist on every other platform. These are the six choices that don't.

/ 01

No proprietary database

Unmodified PostgreSQL 18. Your ORM, your extensions, and pg_dump all work exactly as they do anywhere else.

/ 02

No proprietary storage API

Existing S3 SDKs, the AWS CLI, and presigned URLs work unchanged — no proprietary upload API to learn.

/ 03

Stop wiring five cloud providers together

Your app, database, and storage share a project and a single invoice — not three vendor consoles and three renewal dates.

/ 04

The dashboard has no hidden powers

Whatever your account can do, all three interfaces can do. Nothing on the platform is dashboard-only.

/ 05

Pay for what you use, nothing else

Pay for the compute, storage, and bandwidth you use. No per-seat pricing and no per-query metering.

/ 06

Leave whenever you want

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.

01

Git push

Connect a repository or run nyas deploy from your working directory.

02

Build

The runtime is detected and a container image is built. No Dockerfile required.

03

Deploy

The new revision passes health checks and takes traffic while the old one drains. Served over HTTPS with a managed certificate.

04

Scale

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.

Deploy the current directory nyas deploy
Add a Postgres database nyas db create
Add an S3-compatible bucket nyas storage create
# Create a project with Postgres and object storage
curl -X POST https://api.nyas.io/v1/projects \
  -H "Authorization: Bearer $NYAS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "acme-api", "region": "ap-south-1"}'

# Read the credentials it generated
curl https://api.nyas.io/v1/projects/$PROJECT_ID/credentials \
  -H "Authorization: Bearer $NYAS_API_KEY"
# Register Nyas as an MCP server, then ask in plain English:
# "Create a project with Postgres and storage for this app."
{
  "mcpServers": {
    "nyas": {
      "command": "nyas",
      "args": ["mcp"]
    }
  }
}

One-time setup: install the CLI and run nyas login. After that these run from any project directory. MCP works with Claude Code, Cursor, Codex, Windsurf, Lovable and Bolt; hosted clients can connect straight to https://api.nyas.io/mcp over OAuth.

Reliable infrastructure,
by design.

Unmodified PostgreSQL 18

No fork, no dialect. Your ORM already supports it.

S3-compatible storage API

Existing SDKs, the AWS CLI, and presigned URLs work as-is.

Automatic HTTPS

Managed certificates issued and renewed for every domain.

Daily backups

Point-in-time recovery on paid plans, retained 7–14 days.

Logs and metrics

On every deployment, with no agent to install.

Connection pooling built in

Session and transaction modes, for serverless and edge clients.

Built with
Nyas.

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 and no per-query charges. Pay in rupees with UPI or in US dollars; annual billing is 20% off.

Monthly Annual Save 20%
Tier 01 / Free
Free
0
forever / no card required
Side projects, prototypes, and your first deploy.
  • Database500 MB
  • File storage1 GB
  • Projects2
  • ComputeShared CPU · 500 MB RAM
  • Egress1 GB / mo
  • Backups
  • SupportDiscord
Start free →
Tier 03 / Growth
Growth
1,999
per month / billed annually
More storage, more memory, and priority support as traffic grows.
  • Database25 GB
  • File storage 50 GB Additional usage: ₹10 per GB
  • Projects25
  • Compute2 vCPU · 4 GB RAM
  • Egress 100 GB / mo Additional usage: ₹10 per GB
  • BackupsDaily · 14-day retention
  • SupportPriority · WhatsApp/Slack
Get Growth →

FAQ.

If it isn't here, email manish@nyas.io. You'll hear back from a human, usually the one who wrote the code.

Available today: application deployments, managed PostgreSQL, S3-compatible object storage, and the API and CLI that drive them. You can sign up and use all of it right now.

In development, not available yet: Edge Functions, Redis, Vector Database, and Authentication. These appear on the platform overview marked coming soon so you can plan around them, but there is nothing to provision today. If you need a vector store now, pgvector is pre-installed on every Nyas Postgres database.

It's unmodified PostgreSQL 18. No proprietary dialect, no custom client library, no Nyas-specific schema to learn. Your existing ORM (Prisma, Drizzle, SQLAlchemy, GORM, ActiveRecord, anything that speaks Postgres) works without changes.

Standard tools like pg_dump and pg_restore work normally, which means you can leave whenever you want.

Every Nyas database comes with the following extensions pre-installed and ready to use, no extra setup required:

Extension Purpose
fuzzystrmatch Fuzzy string matching: Soundex, Levenshtein, Metaphone
hstore Key-value pairs stored in a single column
ltree Hierarchical tree-like data: labels, paths, ancestry queries
pg_graphql GraphQL support directly inside PostgreSQL
pg_stat_statements Query performance statistics
pg_trgm Trigram-based fuzzy text search and similarity scoring
pgcrypto Cryptographic functions: hashing, encryption, UUID generation
plpgsql PL/pgSQL procedural language for stored procedures and triggers
postgres_fdw Foreign data wrapper for querying remote PostgreSQL databases
tablefunc Cross-tab queries and other table-function utilities
uuid-ossp UUID generation functions
TimescaleDB is available as an optional add-on. Enable it for any project from your project settings in the dashboard.

Yes. Nyas provides a built-in proxy that supports both connection pooling and transaction pooling modes, useful for serverless functions, edge runtimes, and apps that open many short-lived database connections.

Your pooled connection string and proxy settings are available in your project dashboard. Use the direct connection string for long-running processes (background workers, migrations) and the pooled connection string everywhere else.

For full agent control, install the Nyas CLI with curl -LsSf https://app.nyas.io/install.sh | sh, run nyas login, then add an MCP server with command nyas and args ["mcp"]. Restart your MCP client after login.

For simpler workflows, paste the standard Postgres connection string and storage credentials into your agent's environment or .env file. Use DATABASE_URL for SQL and the S3-compatible endpoint, bucket, access key, and secret key with normal S3 SDKs. The MCP path lets agents create projects, run SQL, inspect schemas, get credentials, and manage storage. See the examples repo for full workflows: github.com/nyastech/nyas-examples.

Yes, both directions, using standard Postgres and S3-compatible tooling.

In: pg_restore from a dump, or \copy from CSV, or logical replication from an existing Postgres. Out: pg_dump against your Nyas connection string gives you a portable SQL dump you can restore anywhere else. For storage, use any S3-compatible CLI or SDK to copy objects in or out of your bucket.

There's no proprietary export format and no lock-in layer. If Nyas stops being the right fit for you, you can leave in minutes.

You get a warning email before anything is throttled or paused. We don't auto-charge a card you haven't given us. You decide whether to upgrade to Starter, clean up data, or wait.

Free tier limits today: 500 MB database, 1 GB file storage, 2 projects, 1 GB egress per month.

Yes. Paid plans can be paid in INR through RazorPay, which means UPI, Indian credit cards, net banking, and wallets all work. USD billing is also available if you're outside India or expensing to an international card.

Annual billing gets you 20% off. There are no per-query or per-operation charges, so your bill won't spike from a runaway loop. Overages on storage and egress are billed at a fixed rate per GB (₹10 / $0.09).

Backups: Daily automated backups on Starter (7-day retention) and Growth (14-day retention). Free tier is best effort, so do not rely on it for anything you cannot rebuild.

Uptime: 99.9% SLA on paid tiers.

Support: Community Discord for free, email for Starter, priority WhatsApp/Slack for Growth.

If something breaks: Email manish@nyas.io or open an issue at github.com/nyastech/nyas-examples/issues. We're a small team, you'll hear back from a human, usually the one who wrote the code.

More from Nyas.

Start building on Nyas.
Free tier, no card required.