Skip to content

Layerbase: 18 databases
one cloud
no meters

Run Postgres, MySQL, Redis, SQLite, FerretDB, and more. Branch for isolated previews. Always-on production from $5/month. No usage meters.

8 engines free. No card required.

Layerbase Cloud/postgresql
Relational

Connection

postgresql://layerbase:•••••@postgresql-prod.cloud.layerbase.dev:5432

Used in production by the team building it.

18 Engines
8 Free Engines
0 Docker required
0 usage meters

Branch your data like you branch your code.

Create an isolated, writable copy for previews, migration rehearsals, or experiments. Works across 16 engines, including Postgres, MySQL, and MongoDB-compatible FerretDB.

accounts-prod

PostgreSQL

Running
accounts-prod-ruby-flute.cloud...Jun 7, 2026

2 branches

accounts-stagingRunning
accounts-previewStopped

orders-prod

MySQL

Running
orders-prod-amber-koala.cloud...Jun 7, 2026

2 branches

orders-stagingRunning
orders-previewStopped

catalog-main

FerretDBMongoDB-compatible

Running
catalog-main-holy-craft.cloud...Jun 7, 2026

1 branch

catalog-stagingRunning

Give your agent a database to work with.

With the CLI installed and authenticated, your agent can create Postgres and create an isolated preview for your next change.

Set up your agent
lbase cloud create accounts --engine postgresql
lbase cloud branch accounts accounts-preview

Available on PostgreSQL, MySQL, MariaDB, Redis, Valkey, FerretDB, libSQL, SQLite, DuckDB, TypeDB, ClickHouse, Meilisearch, Qdrant, QuestDB, InfluxDB, and Weaviate. See how branching works.

The database your app needs.

Choose an engine for your project, or combine SQL, documents, vectors, and time-series data on one platform.

QuestDB, CouchDB, and FerretDB run self-serve and scale to zero, and TigerBeetle is in alpha and coming to cloud plans. All four are hard to find managed anywhere else.

Now accepting database refugees.

Paste a connection string or API key. Layerbase provisions your destination and copies the data in one read-only pass.

Your source stays untouched. Keep your app and integrations pointed at it until you’re ready to switch.

Find your migration path
Guided migration

Choose your source

We discover the database for you.

Connection string
API key

Paste once

postgresql://user:••••@source.example/app
Start read-once migration

Old database untouched

Read once

New database ready

More ways to work with your data.

Idle
Idle
Active
Idle
Idle

Always there when you connect.

Free databases sleep when idle and wake on connection. Paid plans add always-on capacity.

curl https://mydb-rest.cloud.layerbase.dev \
-d '{"sql":"SELECT 1"}'
4.3ms·application/json

Query over HTTPS from anywhere.

Use compatible Neon, Upstash, Vercel KV, or PlanetScale drivers, or native HTTP APIs, from serverless and edge runtimes.

$ psql postgresql://duckdb-prod.cloud.layerbase.dev
psql (16.4, server DuckDB 1.1)
analytics=>SELECT * FROM events;
PostgreSQLSQLiteDuckDBQuestDB

psql, for things that aren't Postgres.

Use Postgres clients with SQLite, DuckDB, and QuestDB, or Mongo drivers with Apache-licensed FerretDB.

Invoice · March#2026-03
Layerbase Cloud$15.00
Total$15.00

One flat monthly bill.

No per-query, request, or bandwidth charges.

6 Web IDEs, matched to the data.

Explore SQL, document, key-value, REST, graph, and ledger data from the browser. Included with every database.

When a query fails, ask the console to explain it and propose a fix.

Cloud Web IDE
PostgreSQL 18

Tables

  • users
  • events
  • orders
  • sessions
SELECT id, name, created_at
FROM events
WHERE created_at > NOW() - INTERVAL '7 days'
ORDER BY id DESC LIMIT 5;
idnamecreated_at
1247signup2026-03-12 14:21
1246purchase2026-03-12 14:08
1245login2026-03-12 13:55
1244signup2026-03-12 13:44
1243purchase2026-03-12 13:30
5 rows · 12ms

SQL Web IDE: Postgres, MySQL, ClickHouse, DuckDB, and more, syntax-highlighted and ready.

The multi-database tax.

Postgres, cache, vector search, and text search usually mean four vendors. On Layerbase, they share one plan.

A typical production stack, priced separately (July 2026)

Postgres on Neon

metered by compute-hours

$35-81/mo

Redis on Upstash

metered per command

$10-20/mo

Vector search on Pinecone

minimum

$50/mo

Text search on Algolia

metered per search - ours is Meilisearch, open source, with a real console

~$85/mo
Four vendors, four bills, four meters~$180-236/mo

