An admin panel you didn't build.
Browse tables, inspect live queries, tail logs, and run ad-hoc mutations at /studio against any Pylon deployment. It's admin-gated in production and works the same in dev, staging, and prod.
- Browse and edit every table with the schema as the UI
- Inspect live queries and the change log as writes happen
- Tail structured logs and run ad-hoc mutations
- Admin-gated in production; zero setup in dev
Your schema is the interface
Studio reads your entity definitions and renders the right editor for each field — date pickers for datetimes, references for ids, rich-text editors for richtext. No admin framework to configure, no model registration; it tracks your schema automatically.
See the system working
Watch the change log stream as mutations land, inspect which subscriptions a write touched, and tail structured logs with the request context attached. When something's off in production, you're looking at the live system, not reconstructing it from log lines.
Same tool, every environment
Studio is part of the binary, so it's there in dev with no setup and in production behind the admin gate. Point it at any deployment — local, staging, cloud — and the experience is identical.
Build it on Pylon.
One framework for your schema, sync, auth, functions, realtime, and SSR. Free to start.