Neon vs Supabase: You’re Comparing Them Wrong
If you’re weighing Neon vs Supabase, nearly every comparison stacks them feature-for-feature (free tier, branching, pricing) as if they’re two versions of the same product. They’re not. One is a database. The other is an entire backend platform. So “which one is better” is the wrong question, and it quietly pushes teams toward the wrong pick.
The real question is what you’re building and how you want to pay for it. And there’s a third path almost no comparison mentions: one that’s both AI-native and predictable.
Table of Contents
Neon vs Supabase: the short answer
Neon is serverless Postgres. Supabase is a backend platform built on Postgres. The right pick depends on what you’re building, not on which one is “better.” Need just a fast, scalable database? Lean Neon. Need a database plus auth, storage, and APIs in one place? Lean Supabase. Want production Postgres on a bill you can actually predict? That’s where a third option comes in (more below).
That third option is SelfHost.dev: managed production PostgreSQL built for teams who want the power of the AI era without its pricing surprises. You run everything through 150+ MCP tools straight from Claude or Cursor, on predictable, pay-as-you-go pricing that doesn’t spike with your traffic.
Here’s how the three stack up. For the full managed-Postgres field, see our managed PostgreSQL comparison.
Neon vs Supabase vs SelfHost.dev: PostgreSQL Database Comparison for Developers in 2026
| Feature | Neon | Supabase | SelfHost.dev |
|---|---|---|---|
| Product type | Serverless Postgres database | Backend platform on Postgres (BaaS) | Managed production Postgres |
| Branching | Instant, copy-on-write | Yes (migration-based copy) | Instance forking (test copies) |
| Scale-to-zero | Yes, sleeps when idle | No (free tier pauses after 7 days) | Pause to zero (manual) |
| Auth / realtime | No, bring your own | Built-in (auth, RLS, realtime, APIs) | No, it’s a database, not a BaaS |
| AI / MCP | MCP server | MCP server | 150+ MCP tools (full DB management) |
| Pricing model | Usage-based (compute + storage) | Flat platform fee + usage | Credit-wallet, pay-as-you-go, no tiers |
| Free tier | 0.5 GB, 100 CU-hrs, scale-to-zero | 500 MB, 50K MAU, pauses after 7 days | Welcome credit (~48 hrs), then from ~$5/mo |
| Best for | Pure serverless Postgres + branching | Shipping a full app fast | Predictable, owned production Postgres |
Where Neon bets on serverless and Supabase on an all-in-one stack, SelfHost.dev bets on predictable, owned production Postgres: every feature included, and roughly half the cost of AWS RDS. See it head to head in SelfHost.dev vs Neon.
What Neon actually is, serverless Postgres
Neon is a serverless PostgreSQL database that separates storage from compute, scales to zero when idle, and offers instant, copy-on-write branching. It is a database, not a backend: you bring your own auth, storage, and APIs.
What sets it apart from a traditional Postgres host is the architecture. Storage and compute are decoupled, so compute can spin down to zero when nothing is querying (you pay only for storage while it sleeps) and spin back up on the next request.
That same design powers its standout feature, copy-on-write branching: you can clone a full database in seconds for a pull request or a test, the way you branch code in Git. It integrates tightly with Vercel for per-preview databases, and in 2025 Neon was acquired by Databricks for around $1 billion, leaning hard into serverless Postgres for AI and agentic workloads (it now lives at neon.com).
What Supabase actually is, a backend platform on Postgres
Supabase is an open-source backend-as-a-service (BaaS): a Postgres database plus authentication, storage, realtime, and auto-generated APIs, all in one platform. Where Neon hands you a database and stops, Supabase hands you most of a backend.
That bundle is the point. You get a real Postgres database with Row-Level Security wired into the auth layer, instant REST and GraphQL APIs generated from your schema, realtime subscriptions over websockets, file storage, and edge functions, all managed from one dashboard. It launched as the open-source Firebase alternative, and that’s still the clearest way to picture it: Firebase’s all-in-one convenience, but on a real relational database you can query with plain SQL.
For a team that wants to ship a full app without stitching five services together, that’s a genuine head start. The trade-off is that you’re adopting a platform, not just a database. (Weighing Supabase specifically? See our ranked Supabase alternatives, or the head-to-head SelfHost.dev vs Supabase).
Why “Neon vs Supabase” is the wrong fight
Comparing Neon vs Supabase feature-for-feature misses the point, because they solve different jobs. Neon is infrastructure; Supabase is a platform. Asking “which is better” is like asking whether a hard drive is better than a laptop. The question that actually decides your outcome is what you’re building, and once you’re in production, what it costs you and who controls it.
That second part is where both quietly drift from a real production team’s interests. Neon and Supabase have leaned hard into AI and ephemeral workloads: the spin-up-a-database-per-agent, scale-to-zero, pay-by-the-second model.
It’s a great fit for AI builders and bursty side projects. But it turns AI-readiness into a usage-based pricing model, and a usage-based bill is exactly what a steady, 24/7 production app does not want: it moves with traffic, spikes without warning, and you learn the number after the month, not before.
So the deeper choice isn’t Neon or Supabase. It’s whether you want a bill that’s metered or one you can plan around, on infrastructure you control. (That managed-versus-owned trade-off is its own decision, broken down in managed vs self-hosted)
Neon vs Supabase pricing, what you’ll actually pay
Neon and Supabase price two different things. Neon bills pure usage: compute by the CU-hour plus storage, and it scales to zero when idle, so an inactive database costs almost nothing. Supabase charges a flat platform fee once you outgrow the free tier, then usage on top.
The rule of thumb: Neon is cheaper when your database sits idle. Supabase is better value when you actually use the full stack (auth, storage, APIs) that fee covers.