On Layerbase

The same four databases are 4 of your 10 on Pro.

$15/mo flat

One bill. Zero meters.

Competitor pricing as of July 2026, from public pricing pages.

More engines, one operating model.

Compare engine choice, workflows, and included features.

Compare Layerbase against

Database engines

Supabase
1 (Postgres)
Neon
1 (Postgres)
PlanetScale
2 (MySQL, Postgres)
Railway
Templates, unmanaged
LayerbaseLayerbase
18 managed

Database branching

Supabase
Postgres
Neon
Postgres
PlanetScale
MySQL, Postgres
Railway
Not offered
LayerbaseLayerbase
16 engines

HTTP query API

Supabase
PostgREST
Neon
Postgres
PlanetScale
Serverless driver
Railway
No
LayerbaseLayerbase
17 engines

Client cert (mTLS) auth

Supabase
No
Neon
No
PlanetScale
No
Railway
No
LayerbaseLayerbase
Pro, per-database CA

IP allowlist scope

Supabase
Project, not its APIs
Neon
Project, Scale plan
PlanetScale
Per database
Railway
Not offered
LayerbaseLayerbase
Per database, every plan

Free tier

Supabase
500 MB, pauses after 1 week
Neon
0.5 GB, scale-to-zero
PlanetScale
None since April 2024
Railway
$1/mo of usage credit
LayerbaseLayerbase
5 GB, wakes on connect

Pricing model

Supabase
$25 base + meters
Neon
Usage meters
PlanetScale
From $5 + usage
Railway
Metered per second
LayerbaseLayerbase
$0 / $5 / $15, no meters

Self-hostable companion

Supabase
Full platform, Docker
Neon
Source only
PlanetScale
Not offered
Railway
Not offered
LayerbaseLayerbase
CLI + Desktop

Capabilities verified September 7, 2026. Vendor sources: Supabase, Neon, PlanetScale, Railway, Turso, Upstash, Render, MongoDB Atlas.

One engine across every environment.

Preview, ship, or work locally without swapping database products.

01Preview

Connect your deploy workflow.

Vercel and GitHub integrations keep preview branches and connection strings in sync.

02Ship

Production without a product swap.

Add always-on capacity and backups. Keep your engine and connection model.

TLS, generated credentials, and IP allowlists included on every tier.

03Develop locally

Bring the same engines to your laptop.

Run the same engines locally with the CLI or Desktop. No Docker required.

TLS on every endpoint
Per-database credentials and IP allowlists
Container and network isolation per account
Backups in encrypted object storage, taken before destructive actions

Read the full security overview, including what we do not have yet, or jump to the IP allowlisting and client certificate guides.

Questions, answered.

What is Layerbase?

Layerbase Cloud is the easy way to run a database in production: 18 engines, a free tier with no credit card, and flat monthly plans. Layerbase Desktop brings the full engine suite and admin UI to your laptop as a local runner and multi-database IDE, and the Layerbase CLI runs the same engine runtime from the terminal with native binaries, no containers required.

See plans and pricing
Is there really a free tier?

Yes. PostgreSQL, MariaDB, SQLite, DuckDB, libSQL, Valkey, Redis, and TypeDB are free at the base configuration: cloud-hosted, real connection string, HTTPS endpoint. The free tier includes 2 databases, with instant branching on one, on a single signup, and it does not expire.

See what free includes
How does billing work?

Free needs no credit card. Solo is $5/mo for 2 Standard databases, one of which you pin always-on. Pro is $15/mo for up to 10 databases, every engine, and an allocatable always-on pool. Dedicated starts at $35/mo per server. Every price is flat, with no usage meters: the price is a number, not a formula.

See full pricing
Is Layerbase serverless?

Yes, in the way that changes your infrastructure: there is no server to size or provision, idle Standard-class databases scale to zero, and the next connection wakes them in about one to five seconds. The few engines that are better off awake run always-on from your pool instead. It is not serverless in the billing sense, and that part is deliberate. There are no compute units, request counts, or per-row charges on any plan.

How serverless works here
What does Layerbase Cloud replace?

Neon, PlanetScale, Supabase, Railway, Render, Aiven, Upstash, DigitalOcean Managed Databases, Turso, Vercel KV, Algolia (we host Meilisearch, the open-source alternative, with a real console), and MongoDB Atlas (with branching, which Atlas does not offer, via FerretDB). More engines than any single one of them.

Find your migration path
When should I NOT use Layerbase Cloud?

High availability and multi-region replication are on the roadmap, not shipped. If your workload requires synchronous multi-region writes today, use the upstream cloud for that engine. Everything else (single-region production, dev/staging, side projects) we are ready for.