Can I vibecode HEY?
NOT REALLY · don't botherYou can build an email client, but replacing HEY means running a trustworthy email service: deliverability, spam filtering, abuse handling, storage, mobile apps, and reputation.
Build me an email client with HEY's screening and bundling ideas, running on top of a mailbox I already pay for (Fastmail, Gmail, anything with IMAP). Requirements: - A local web app: Node + Express + better-sqlite3, binds to localhost; imapflow for reading, nodemailer for sending, creds in .env. - The screener: mail from first-time senders lands in a screening view where I approve or block; decisions persist in SQLite and apply to all future mail. - Bundles: approved senders get a category; newsletters render in a batched feed view, receipts in a paper-trail list; only approved humans hit the inbox. - Reply-later: mark a thread and it sits in a persistent to-answer stack until cleared. - Write decisions back as IMAP folders and labels so my phone's mail app roughly mirrors the sorting. - Strip remote images in the reading pane by default. - No accounts of its own, no telemetry; mail stays at my provider. - Out of scope: running an SMTP server, custom domains, and mobile apps. Do not replace the mail service itself; deliverability and spam reputation are the product and cannot be rebuilt solo. - README: per-provider app-password setup, and a warning that Gmail OAuth is a project of its own, use an app password or Fastmail to keep this a weekend.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR
prompt copied. verdicts flip when models improve.
five vibe-coding tips + the verdicts that changed. thursdays, free, one-click out.
They pay because email is infrastructure; deliverability and trust are the product.
xemail deliverability
xspam/abuse systems
xstorage reliability
xmobile apps
xidentity/reputation
xsupport
HEY pricing
| plan | monthly | annual (per mo) | what you get |
|---|---|---|---|
| hey for you | — | $8.25/user | 1 person; 1 @hey.com address; 100 GB storage. |
| hey for families | — | $14.92 | Up to 5 people total (account holder + 4 additional people), each with a separate @hey.com address and account. |
| hey for domains | $12/user | — | Custom-domain email with central billing; first user is $10/month and each additional user is $12/month. |
free tierno free tier; HEY for You and Families have a 30-day trial, while HEY for Domains has no free trial
billingHEY for You and Families are annual only; HEY for Domains is monthly only; prices are USD and taxes may be added
hidden costsUltra-short @hey.com addresses cost extra each year: $999/year for 2 characters and $349/year for 3 characters; 4+ characters are included with the normal personal plan.
verified 2026-08-12 · source ↗
Can I vibecode HEY?
Not really. HEY's value is not the code: . See the honest breakdown above.
How much does HEY cost?
HEY costs about $8.25/month (Personal address, checked 2026-07-30), which is $99 per year.
What do I lose by replacing HEY?
Honestly: email deliverability; spam/abuse systems; storage reliability; mobile apps; identity/reputation; support. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to HEY?
Yes: Mail-in-a-Box (Open-source personal mail server stack; useful prior art but deliverability remains the mo). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.