Documentation Index
Fetch the complete documentation index at: https://docs.specific.dev/llms.txt
Use this file to discover all available pages before exploring further.
The admin dashboard is a local web UI that starts automatically when you run specific dev. It gives you a visual overview of your project and tools to manage your data.
Accessing the dashboard
The dashboard is available at:
When using --key for multi-instance environments, the URL includes the key:
https://<key>.spcf.localhost
For example, https://feature-auth.spcf.localhost.
Architecture visualization
The dashboard shows your services, databases, and connections as a visual diagram. See at a glance how your services relate to each other and which resources they depend on.
Database browser
When any PostgreSQL resource is configured, the dashboard includes a built-in database browser. Browse tables, run queries, and inspect your data without leaving the browser.
The database browser starts automatically, no extra configuration is required.
Temporal UI
When a Temporal resource is configured, the Temporal Web UI is integrated into the admin dashboard sidebar under “Workflows”. Use it to monitor workflow executions, view task queues, and debug workflow state.