🪣 siteio pocket — live demo

This entire page is a static site that ships with a full PocketBase backend, deployed with one command: siteio pocket deploy. No server code was written — every feature below runs against the backend at /api.

🗄️ Database 🔐 Auth 🖇️ Relations 📎 File storage ⚡ Realtime 🛂 Access rules 🛠️ Admin UI

checking backend…

What you're looking at: a demo of what a pocket gives a "vibe-coder" — storage, auth and an API for free. The schema (an auth users collection + a posts feed + a public guestbook) is defined as migrations checked into the project, applied automatically on deploy. Data lives in SQLite on the server and survives redeploys.

🔐 Authentication auth

Email + password signup and login, backed by a PocketBase auth collection. Try it — create an account, it's stored server-side.

⚡ Live feed database · files · relations · realtime

Posts are stored records (with an author relation and an optional image file). Reading is public; posting requires login (an access rule) — and new posts stream in live over PocketBase realtime.

🔒 Log in above to post — reading the feed is open to everyone (that's an access rule).

📖 Public guestbook no-auth collection

A second collection with fully public create/read rules — anyone can sign it without an account.