WaffleCloud Portal
Please wait while the portal verifies your session.
WaffleCloud
Internal portal over the WaffleCloud backbone. This page reads the shared hosted API only: overview plus recent event activity.
Not signed in
How the last 7 days split across company, internal, studio, and more.
Governed transport lanes currently feeding the hosted portal.
Current event totals from the overview view.
Latest records from product_views.activity_feed.
No recent events yet.
Current operating model for the hosted portal and future extension points.
BigQuery-backed read views are the safer default than querying retained MQTT topics directly in the page. If Pub/Sub is landing raw events correctly, the hosted portal should treat BigQuery as the read surface.
Retained broker state can still help for low-latency operational snapshots or debugging, but it should stay an implementation detail behind APIs instead of becoming the portal's primary query path.
A future WaffleCloud chat panel should call a server-side chat endpoint on this same app stack so prompts can use BigQuery views, current user identity, and guarded tool access without exposing secrets in the browser.