Skip to content
Blog

From the PocketBase Cloud team.

Guides, tutorials, and deep dives on shipping full-stack apps.

Introducing status.pocketbasecloud.com
Featuredplatform
Aug 11, 2026·Tom

Introducing status.pocketbasecloud.com

A public status page with 90 days of uptime history and an incident feed — built to keep telling the truth even when PocketBase Cloud itself is down.

Ship Schema Migrations to a Running PocketBase Instance
features
Aug 8, 2026·Tom

Ship Schema Migrations to a Running PocketBase Instance

pb_migrations and pb_public now install on an instance that already exists — migrations merge, pb_public is replaced, and the instance restarts only when the schema changed.

Choose Which Compute Your Deployment Lands On
features
Aug 6, 2026·Tom

Choose Which Compute Your Deployment Lands On

Pro and organization deploys now pick a compute by name — in the portal, or with the CLI's --compute flag. How placement works, and why a redeploy never moves your app.

Usage & Performance Metrics for Every PocketBase Instance
features
Aug 4, 2026·Tom

Usage & Performance Metrics for Every PocketBase Instance

Every instance, backend and frontend now has a Usage & performance page — disk usage, requests over time, median and p95 response times, and container CPU and memory.

Where You Can Deploy: 10 Regions for Pro Dedicated Compute
platform
Jul 27, 2026·Tom

Where You Can Deploy: 10 Regions for Pro Dedicated Compute

Pro's dedicated compute can now be provisioned in 10 OVHcloud regions across Europe, North America, and Asia-Pacific. Here's the full list.

Organizations: Team Collaboration on PocketBase Cloud
Featuredfeatures
Jul 10, 2026·Tom

Organizations: Team Collaboration on PocketBase Cloud

Share projects with your team, keep billing and deletion under the owner's control, and see who created what. A tour of my favorite feature we've built.

Why PocketBase is So Reliable
pocketbase
Jun 30, 2026·Tom

Why PocketBase is So Reliable

Fewer moving parts, a database with aviation-grade testing, and no network between app and data. The architecture behind PocketBase's uptime.

Build a Free Landing Page with a Subscribe Form
tutorial
Jun 15, 2026·Tom

Build a Free Landing Page with a Subscribe Form

Ship a free landing page that collects emails: free static site hosting plus a form backend on the free plan, step by step — no monthly bill.

Why Supabase is Overkill for Your Website (and Most Systems)
supabase
May 28, 2026·Tom

Why Supabase is Overkill for Your Website (and Most Systems)

A Supabase alternative for most projects: Supabase is excellent engineering and more machinery than you need. When a full Postgres stack is too much, and what to run instead.

What is PocketBase? The Single-File Backend Explained
pocketbase
May 10, 2026·Tom

What is PocketBase? The Single-File Backend Explained

PocketBase packs a database, auth, realtime, and file storage into one ~15 MB binary. Here's what it is, how it works, and when to use it.

Scaling PocketBase: From MVP to Production
Featuredperformance
Mar 5, 2026·Tom

Scaling PocketBase: From MVP to Production

Strategies for scaling a full-stack app on PocketBase Cloud to thousands of concurrent users and millions of records — on a single server.

Security Best Practices for Your PocketBase App
security
Feb 18, 2026·Marcus Reed

Security Best Practices for Your PocketBase App

Secure your app's API and auth: a practical guide to PocketBase API rules, authentication, and server security settings.