
Vega
An open-source content admin for PocketBase.
What it is
Vega is a content admin panel under the MIT license. It reads the backend's schema and generates the editing screens, with no per-collection code.
How it's built
- A static SvelteKit SPA: it deploys as plain files alongside the backend.
- The backend sits behind an adapter port; today there is one for PocketBase and an in-memory one, which is what the demo uses.
- A visual block-based page editor, with a preview on the real site.