Here are the real 2026 numbers.
Neon:
It has no fixed plan price anymore. It’s usage-based end to end. The free tier gives you 0.5 GB of storage and 100 CU-hours per project with scale-to-zero. Paid usage starts on Launch at $0.106 per CU-hour plus $0.35 per GB-month of storage (Neon quotes a typical bill around $15/mo for a small, intermittent database). Scale runs $0.222 per CU-hour at the same $0.35 per GB-month, and Neon’s own example for a high-load 100 GB database lands near $701/mo. There’s no monthly minimum, but there’s also no ceiling: the bill tracks your traffic.
For the full breakdown, real monthly cost scenarios, the free-tier limits, and exactly where the bill surprises you, see our complete guide to Neon pricing.
Supabase:
It is flat-fee-plus-usage. The free tier covers a 500 MB database and 50,000 monthly active users but pauses after 1 week of inactivity. Pro is $25/mo (it bundles a $10 compute credit and lifts the limits to 100,000 MAU and 8 GB disk), and Team is $599/mo. You’re paying for the bundled backend, not just the database, so the value depends on how much of auth, storage, realtime, and edge functions you actually use.
One detail changes the maths for anyone running more than one environment: that $25 is billed per organization, not per project, and the $10 credit applies once per org, so production plus staging is $35 a month rather than $50.
The catch shows up at scale, and it’s the same catch for both. These are usage-based bills, so the number moves with your traffic and you see it after the month, not before.
Neon’s storage is the line teams flag most often: at $0.35 per GB-month it adds up fast on a data-heavy app, and the compute bill climbs with sustained load (that ~$701/mo Scale example is not a worst-case scenario, it’s Neon’s own “high load” reference).
Supabase is steadier because of the flat fee, but heavy compute, bandwidth, or extra projects stack charges on top of it. For a bursty side project or an AI agent, paying only for what you burn is a gift. For a 24/7 production app, it’s a bill you can’t quote to your own finance team. (For the wider field and how these stack against AWS, see our managed PostgreSQL comparison and the AWS RDS vs self-hosted cost breakdown).
Neon vs Supabase pricing comparison: which is cheaper?
Neon is cheaper when your database sits idle (it scales to zero); Supabase is more predictable once you’re active, with a flat $25/mo Pro fee. SelfHost.dev undercuts both on storage and stays flat month to month.
| Feature | Neon | Supabase | SelfHost.dev |
|---|---|---|---|
| Free tier | 0.5 GB, 100 CU-hrs, scale-to-zero | 500 MB, 50K MAU, pauses after 1 week | Welcome credit (~48 hrs) |
| Paid entry | Usage-based, ~$15/mo typical | From $25/mo (Pro) | From ~$5/mo |
| Storage | $0.35/GB-mo | $0.125/GB-mo (over 8 GB) | $0.08/GB-mo |
Neon vs Supabase free tier
Neon’s free tier is built for many small, intermittent databases: 0.5 GB and 100 CU-hours per project, across up to 100 projects, with compute scaling to zero when idle so a quiet project burns nothing.
Supabase’s free tier is built for one app you’re actively building: a 500 MB database with 50,000 monthly active users, full auth and APIs included, but it pauses after 1 week of inactivity and you restore it manually (with a limit of 2 active projects). Neon suits experiments, previews, and branches; Supabase suits a single prototype you touch regularly.
Pricing this for your own app? Skip the per-CU-hour math. See your exact monthly bill on SelfHost’s calculator, pick a region and size, get a real number in about 30 seconds, no signup. Storage runs roughly 3.2x cheaper than Neon’s, and the price you see is the price you pay every month.
Branching, performance, and developer experience
Neon wins on instant branching and Vercel preview databases; Supabase wins on a built-in backend (auth, RLS, realtime) with no cold starts. The split is the same one as everywhere else: Neon optimizes the database layer, Supabase optimizes the whole app layer.
Neon’s headline feature is copy-on-write branching: clone a full database in seconds for a pull request, run tests against it, throw it away. Paired with its Vercel integration, every preview deploy can get its own database, which is a genuinely slick developer experience for serverless and AI workflows. The trade-off is cold starts: because compute scales to zero, an idle Neon database takes a moment to wake on the first query.
Supabase trades that branching magic for an always-on backend. There’s no scale-to-zero on paid compute, so no cold starts, and you get Row-Level Security wired into auth, auto-generated REST and GraphQL APIs, realtime subscriptions, and edge functions out of the box.
Both give you the Postgres essentials underneath: connection pooling via PgBouncer, point-in-time recovery, and standard migration tooling. The real DX question is whether you want to assemble your backend around a database (Neon) or have it handed to you (Supabase).
When to choose Neon, and when to choose Supabase

