PlanetScale
PlanetScale Inc. Β· ποΈ Database
PlanetScale is the world's most advanced serverless MySQL platform. Build faster with branching, non-blocking schema changes, and more.
Free-tier constraints
- Offer type
- Discontinued
- When idle
- Unknown
- Credit card
- Required
- Commercial use
- Allowed
- At the limit
- Auto-bills
- Data expiry
- Not published
Free-tier compatibility
- βStatic hosting
- βServerless
- βLong-running processes
- βDocker
- βWebSockets
- βCron
- βBackground workers
- βPersistent disk
- βCustom domains
Overview
PlanetScale is a serverless MySQL platform built on Vitess, the database technology that scales YouTube. Its standout feature is database branching: you branch your schema like Git, make non-blocking schema changes on a development branch, and merge them with a deploy request β no locking, no downtime. Connection pooling and query insights come built in.
The Hobby tier historically offered 5GB storage with about 1 billion row reads and 10 million row writes per month, plus production and development branches. Note: PlanetScale discontinued its free Hobby plan in April 2024, so treat it as a paid database platform rather than a free-tier option.
It targets teams that want MySQL at scale with a safe, Git-like schema workflow and serverless connection handling.
Sources and verification
Checked 2026-08-18Pros
- βServerless MySQL that scales on Vitess
- βGit-like database branching with non-blocking schema changes
- βDeploy requests make migrations safe and reviewable
- βBuilt-in connection pooling and query insights
- βBattle-tested at very large scale
Cons
- βThe free Hobby tier was discontinued in April 2024
- βNo current always-free database tier
- βThe branching workflow has a learning curve
- βSome features assume larger, paid usage
Best for
- βTeams that need MySQL at scale
- βSchema changes without downtime
- βApps with serverless or edge connection needs
Compare with
Getting started
- 1 Create a PlanetScale account and a database
- 2 Create a development branch for schema changes
- 3 Apply schema changes on the branch, then open a deploy request
- 4 Merge the deploy request to apply changes to production safely
- 5 Connect your app with the provided connection string
Related guides
Features
- βServerless MySQL
- βDatabase Branching
- βNon-blocking Schema Changes
- βAutomatic Backups
- βConnection Pooling
- βInsights & Analytics
FAQ
No. PlanetScale discontinued its free Hobby plan in April 2024; current public pricing starts with paid development databases.
It lets you branch your schema like Git, make non-blocking changes on a dev branch, and merge them to production via a deploy request β without locking tables.
Yes. PlanetScale now has both Vitess/MySQL and Postgres products, but the historic free Hobby database tier is no longer available.
Deploy these projects to PlanetScale
Open-source projects and templates that run on PlanetScale's free tier.