🐍 Snake Draft5 picks each · 4 playersLive leaderboard
1
Supabase Connection
Free backend in 3 minutes:
1. Go to supabase.com → New project (free)
2. Go to Settings → API
3. Copy your Project URL and anon public key below
4. Go to SQL Editor, paste and run the setup SQL shown below
▶ Show Supabase Setup SQL (click to expand)
-- Run this in your Supabase SQL Editor
create table if not exists draft_state (
id text primary key default 'main',
players jsonb default '[]',
draft_order jsonb default '[]',
picks jsonb default '[]',
current_pick int default 0,
draft_started boolean default false,
draft_complete boolean default false,
pool_name text default '2026 The Open Championship Pool',
drafter_names jsonb default '["Player 1","Player 2","Player 3"]',
updated_at timestamptz default now()
);
insert into draft_state (id) values ('main') on conflict do nothing;
alter table draft_state enable row level security;
create policy "public_all" on draft_state for all using (true) with check (true);
2
Pool Setup
Each person will create their own PIN when they first open the link — no setup needed on your end.
3
Sort Order
Mixed blends sportsbook odds with Underdog fantasy ADP for the best overall ranking.
or
Rejoin = connect to your existing draft without overwriting picks. Initialize = start a brand new draft (erases all picks).
🏆 Draft Complete!
All 20 picks are in. Head to the Leaderboard to track scores live.
156 Player Field
Loading players…
Draft Status
Pick 1 of 20
—is on the clock
My Picks So Far
Pool Leaderboard
All golfer scores · Updated live · Cut players use worst round score
Auto-refreshes every 60s
Loading scores…
All Drafted Golfers
Pos
Golfer
Owner
R1
R2
R3
R4
Total
Status
Thru
Draft Results
Complete picks by drafter
🔐
Who are you?
Pick your name to get started.
🏌️ Draft Room is Live!
Send this link to your friends. Anyone who opens it will go straight into the draft — no setup needed on their end.
💡 Tip: Also bookmark this page in your own browser — the link works for you too, and the draft syncs live for everyone at the same time.