Skip to main content
Percher is still being built, but you can try it out with a free account right now!
← Changelog

The capsule template — a full-stack starter in one command

Scaffold an app with a database, sign-in, and realtime already wired up, then publish.

Starting something new that needs a database and sign-in? The capsule template scaffolds it with the wiring already done:

bunx percher create my-app --template capsule
bunx percher publish

You get a PocketBase database, provisioned with your schema before the app goes live, plus email/password sign-in (Google a command away) and realtime subscriptions — connected out of the box. On a paid plan, src/lib/ai.ts adds managed AI with no key to paste.

It's for starting something new. For an app you already have, percher init detects the framework and generates the config instead.