[Proposal] [Feature Request] “Reply-to-Verify” (ReplyToVerify trait) for framework & starter kits #59056
Unanswered
Maaz0313-png
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Short pitch: let apps optionally verify new accounts by asking users to reply to the signup email with a short code (and an optional one-line “what I’m building”). It’s low-friction, improves deliverability, raises the bar on automated abuse, and gives AI teams a first-touch piece of useful intent data.
Suggested labels:
feature-requeststarter-kitsemaildeliverabilitysecurityuxai-startupsTL;DR (one sentence)
An optional module for the Starter Kits that sends a short code at signup and marks the account verified when the user replies — great for AI startups that need better inbox placement, stronger anti-abuse, and high-signal onboarding data.
Why this matters (short, human)
New apps often throw emails into the void: welcome messages land in Promotions, verification clicks don’t prove a human cares, and cheap scripted signups drain credits or scrape models. For teams building AI products, that matters a lot — you need real people, reliable delivery, and early signals about what users want. A reply is a tiny, cheap action that tells you: this person read the mail, they used a real inbox, and they’re probably building something worth investing in.
How it works (simple)
Reply "1234" and tell us what you're building.From:address + code, then markemail_verified_at.Why this is especially useful for AI startups
UX: keep conversion loss tiny
Security & privacy (non-negotiables)
Fromaddresses.200for non-matches to avoid retry storms.Metrics to measure success
reply_rate— how many users actually reply.verified_by_reply_rate— how many verifications happen via reply vs link.conversion_lift— are repliers more likely to become active/paying users?inbox_placement_change— primary vs promotions/spam for seeded accounts.bot_signup_reduction— drop in abuse after enabling.What I’m asking for from maintainers
Accept this as an opt-in Starter-Kit module (or a companion package). If people like the idea I can open a focused PR that’s safe by default: migration + trait scaffold + controller + signed webhook examples + UI copy + tests. The feature stays disabled unless a team opts in.
Thanks for reading.
Beta Was this translation helpful? Give feedback.
All reactions