Skip to content

Feat/pro waitlist - #77

Merged
TrainTravel merged 3 commits into
mainfrom
feat/pro-waitlist
Jun 11, 2026
Merged

Feat/pro waitlist#77
TrainTravel merged 3 commits into
mainfrom
feat/pro-waitlist

Conversation

@TrainTravel

Copy link
Copy Markdown
Owner

No description provided.

TrainTravel and others added 3 commits June 11, 2026 13:10
…ssion

Two fixes on the HomeScreen Pro waitlist entry point:

1. Visibility: the previous version was a tiny dotted-underline text
   link buried at the bottom of the page — discreet by design, but
   user-feedback confirmed it was undiscoverable. Upgraded to a
   sage-bordered card with a Sparkles icon, title, and one-line
   subtitle, matching the visual weight of the Vocabulary card right
   above it. Still not a funnel — small, ground-floor, descriptive —
   but actually findable.

2. Hide after submission: the original changelog claimed "one vote,
   then the CTA hides" but the implementation didn't gate on the
   submitted flag. Wire useProWaitlist() into HomeScreen, render the
   CTA only when `!submitted`. The flag is per-profile via
   useProfileStorage, so a different user on the same device still
   gets to vote.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The fastest possible path to "first revenue this week" — no payment
SDK, no webhooks, no schema, no Apple IAP collision. A single anchor
tag that opens an external tip URL in a new tab.

What it does:
- Renders a sage→terracotta accent card right below the Pro waitlist
  CTA, "Support this app" with a Heart icon and a one-line subtitle.
- Bilingual chrome in all 6 languages.
- Reads VITE_SUPPORT_URL at build time. When unset, the card is
  hidden entirely — so the dev experience stays clean and the prod
  experience is one env-var flip away from live.

What still needs to happen (outside this PR):
- Set VITE_SUPPORT_URL in Lovable's environment config to a Ko-fi /
  PayPal.me / Stripe Payment Link / BMC URL. The card appears next
  build.
- Share the URL with one person who likes the app. They tip $3.
  Paid this week. Done.

The therapist's framing: this is "deploy to production with bugs"
rather than "polish in sandbox forever." One link, real money, real
feedback loop.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Ko-fi page URL for the "Support this app" card on HomeScreen. Public
URL — safe to commit. Lovable's deploy will pick it up from .env on
the next build; if Lovable's env-config UI overrides .env, also set
the same value there as a belt-and-braces backup.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@TrainTravel
TrainTravel merged commit 382c399 into main Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant