πŸͺ£ siteio pocket β€” live demo

This entire site is a static site that ships with a full PocketBase backend, deployed with one command: siteio pocket deploy. No server code was written β€” every demo 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 is defined as migrations checked into the project, applied automatically on deploy. Data lives in SQLite on the server and survives redeploys. Pick a mini demo:
πŸ”

Authentication

Email + password signup and login, backed by a PocketBase auth collection. Your session is shared across all demos.

auth
⚑

Live feed

Posts with an author relation and image uploads. Reading is public, posting requires login β€” and new posts stream in live.

databasefilesrelationsrealtime
πŸ’¬

Live chat room

An authenticated chat room where messages are pushed to every connected client instantly β€” with images, GIFs, reactions, presence and fun commands. Watching is public, chatting requires login.

realtimeauth
πŸ“–

Public guestbook

A collection with fully public create/read rules β€” anyone can sign it without an account.

no-auth collection