| URL | Purpose |
|---|---|
https://replied.dk | Public website. |
https://app.replied.dk | Replied dashboard. |
https://www.replied.dk/api/v1/submit/{api_key} | Submit website messages. |
https://replied.dk/widget.js | Widget script. |
Add a dashboard page
- Read
docs/codebase-map.json. - Search for existing dashboard route patterns.
- Reuse the dashboard layout and auth guard.
- Scope queries by
org_id. - Add the sidebar item only after the page works.
Add a company admin page
- Find current company admin routes.
- Reuse company admin layout and role checks.
- Keep billing, team, API key, and integration settings scoped to the workspace.
Add a superadmin page
- Find current superadmin route patterns.
- Use superadmin auth only.
- Keep it outside customer dashboard navigation.
- Add audit context for sensitive actions.