Choose Neon for pure, scalable Postgres with branching; choose Supabase to ship a full app fast with auth, storage, and APIs bundled. The quick version:
| If you are | Pick |
|---|---|
| Building an AI side project or agent | Neon |
| Building a SaaS that needs auth, storage, and APIs | Supabase |
| Running production Postgres and want predictable costs with AI-native control | SelfHost.dev |
And the honest by-use-case detail:
Choose Neon if you:
- Want just a fast, serverless Postgres database and will bring your own auth and APIs
- Live in the Vercel ecosystem and want a database per preview deploy
- Are building AI agents or bursty workloads that benefit from scale-to-zero and instant branching
- Have intermittent traffic where paying nothing while idle is the priority
Choose Supabase if you:
- Want to ship a full app fast without stitching five services together
- Need auth, Row-Level Security, realtime, storage, and APIs in one dashboard
- Prefer a flat, predictable platform fee over pure usage metering
- Are replacing Firebase but want a real relational database underneath
That last reason, leaving Firebase, is a whole decision on its own: document versus relational separates the two far more than any feature list does. Supabase vs Firebase lays out which side your app belongs on.
There’s a version of that question on the Neon side too. If the meter is what’s pushing you away rather than Postgres itself, the change is smaller than it looks. We ran the numbers on what nine Neon alternatives cost for a 2 vCPU, 8 GB, 100 GB database, and the totals land between $79 and $195 a month.
If you read both lists and what you actually want is production Postgres you can predict and own, neither is really built for you. That’s the gap the next section is about.
An AI-native, predictable alternative to Neon and Supabase: SelfHost.dev

