This GitHub Pages URL is a public landing page only. There are no ops PINs or Firebase secrets in this static HTML — only setup pointers. The live ops desk runs on a Cloudflare Worker with server-side secrets, X-Ops-Pin / session auth, and rate limiting.
ops/daily_company/dashboard-worker/ — see README.md there.cd ops/daily_company/dashboard && python3 -m http.server 8765Chit Chat Social · GitHub: Almightybruce01/chit-chat
Ops PIN required. Enter the PIN from your Worker secrets (OPS_DASHBOARD_PIN or DASHBOARD_PASSWORD). It is not stored in this page’s source; sent over HTTPS only. Nothing below loads until you unlock.
Wrong password. Try again.
One hub: iOS admin, App Store / Firebase links,
AI product suggestions (code self-diagnosis + optional user signals + OpenAI),
and the daily pipeline when latest-report.json is beside this page.
Loading pipeline status…
In the app: AdminDashboardView (local directory, full controls).
On the private Worker: use User pool (Firebase) below — reads/writes Firestore users/{uid} after the same dashboard password (service account on the server only).
almighty_bruce_, admin, or owner (lowercase).
Code reference: AppState.canAccessInternalDashboard · PlatformExpansionViews.swift · navigation title Chit Chat Social Admin.
Search signed-in users mirrored to users/{uid} (app sync + Worker admin). Requires Worker secret FIREBASE_SERVICE_ACCOUNT_JSON and Firestore rules that let users merge their own doc.
| UID | Username | Display | Verify |
|---|
Direct link to this dashboard file in the repo:
github.com/…/ops/daily_company/dashboard/index.html
— use Raw or clone locally; for live JSON reports, serve this folder (see footer).
GitHub Pages (/docs on main) only shows a landing stub at
…/ai-company/ — no report JSON is published there.
For the full Command Center with server-checked password, deploy the Cloudflare Worker in
ops/daily_company/dashboard-worker/ (see its README) and bookmark your *.workers.dev (or custom) URL.
Use Copy page URL in the nav when you are on that Worker. Tap Lock to clear the session cookie.
/Users/brianbruce/Desktop/Chit Chat Social/Chit Chat Social/ops/daily_company/dashboard/index.htmlops/daily_company/out/latest-report.jsonops/daily_company/data/user_signals.json.example → save as user_signals.json (gitignored)./scripts/bootstrap-ai-company.shPYTHONPATH=ops python3 -m daily_company --root .OPENAI_API_KEY in your shell or GitHub Actions for full executive + product update LLM blocks.)latest-report.json into ops/daily_company/dashboard/.ops/daily_company/dashboard/ run:python3 -m http.server 8765 → visit http://localhost:8765/ (or http://localhost:8765/#pipeline for the report).user_signals.json + suggested updates.Chit Chat Social as the workspace root.python3 -m daily_company and reload the dashboard — hotspot score, TODO count, and AI suggestions should reflect progress.user_signals.json so the next run ties product ideas to real feedback.
Online: report JSON is not shipped on GitHub Pages. Use the Worker or local http.server beside ops/daily_company/dashboard/.