- Create a new Supabase project.
- Open SQL Editor.
- Run
supabase-schema.sqlfrom this folder. - Go to Project Settings → API and copy:
- Project URL
anonpublic key
Because this is a static app, run any static server in this folder:
cd /Users/racit/.openclaw/workspace/no-drama-sports-slot
python3 -m http.server 8082Open http://localhost:8082.
Supabase URL + anon key are already embedded in index.html for deploy-ready behavior.
- Push this folder to GitHub.
- Import repo to Vercel.
- Deploy as a static project (no build needed).
- Open live URL — no runtime config input required.
- This is hackathon-friendly and intentionally simple.
- Current RLS policies allow public read/write for demo speed.
- For production, add auth and strict policies.