Lifetime Deal Setup Notes - NEEDS-FOUNDER

Status: Page built, NOT live (noindex applied)

The /lifetime page is built and ready. The following decisions need founder approval before removing the noindex tag and making it live.

Decisions needed

1. Final price

Options: $99 / $149 / $199 / $299 Current placeholder: $199 Location to change: apps/marketing/src/pages/lifetime.astro line ~8 (const PRICE = 199)

2. Supply cap

Options: 100 / 200 / 500 / 1000 Current placeholder: 200 Location to change: apps/marketing/src/pages/lifetime.astro line ~9 (const SUPPLY_CAP = 200)

3. Locked features

Current: Solo plan only (100 gens/mo) Question: Should it include Studio features? Or stay at Solo?

4. Stripe product

Need: One-time payment Stripe product/price ID Action: Create in Stripe dashboard (test mode first, then live) Wire: Connect to signup flow with plan=lifetime query param

To go live

  1. Founder approves price + cap + features
  2. Create Stripe product (one-time, not recurring)
  3. Update PRICE and SUPPLY_CAP constants in lifetime.astro
  4. Remove <meta name="robots" content="noindex, nofollow" /> from the page
  5. Wire Stripe checkout to the CTA buttons
  6. Test purchase flow end-to-end