Skip to content
Blog

From the PocketBase Cloud team.

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

Pro Compute Now Runs in 12 Locations
Featuredcompute
Sep 7, 2026·Tom

Pro Compute Now Runs in 12 Locations

Five new regions — Japan, India, and three US regions — join the seven existing Pro locations, so your dedicated compute can sit closer to your actual users.

How to Deploy a Nuxt App
nuxt
Sep 6, 2026·Tom

How to Deploy a Nuxt App

Deploy a Nuxt 3 app — server-rendered or statically generated — to PocketBase Cloud, with HTTPS and a database in the same project.

How to Deploy a SvelteKit App
sveltekit
Sep 6, 2026·Tom

How to Deploy a SvelteKit App

Deploy a SvelteKit app — static or server-rendered — to PocketBase Cloud. Which adapter to pick, and the one command that ships each kind.

Every deploy leaves a trail: deployment history on every resource
features
Sep 3, 2026·Tom

Every deploy leaves a trail: deployment history on every resource

Each PocketBase instance, frontend, and backend now keeps its deploy history on its detail page — what shipped, when, and whether it landed.

Off the Free cluster in five steps
features
Sep 3, 2026·Tom

Off the Free cluster in five steps

Upgraded to a paid plan but the instance is still on the Free cluster? Back up, restore at creation, repoint, delete — about five minutes.

Your PocketBase has knobs now: runtime flags and a syncable superuser
pocketbase
Sep 3, 2026·Tom

Your PocketBase has knobs now: runtime flags and a syncable superuser

Dev mode, hooks pool, and query timeout are editable per instance from the portal or CLI, and the managed superuser can be rotated without the old password.

Bring your PocketBase with you: restore a backup into a new instance
pocketbase
Sep 3, 2026·Tom

Bring your PocketBase with you: restore a backup into a new instance

pbc pocketbase create --backup provisions an instance with your backup already restored — schema, records, files, and superusers. Same thing in the portal's create form.

One Step to Deploy from GitHub Actions
Featuredcli
Aug 19, 2026·Tom

One Step to Deploy from GitHub Actions

An official action and pbc ci init replace the 40-line hand-written workflow — and close a real credential leak along the way.

The Free plan now has an API rate limit (and why that's good news)
pricing
Aug 18, 2026·Tom

The Free plan now has an API rate limit (and why that's good news)

Free PocketBase instances can serve 500 API requests per hour. Here's what that means for your project, how the limit behaves, and how to lift it.

Custom Domains for PocketBase: Bring Your Own URL
Featuredfeatures
Aug 18, 2026·Tom

Custom Domains for PocketBase: Bring Your Own URL

Serve your PocketBase instance from a domain you own — with automatic HTTPS, one DNS check, and full CLI support. The feature I've been asked for more than any other.

pbc locations: Know Where a Deploy Can Land
cli
Aug 14, 2026·Tom

pbc locations: Know Where a Deploy Can Land

The new CLI command lists the regions the platform can actually deploy to for your plan — and --location now refuses a region before your deploy fails on it.

One Deploy Command for Any Directory
cli
Aug 12, 2026·Tom

One Deploy Command for Any Directory

pbc deploy reads the directory you're standing in, works out whether it's a PocketBase instance, a frontend, or a backend, and runs that deploy — same flags, same output, one less decision.