1
3 Comments

Launched Actually Done on Product Hunt today — built solo on my phone with an AI agent, zero coding background

Hey IH 👋
I'm Chris, a veteran and solo founder. Actually Done just went live on Product Hunt today — it's a life-admin app that pulls together the stuff that usually lives scattered across ten apps and a few sticky notes: passwords (zero-knowledge encrypted vault), IDs, medications, important documents, expiring dates (passports, licenses, subscriptions), an emergency card with a QR code for first responders, and more.
The part that might actually interest this community: I built the whole thing on my phone, using Replit's AI agent, with no formal coding background. No laptop. Just Claude as a strategic/QA partner and a lot of iteration. It's a React/Expo stack with PostgreSQL, Stripe, Resend, and Geoapify under the hood — real infrastructure, not a no-code toy.
Some of what shipped:
Full auth (Google/Apple/email) with per-user data isolation
Stripe subscriptions with a 14-day trial
Client-side encrypted Password Vault (PBKDF2, audited via raw DB ciphertext)
OCR-based scanning for documents, credentials, and medications
Cross-section "Expiring Soon" dashboard
Full-text search across 22+ sections with sensitive fields excluded
Why I'm posting here: honestly, for the conversation. I'd love feedback from other solo builders — what would you want to see from an app like this, and does the "built entirely via AI agent, no code editor" workflow interest anyone enough to want the play-by-play? Happy to share what worked, what broke, and the QA process that caught it.
Product Hunt link: [your PH link]
Promo code for anyone who wants to try it: PH30 (30-day trial, no card required)
Would genuinely appreciate any upvotes, comments, or just people kicking the tires and telling me what's broken. Thanks for reading this far 🙏

on July 21, 2026
  1. 1

    Shipping from a phone with no coding background is a strong proof of execution. The next useful story is which specific users return after launch, what action they repeat, and what they are willing to pay to keep doing it.

  2. 1

    So how do you solve the security backend

  3. 1

    Neat scope - tracking subscriptions alongside passports/licenses is smart, most "renewal reminder" tools only handle the passive half (don't let it lapse). Curious if Actually Done ever nudges the other direction too - flags a subscription that's been renewing for months with zero usage, not just ones about to expire. That's usually the bigger money leak than an expired ID.