One project per app
Each project keeps these concerns together:
- base URL
- monitored routes
- webhook configuration
- run history
- latest project health
Use a public base URL that the worker can reach. Keep the route list focused on high-value user flows instead of trying to mirror every page in the app.
Project detail tabs
Overview
Shows the latest run and a summary of project health.
Routes
Lets you add or remove monitored paths and keep the list focused.
Webhook
Shows the deploy trigger URL and a GitHub Actions example.
Settings
Lets you edit the project name, base URL, and alert webhook.
What changes later
You can update the base URL, route list, and Discord webhook after project creation. The project page is meant to be the operational home for a monitored deployment, not just a setup form.