Dashboard
Live from D1 and KV.
Site Status
Toggle in Settings panel.
HTML Editor
Changes go live instantly via KV. No redeploy needed.
0 chars
Worker.js
Worker code requires a terminal deploy. Edit ~/glowingpockets/main/worker.js then run:
cd ~/glowingpockets/main && wrangler deploy
Site Settings
Controls
Offline Mode
Blocks all visitors except you. Your bypass token lets you through.
Logo SVG
Paste raw SVG. Displays in the banner on glowingpockets.com. Leave empty to use the default.
Schema Changes
Run SQL migrations in the SQL Console. For wrangler.toml changes (adding bindings, routes, durable objects), edit the file and redeploy from terminal:
cd ~/glowingpockets/main && wrangler deploy
Users
Adjust Balance
All Users
| Username | Balance (GC) | Joined | Status |
|---|
Help Requests
App Store
Add App
Current Apps
Chat Messages
| User | Message | Time |
|---|
SQL Console
Direct D1 access. DROP TABLE on users/sessions is blocked here for safety.
Quick Queries