Model views
List, create, edit, and delete screens generated from a model’s attributes, so a new field shows up without a hand-built form.
A model with the useApi trait is a CRUD screen in the dashboard, not a second implementation of the same list, form, and filters. Analytics, job monitoring, and commerce and content management ship as part of the same install.
All of it in the same install, with nothing to wire together first.
List, create, edit, and delete screens generated from a model’s attributes, so a new field shows up without a hand-built form.
Web, page, referrer, device, and browser breakdowns, plus event and blog analytics, from first-party tracking.
Watch queue depth, retries, and job history from the same dashboard that runs the app.
Orders, products, customers, posts, and pages get their own dashboard sections without extra setup.
App, team, and environment settings editable from the UI instead of a config file only a deploy can change.
The dashboard runs on its own dev server, so buddy dev dashboard iterates on it without rebuilding the main app.
Buddy scaffolds, runs, and ships this the same way it does the rest of the app.
These share the same models, config, and types, so using them together costs nothing extra.