This terminal is monitored. Unauthorized access attempts are logged and traced. Present valid credentials to continue.
CLEARANCE GRANTED · LEVEL 5
DEV ACCESS PANEL
GUEST SESSION — ACCESS EXPIRES IN —
DATABASE UPLINK
PROJECT URL
—
PUBLISHABLE KEY
—
STATUS
CHECKING…
Direct postgresql:// connection strings contain your database password and must
never be embedded in client-side code hosted on GitHub Pages — anyone who
views the page source can read it. Use them only from a private server, CLI, or migration tool.
This panel talks to Supabase exclusively through the public publishable key, which is
designed to be exposed client-side and is governed by your Row Level Security policies.
ISSUE GUEST CREDENTIALS 24H EXPIRY
Generates a one-time operator ID + passphrase that can log in to this terminal for 24 hours,
then stops working automatically. Stored as a table in your Supabase project — run
guest_access.sql once in the SQL editor before using this.
// generated credentials are shown once here — copy them immediately.
// active guest credentials load here.
QUERY CONSOLE
// enter a table name above and execute a query — results render here.
MANAGE DEV PROFILES
Create permanent developer profiles with custom usernames and role-based permissions.
These profiles are stored in the dev_profiles table in your Supabase project.
// new dev profiles are shown here.
// active dev profiles load here.
SEND BANNER MESSAGES
Send messages that appear as banners at the top of user sessions.
Messages are stored in the banner_messages table.