Public Status Page
Regle can expose a simple, read-only public status page for your organization so you can tell customers when something is broken.
It's intentionally minimal — one page, no setup beyond a toggle. If you need a fully branded, multi-page status product, Regle is not trying to replace Statuspage or Better Stack.
What it shows
The public status page displays:
- System Status — every monitor in your org (URL and heartbeat checks) with a rolling 45-day uptime bar.
- Active Incidents — currently open incidents, linking to a public incident page for each.
- Recently Resolved — incidents resolved recently.
- An "All systems operational" / "No recent incidents" state when things are healthy.
It updates automatically from your monitors and incidents — there's nothing to publish by hand. A "Powered by Regle" footer links back to regle.dev.
URL
The page lives at a path under your Regle app domain, keyed by your organization name:
https://app.regle.dev/public/<your-org-name>
Individual public incidents are available at:
https://app.regle.dev/public/<your-org-name>/incident/<incident-id>
Enabling it
The public status page is off by default. It is controlled by the
publicMonitorDashboard flag on your organization. While it's disabled, the
public URL returns 404.
You can optionally set a publicStatusPageLink — an external URL (for example,
your own status site) that the organization name on the page links out to.
If you'd like the status page enabled for your org, contact [email protected].
Not yet supported
To set expectations, the public status page does not currently support:
- Custom domains (e.g.
status.acme.com) - Logo, color, or text branding
- Email / webhook subscriptions
- Scheduled-maintenance windows
- Per-monitor visibility toggles
If one of these is a blocker for you, let us know at [email protected] — it helps us prioritize.
See also