Admin Console
Live activity, intents, contacts, and proof signals

Restricted view

See the live state of the community.

Connect with a token, then review recent activities, intents, contact messages, live stats, and proof signals coming from the Netlify API layer.

Disconnected. Enter admin token to load data.
Security note
Token stays in sessionStorage

This page sends the admin token only in request headers. The token is not written into the page URL.

Assumption: the Netlify functions validate `Authorization: Bearer ...` or `X-Admin-Token` on the server side before returning sensitive data.

Connect To The API

Enter the token once per browser session. You can refresh or clear it at any time.

Admin Access
Expected endpoints: `/api/admin-dashboard`, `/api/admin-activities`, `/api/onboarding-chat`, `/api/intent-submit`, `/api/contact-submit`, `/api/live-data`.
Current View
Live platform snapshot
No data loaded yet. Connect with a token and the dashboard will populate automatically.
This page will also work if the API only exposes separate list endpoints instead of one dashboard endpoint.

Live Stats

These are the platform signals most useful for operating the community day to day.

Active Projects
How many seeded or live projects are currently visible.
Open Roles
How many roles are currently open across projects and community work.
Current Sprint
The sprint or cycle currently in motion.
Ideas In Voting
How many proposals are currently being discussed or voted on.
Recent Proof
How many proof items were returned by the API.
Community Users
People captured through the onboarding assistant and related community forms.
User Questions
Questions asked through the assistant that need follow-up or better content.
Last Sync
When the dashboard last refreshed from the API.

Recent Activities, Intents, and Messages

This section can show a single dashboard payload or separate list endpoints.

Recent Activities
Waiting for data
GET admin-activities
Connect to the API to see recent user and platform activity.
Recent Intents
Waiting for data
GET intent-submit
User intents will appear here after the API is connected.
Contact Messages
Waiting for data
GET contact-submit
Messages sent by users will appear here and can also be mailed to Outlook.
Proof Signals
Waiting for data
GET live-data
Proof signals, sprint completions, and activity summaries will appear here.
Pending Payments
Waiting for data
GET admin-dashboard
Payment proofs awaiting operator review will appear here.

Onboarding Users and Questions

See each captured user with their answers, questions, and recent activity so follow-up can be specific.

Community Users
Waiting for data
GET onboarding-chat / admin-dashboard
Users captured by the bottom-sheet onboarding flow will appear here.
Question Feed
Waiting for data
assistant question history
Questions asked through the assistant will appear here for admin review.