ZenLLM
Public growth and outreach control
This route is the public control surface for traffic, assessment, and outreach health. It renders immediately from hosting, then hydrates into the live snapshot view.
What you can see here
The live client view fetches the hosted control snapshot after load so the page stays reachable even when the backend is warming.
Recent visitors, page views, assessment starts, benchmark requests, and signups.
Current customer and partner queue depth from the hosted runtime snapshot.
Active background jobs and whether the snapshot is fresh or stale.
Route split
ZenLLM keeps the public control page separate from the signed-in product workspace so unauthenticated visitors do not land on the wrong surface.
/control is the public growth and outreach view.
/dashboard is the signed-in product workspace entry point.
The browser app replaces this prerendered shell with live control data after hydration.