SelfHost.dev is managed production PostgreSQL that’s both AI-native and predictable: 150+ MCP tools to run your database from Claude or Cursor, on pay-as-you-go pricing where you size the instance, so the bill doesn’t swing with your traffic the way a usage-metered one does. It’s the AI-era workflow without Neon’s usage spikes or Supabase’s all-in-one bundle.
Here’s the case, point by point:
- A bill you can predict. It’s still pay-as-you-go from a prepaid credit wallet, but the line that usually swings, compute, is fixed: you pick the instance size and know the monthly rate up front, with no autoscaling surprise like Neon’s CU-hour metering. That’s low bill variance, and the wallet caps it hard: resources pause at a zero balance and restart when you top up, so you never get a surprise invoice.
- AI-native, not bolted on. Manage everything by prompting: provision databases, scale, configure PITR and pooling, read live metrics, set alerts, all through 150+ MCP tools from any MCP client. Neon and Supabase each ship an MCP server; SelfHost.dev is built around it. (Full walkthrough: our PostgreSQL MCP server guide)
- Every production feature included. PITR, Multi-AZ high availability, read replicas, connection pooling, autoscaling, all included, not gated behind a higher tier or sold as a $100/mo add-on.
- Roughly half the cost of AWS RDS, on the same AWS Graviton instances, from about $5/mo. Storage runs ~3.2x cheaper than Neon’s.
- Infrastructure you own. Run it in our cloud, or bring your own AWS account with BYOC, your data, your account, one of the lowest-cost BYOC options around.
See it head to head in SelfHost vs Neon and SelfHost vs Supabase.
See your real number. Pick a region and size on SelfHost’s pricing calculator and get your exact monthly bill in about 30 seconds, no signup.
Or deploy a production Postgres in under two minutes, free welcome credit, no subscription to cancel.
Final Thoughts: You’re choosing how to pay, not which is better
You were never really choosing between Neon and Supabase. You were choosing how you want to pay and who controls your data. Both make sense for AI-era and bursty workloads. But if you’re shipping a real product, you want AI-native power, a bill you can predict, and infrastructure you actually own.
That’s the case for SelfHost.dev: production Postgres with 150+ MCP tools, every feature included, and predictable, pay-as-you-go pricing, at roughly half the cost of AWS RDS.
See exactly what your Neon or Supabase workload costs on SelfHost’s calculator, a real number in 30 seconds, no signup.
Or deploy a production Postgres in under two minutes, free welcome credit, no subscription to cancel.
Frequently Asked Questions
Is Neon the same as Supabase?
No. Neon is serverless Postgres, a database that scales to zero and branches instantly. Supabase is a backend platform built on Postgres, bundling auth, storage, realtime, and APIs. In any Neon vs Supabase comparison, you’re weighing a database against a near-complete backend, not two versions of the same product.
Is Neon free?
Yes, Neon has a genuinely free tier: 0.5 GB of storage and 100 CU-hours per project, across up to 100 projects, with compute scaling to zero when idle. Paid usage starts on the Launch plan at $0.106 per CU-hour plus $0.35 per GB-month, with no monthly minimum.
Is Supabase free?
Yes, Supabase offers a free tier with a 500 MB database, 50,000 monthly active users, and full auth and APIs, but it pauses after one week of inactivity and limits you to two active projects. Paid plans start at $25/mo for Pro, which includes a $10 compute credit.
Which is cheaper, Neon or Supabase?
It depends on usage. In a Neon vs Supabase pricing comparison, Neon is cheaper for idle or intermittent databases because it scales to zero, so you pay almost nothing when quiet. Supabase is more predictable for active apps with its flat $25/mo Pro fee. Neon’s storage ($0.35/GB) is the pricier line at scale.
Can you self-host Neon or Supabase?
We costed that route out in self-hosting Supabase on your own server, from the RAM it needs to the upgrade work it hands you. Neon’s core is not built for easy self-hosting. If you want managed Postgres without running it yourself, a service like SelfHost.dev gives you production databases on infrastructure you own, from about $5/mo.
Is Neon or Supabase better for Next.js?
Both work well with Next.js. Neon pairs tightly with Vercel, giving each preview deploy its own branched database, ideal for serverless apps. Supabase suits Next.js apps that need auth, storage, and realtime out of the box. Choose Neon for the database layer, Supabase for a full backend.
Is there a cheaper, AI-native alternative to both?
Yes. SelfHost.dev is a managed PostgreSQL alternative to Neon and Supabase that’s AI-native (150+ MCP tools to run it from Claude or Cursor) and predictably priced, with no usage spikes on compute. It runs about half the cost of AWS RDS, with every feature included. See it next to Neon in SelfHost.dev vs Neon.
Do Neon and Supabase support vector search?
Yes. Both run standard PostgreSQL, so both support pgvector for storing embeddings and running similarity search, no separate vector database required. If you’re building RAG or semantic search, the bigger decision is usually how pgvector compares to Pinecone and whether you need a dedicated vector store at all.
Based on this page: ·
On now or still deciding?
What's the bill you're looking at?
Roughly how much a month, all in?
Matched to RDS, we bill 3.0x less in ap-south-1 (Mumbai) and 2.1x less in us-east-1.
2 vCPU / 4 GB with 20 GB: $24.54/mo in Mumbai, $35.27/mo in us-east-1, against an estimated $73.75/mo on RDS.
See a real RDS bill, before and after →Neon meters compute hours and sleeps. We bill one fixed hourly rate and never sleep.
{price} Same number in a quiet month and a launch month.
Price your size →Two ways off the Supabase bill and you can keep the Supabase stack.
Self-host Supabase on a project server from about $0.02/hr or move just the database to a dedicated Postgres. {price}
How self-hosted Supabase works here →An enterprise client is moving production ClickHouse to us at up to 60% less.
Worked example: off ClickHouse Cloud Scale to always-on managed ClickHouse, $891.86 to $364.03 a month, 59%.
See the ClickHouse bill, before and after →A PaaS bills per service. A project server is one bill for everything on it.
Worked example: a studio consolidated client hosting onto project servers, $390.00 to $82.66 a month, 78%.
See that bill, before and after →A managed database for as low as $5 a month. Dedicated Postgres or MySQL on AWS, with restore, pooling and Multi-AZ failover when you want it.
{price} Postgres and MySQL price the same.
Price your size →A managed database for as low as $5 a month. Dedicated Postgres or MySQL on AWS, with restore, pooling and Multi-AZ failover when you want it.
{price}
Price your size →A managed database for as low as $5 a month. Dedicated Postgres or MySQL on AWS, with restore, pooling and Multi-AZ failover when you want it.
{price} Pay-as-you-go credits, top up from $5, no plan tiers.
Price your size →Most setups map onto two shapes: dedicated databases on AWS and a project server for everything else.
{price} Project servers from about $0.02/hr.
Price your size →Under $200 a month, the calculator beats a human reply. Price it there first.
What's it for?
Where do your users mostly sit?
Dedicated managed Postgres or MySQL, with point-in-time restore, pooling and Multi-AZ failover when you want it.
{region} If you need scale-to-zero or instant branching, Neon fits better than we do.
What managed Postgres includes →Managed ClickHouse for events at volume or TimescaleDB on managed Postgres for time-series next to your app data.
Worked example: off ClickHouse Cloud Scale, $891.86 to $364.03 a month, 59%. {region}
See the ClickHouse bill, before and after →pgvector on managed Postgres: one database instead of a second vendor.
{region} TimescaleDB is one click away on the same instance if you also have time-series.
When a dedicated vector DB is worth it →A project server from about $0.02/hr: push to GitHub and it deploys, several apps and their databases on one box.
Auto-deploy on push, PR previews, custom domains. The $5 welcome credit covers the start of it, no card and you can pause it to $0.
How Projects work →Project servers: many sites per server, one bill.
Worked example: a studio consolidated client hosting, $390.00 to $82.66 a month, 78%.
See that bill, before and after →Most things fit dedicated databases on AWS plus a project server for the apps.
{region}
See it in the live demo →What are you trying to do?
Which editor?
We migrate you, free, on every plan size.
An engineer runs it with you: match the instance, replicate or dump and restore, test the restore, cut over.
See one migration, step by step →The Supabase stack, one click, on a server of your own.
One click from the template, on a project server from about $0.02/hr. Nothing to build or wire up.
The Supabase deploy guide →Paste one config and your editor can run the whole backend.
Run it once, sign in when the browser opens and all 189 tools register.
An hourly instance you pause when done.
Restore a snapshot into a second instance, point staging at it, pause it when idle.
Price a small instance →Push to GitHub and it's live: auto-deploy, PR previews, custom domains.
A project server from about $0.02/hr runs several apps and their databases.
Deploy guides by framework →The one that matters most:
A managed database for as low as $5 a month. Project servers from about $0.02 an hour.
The smallest dedicated Postgres, a t4g.nano with 1 GB, is about $5.34 a month in ap-south-1 (Mumbai) and about $6.41 in us-east-1 and the $5 welcome credit covers its first days. Pay-as-you-go credits, top up from $5, no tiers.
Price your size →When production needs help, you talk to the engineers who run it and a founder reads every request.
Outages, restores, performance issues and migrations reach the people operating the platform. No response-time promise or uptime percentage we cannot prove.
How support and recovery work →Failover, point-in-time restore and backups cover the common ways a database fails.
Multi-AZ failover is a toggle on every engine, Postgres and MySQL add point-in-time restore and all engines get automated backups, live metrics and alerts.
The reliability and recovery details →We migrate you, free. An engineer plans and runs the move with you.
Match the instance, replicate or dump and restore, test the restore, cut over. Any plan size, no extra cost.
See one migration, step by step →Run it in your own AWS account with BYOC, in the region you need.
Encryption in transit and at rest on every managed instance. We do not hold SOC 2 or HIPAA today and we will say so before you spend an hour.
What we can and cannot certify →Fair enough. The live demo is the fastest way to see it.
Or claim $5 to start, no card needed.
Watch the live demo →Our founder
You've already sent us your setup from this browser. A founder will reply to it; no need to send it twice.
Got it. I'll reply to within two working days, from my own inbox.
Noted. One note when it changes, nothing else.
Run Supabase on a server of your own.
Spin up the full Supabase stack with one click on a dedicated server we run for you. Your data, no per-seat pricing, billed by the hour and paused at a zero balance. Limited-time offer: get $5 in free credit at signup, no card needed.
Based on this page: ·
On now or still deciding?
What's the bill you're looking at?
Roughly how much a month, all in?
Matched to RDS, we bill 3.0x less in ap-south-1 (Mumbai) and 2.1x less in us-east-1.
2 vCPU / 4 GB with 20 GB: $24.54/mo in Mumbai, $35.27/mo in us-east-1, against an estimated $73.75/mo on RDS.
See a real RDS bill, before and after →Neon meters compute hours and sleeps. We bill one fixed hourly rate and never sleep.
{price} Same number in a quiet month and a launch month.
Price your size →Two ways off the Supabase bill and you can keep the Supabase stack.
Self-host Supabase on a project server from about $0.02/hr or move just the database to a dedicated Postgres. {price}
How self-hosted Supabase works here →An enterprise client is moving production ClickHouse to us at up to 60% less.
Worked example: off ClickHouse Cloud Scale to always-on managed ClickHouse, $891.86 to $364.03 a month, 59%.
See the ClickHouse bill, before and after →A PaaS bills per service. A project server is one bill for everything on it.
Worked example: a studio consolidated client hosting onto project servers, $390.00 to $82.66 a month, 78%.
See that bill, before and after →A managed database for as low as $5 a month. Dedicated Postgres or MySQL on AWS, with restore, pooling and Multi-AZ failover when you want it.
{price} Postgres and MySQL price the same.
Price your size →A managed database for as low as $5 a month. Dedicated Postgres or MySQL on AWS, with restore, pooling and Multi-AZ failover when you want it.
{price}
Price your size →A managed database for as low as $5 a month. Dedicated Postgres or MySQL on AWS, with restore, pooling and Multi-AZ failover when you want it.
{price} Pay-as-you-go credits, top up from $5, no plan tiers.
Price your size →Most setups map onto two shapes: dedicated databases on AWS and a project server for everything else.
{price} Project servers from about $0.02/hr.
Price your size →Under $200 a month, the calculator beats a human reply. Price it there first.
What's it for?
Where do your users mostly sit?
Dedicated managed Postgres or MySQL, with point-in-time restore, pooling and Multi-AZ failover when you want it.
{region} If you need scale-to-zero or instant branching, Neon fits better than we do.
What managed Postgres includes →Managed ClickHouse for events at volume or TimescaleDB on managed Postgres for time-series next to your app data.
Worked example: off ClickHouse Cloud Scale, $891.86 to $364.03 a month, 59%. {region}
See the ClickHouse bill, before and after →pgvector on managed Postgres: one database instead of a second vendor.
{region} TimescaleDB is one click away on the same instance if you also have time-series.
When a dedicated vector DB is worth it →A project server from about $0.02/hr: push to GitHub and it deploys, several apps and their databases on one box.
Auto-deploy on push, PR previews, custom domains. The $5 welcome credit covers the start of it, no card and you can pause it to $0.
How Projects work →Project servers: many sites per server, one bill.
Worked example: a studio consolidated client hosting, $390.00 to $82.66 a month, 78%.
See that bill, before and after →Most things fit dedicated databases on AWS plus a project server for the apps.
{region}
See it in the live demo →What are you trying to do?
Which editor?
We migrate you, free, on every plan size.
An engineer runs it with you: match the instance, replicate or dump and restore, test the restore, cut over.
See one migration, step by step →The Supabase stack, one click, on a server of your own.
One click from the template, on a project server from about $0.02/hr. Nothing to build or wire up.
The Supabase deploy guide →Paste one config and your editor can run the whole backend.
Run it once, sign in when the browser opens and all 189 tools register.
An hourly instance you pause when done.
Restore a snapshot into a second instance, point staging at it, pause it when idle.
Price a small instance →Push to GitHub and it's live: auto-deploy, PR previews, custom domains.
A project server from about $0.02/hr runs several apps and their databases.
Deploy guides by framework →The one that matters most:
A managed database for as low as $5 a month. Project servers from about $0.02 an hour.
The smallest dedicated Postgres, a t4g.nano with 1 GB, is about $5.34 a month in ap-south-1 (Mumbai) and about $6.41 in us-east-1 and the $5 welcome credit covers its first days. Pay-as-you-go credits, top up from $5, no tiers.
Price your size →When production needs help, you talk to the engineers who run it and a founder reads every request.
Outages, restores, performance issues and migrations reach the people operating the platform. No response-time promise or uptime percentage we cannot prove.
How support and recovery work →Failover, point-in-time restore and backups cover the common ways a database fails.
Multi-AZ failover is a toggle on every engine, Postgres and MySQL add point-in-time restore and all engines get automated backups, live metrics and alerts.
The reliability and recovery details →We migrate you, free. An engineer plans and runs the move with you.
Match the instance, replicate or dump and restore, test the restore, cut over. Any plan size, no extra cost.
See one migration, step by step →Run it in your own AWS account with BYOC, in the region you need.
Encryption in transit and at rest on every managed instance. We do not hold SOC 2 or HIPAA today and we will say so before you spend an hour.
What we can and cannot certify →Fair enough. The live demo is the fastest way to see it.
Or claim $5 to start, no card needed.
Watch the live demo →Our founder
You've already sent us your setup from this browser. A founder will reply to it; no need to send it twice.
Got it. I'll reply to within two working days, from my own inbox.
Noted. One note when it changes, nothing else.