Sync full hi2b.com funnel app from production - #2
Open
nikvb wants to merge 2 commits into
Open
Conversation
The repo was a skeleton; this adds the complete deployed app from /opt/hi2b, including this session's funnel rebuild: - Survey-gated landing funnel (LP00HonestHour + DirectCheckout: qualify -> checkout / soft decline) - Minimal card+ZIP checkout, email/phone captured up front (no double opt-in) - Email-to-portal capture (/api/track/lead -> ebook_leads) - Email follow-up drip system (scripts/send-followups.ts, lib/email.ts templates) - Admin notify, OpenRouter client, NMI payment, all LP pages, admin/affiliate app .env is gitignored and excluded. No secrets committed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VgA7gzFZfiPt71Qx23aTGH
Responds to @claude mentions in issues/PR comments and reviews PRs. Requires the Claude GitHub App installed on the repo and an ANTHROPIC_API_KEY repo secret (both configured in the GitHub UI). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VgA7gzFZfiPt71Qx23aTGH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Populates the repo with the complete deployed hi2b.com app from
/opt/hi2b(the repo was previously a skeleton), including this session's funnel rebuild.What's included
LP00HonestHour+DirectCheckout(qualify on income $70k+/couple → checkout / soft decline)/api/track/leadwrites toebook_leadsso leads show in admin immediatelyscripts/send-followups.ts+lib/email.tstemplates (hourly cron on the server)Safety
.envis gitignored and was excluded (verified: 0 env files staged)🤖 Generated with Claude Code