Build

An admin panel that already knows your models.

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.

What you get.

All of it in the same install, with nothing to wire together first.

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.

Analytics

Web, page, referrer, device, and browser breakdowns, plus event and blog analytics, from first-party tracking.

Jobs and queues

Watch queue depth, retries, and job history from the same dashboard that runs the app.

Commerce and content panels

Orders, products, customers, posts, and pages get their own dashboard sections without extra setup.

Settings

App, team, and environment settings editable from the UI instead of a config file only a deploy can change.

Its own server

The dashboard runs on its own dev server, so buddy dev dashboard iterates on it without rebuilding the main app.

From the command line.

Buddy scaffolds, runs, and ships this the same way it does the rest of the app.

buddy dev dashboard buddy make:model Product

These share the same models, config, and types, so using them together costs nothing extra.