WaffleCloud Portal

Checking access

Please wait while the portal verifies your session.

WaffleCloud

Control Room

Internal portal over the WaffleCloud backbone. This page reads the shared hosted API only: overview plus recent event activity.

Not signed in

Live overview BigQuery-backed

Current lane

All namespaces

Company, internal, and studio traffic combined into the hosted WaffleCloud portal.

API Checking -
Project - -
Last refresh - -
24h Events - -
7d Events - -
Latest Event - -
Namespaces - -

Namespace Counts

How the last 7 days split across company, internal, studio, and more.

Topic Families

Governed transport lanes currently feeding the hosted portal.

Domain Counts

Current event totals from the overview view.

Recent Events

Latest records from product_views.activity_feed.

No recent events yet.

How To Think About Data

Current operating model for the hosted portal and future extension points.

State should come from views

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 MQTT is still useful

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.

AI chat can plug in later

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.