Dashboard Overview
Open, start, stop, and manage services from the dashboard.
The Dashboard is the workspace home for deployed services. It lists every service as a card with the service name, runtime badge, status badge, public URL, and last updated time. Click a service card to open the full service detail screen.
Service cards
- Name: The project name you entered during service creation.
- Runtime: The selected runtime, such as Python or Node.js.
- Status: Running, Building, Stopped, Failed, or Available depending on the service state.
- URL: The generated hostname for the deployed app.
- Updated: The most recent deployment or status update time.
Service status badges
- Running: The application is healthy and receiving traffic.
- Building: Mapherix is currently pulling code and assembling your container.
- Stopped: The service has been manually halted.
- Failed: The build or runtime process exited with an error.
Service detail screen
The detail screen has four tabs:
- Overview: Runtime, branch, commands, and live resource usage.
- Deployments: Recent GitHub commits and redeploy actions.
- Runtime Logs: Live application output and startup messages.
- Configuration: Runtime, host, port, commands, secrets, domain, and save/deploy controls.