Skip to main content
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:
https://local.spcf.app
When using --key for multi-instance environments, the URL includes the key:
https://<key>.local.spcf.app
For example, https://feature-auth.local.spcf.app.

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 SQL interface powered by Drizzle Gateway. 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. If your project is linked to Specific Cloud, the dashboard includes links to the production dashboard for quick access to your deployed environments and logs.