# STATUS — 06 CPIE Waitlist

**Path:** `/workspace/revenue-lab/06-cpie-waitlist/`  
**Updated:** 2026-09-16 ~2:50 PM ET  
**Spend this build:** **$0** (no paid hosting)

## Done

- [x] Polished static landing (`index.html`) — hero, what it is, product teasers (Whop secondary), waitlist form (email + optional name), privacy note
- [x] `css/styles.css` + `js/waitlist.js` (Supabase REST if configured, else `POST /api/waitlist`)
- [x] `js/config.example.js` — copy to `config.js` when keys exist
- [x] `supabase/schema.sql` — `waitlist_signups` + RLS notes for anon insert
- [x] `server.py` local JSON fallback (port **9876**)
- [x] `EMAIL-LIST.md` — Resend / Buttondown / AgentMail + weekly template
- [x] `PRODUCT.md`, `FB-ADS-BRIEF.md`, assets (favicon + OG SVG)
- [x] Ops: `../ops/FB-WAITLIST-LAUNCH-2026-09-16.md` checklist
- [x] Note in `../ops-pnl-tracker.md` (≤$50 FB not IG; Link + Meta login pending)

## Blockers (need user / browser)

| Blocker | Why |
|---------|-----|
| Supabase project | No credentials on box — user creates free project, runs schema, pastes URL + anon key |
| Public waitlist URL | Static host not deployed yet (`https://cpie-waitlist.pages.dev/` placeholder) |
| Meta Business login | Required before Ads Manager / campaign |
| Link auth + payment method | Required before spend; user authorized ≤$50 FB only |

## Preview (local)

```bash
cd /workspace/revenue-lab/06-cpie-waitlist
python3 server.py
# open http://127.0.0.1:9876/
```

## Suggested $0 public hosts

1. **Cloudflare Pages** — drag-and-drop or git; free tier; custom domain later  
2. **Netlify Drop** — drag folder; instant URL  
3. **GitHub Pages** — push this folder / `docs` or Actions  

Form works on pure static hosts when Supabase URL+anon key are injected; without them, `/api/waitlist` needs a tiny backend (keep `server.py` for local; or Supabase-only for public).

## Assumption log

- Clip kit checkout = `plan_UwST6xUMMLFcd` (live per ops tracker).  
- Ads objective = traffic or leads to waitlist, not direct Whop.  
- Placements = Facebook Feed + Facebook Reels only (exclude Instagram).  
- Budget framing = $50 total test (e.g. $20/day × 2.5 days or $50 lifetime / 3 days).


## LIVE 2026-09-16 ~6:02 PM ET
- Public URL: https://cpie-waitlist.pages.dev
- Host: Cloudflare Pages project `cpie-waitlist` (account cpie-host@agentmail.to)
- Supabase: still not wired (local/API fallback until project created)
