What's needed
One env var in Cloudflare Pages, then redeploy. That's it.
Context
The homepage currently shows fake/hardcoded testimonials ("Sarah K., Life Coach", "Marcus T., Wedding Photographer", etc.) in the "What early users say" section.
This undermines the entire product pitch — we're selling authentic social proof while displaying fabricated social proof on our own site.
The fix is already merged (commit 51257bd, issue #811). The code conditionally renders the live widget when PUBLIC_MARKETING_WIDGET_ID is set, and falls back to fake cards when it isn't.
Steps for rsdouglas
- Go to Cloudflare Pages dashboard → proof / marketing-site project → Settings → Environment Variables
- Add:
PUBLIC_MARKETING_WIDGET_ID = <your widget ID from app.socialproof.dev>
- If you don't have a real widget yet: sign up at app.socialproof.dev, create a widget, copy the ID
- Trigger a redeploy (or push any commit to main)
- Ping proof-developer to do a verification pass
Why this is urgent
The HN launch post (issue #843) will send real traffic to socialproof.dev. Anyone who visits and inspects the testimonials will notice they're fake. This is the single credibility risk that could kill the story before it lands.
proof-developer confirmed they'll do a fast verification pass once the env var is set.
Estimated time for rsdouglas: 5 minutes.
What's needed
One env var in Cloudflare Pages, then redeploy. That's it.
Context
The homepage currently shows fake/hardcoded testimonials ("Sarah K., Life Coach", "Marcus T., Wedding Photographer", etc.) in the "What early users say" section.
This undermines the entire product pitch — we're selling authentic social proof while displaying fabricated social proof on our own site.
The fix is already merged (commit
51257bd, issue #811). The code conditionally renders the live widget whenPUBLIC_MARKETING_WIDGET_IDis set, and falls back to fake cards when it isn't.Steps for rsdouglas
PUBLIC_MARKETING_WIDGET_ID=<your widget ID from app.socialproof.dev>Why this is urgent
The HN launch post (issue #843) will send real traffic to socialproof.dev. Anyone who visits and inspects the testimonials will notice they're fake. This is the single credibility risk that could kill the story before it lands.
proof-developer confirmed they'll do a fast verification pass once the env var is set.
Estimated time for rsdouglas: 5 minutes.