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: `/.netlify/functions/admin-dashboard`, `admin-activities`, `intent-submit`, `contact-submit`, `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.
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.