Launch Playbook
Before launch
- Replace partner URLs in
assets/app.jsCONFIG.routes. - Replace support email, SMS number, and brand name.
- Have counsel review Terms, Privacy, and Giveaway Rules.
- Use confirmed opt-in for SMS. Do not text purchased/unclear-consent lists.
- Connect backend lead capture before scaling; static localStorage is for MVP/demo tracking only.
SMS version
Aggressive: “You may have new cash options available. Check in 60 sec + earn reward entries: {{link}} Reply STOP to opt out.”
Safe: “See financial options that may fit your profile: {{link}} Reply STOP to opt out.”
Email version
Subject: Your cash options + reward entries are ready
CTA: “Check my options.” Keep disclosures visible and avoid approval/guarantee claims.
Production backend recommendations
Use Supabase or Firebase for auth/wallet/task ledger. Use a server endpoint for partner API submissions so API keys never sit in browser JavaScript. Use SendGrid/Postmark for email and Twilio/Telnyx with TCPA-compliant consent for SMS.