Admin Sign In
Use your CO3 account. Only approved admin accounts can enter this panel.
Admin Dashboard
This first pass is wired as a private shell. It reads what the browser is allowed to read today and marks the places that need database/admin API backing before they can change production behavior.
Next Infrastructure
- Create a real admin_roles table with row-level security.
- Add server-side admin functions for protected writes.
- Move roleplay style definitions from app code into database records.
- Route app response feedback and bug reports into reviewable tables.
Response Feedback
Review positive and negative response ratings, reasons, model/style context, and whether the item has been handled.
Bug Inbox
Intended home for bug reports from beta/app, with triage states like new, investigating, fixed, and ignored.
Roleplay Styles
Draft and compare model behavior presets. Saving here is local until we connect the protected admin API.
Persona Moderation
Review public personas, reports, privacy state, and moderation actions once the protected tables are connected.
User Management
Future tools: view accounts, disable abuse, inspect account health, and review admin status.
Admin Invites
Draft invitations for future admins. Real invites need a server-side function before they can grant access.