🏆 154th Championship · Live Draft

The Open
Championship

Royal Birkdale · July 16–19, 2026
🐍 Snake Draft 5 picks each · 4 players Live 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).

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
PosGolferOwner R1R2R3R4 TotalStatusThru
Draft Results
Complete picks by drafter
Snake Draft Board
Picks by round · snake order · columns = drafters
Full Pick-by-Pick History
Pick Round Player Drafter Odds Tier