What this property was
PitchDeckGenie generates investor pitch decks with AI. A founder describes their startup — problem, solution, market, traction — and the tool produces a structured deck: the canonical ten-to-fifteen slides that every accelerator template agrees on, written and laid out, ready to export. Under the hood it's one of the more grown-up builds in my fleet: Next.js 16, Prisma over PostgreSQL, real authentication, Stripe, and AI doing both the narrative writing and the visual generation.…
Evidence recorded in the manuscript
Pricing: $19 per deck, $49 pro, via Stripe. Status, in my own audit's unsentimental vocabulary: "checkout present, unverified." I do not have a confirmed count of paying customers, and I genuinely don't know as I write this whether anyone has ever exported a paid deck. Decks have been generated — the pipeline works end to end. Traffic is modest and search-driven. The build cost was real in time: this is one of the heavier stacks in the portfolio, and that cost was paid before any revenue evidence existed.
The lesson recorded after launch
Match infrastructure weight to revenue evidence. PitchDeckGenie is a well-built product that may have been built one stage too early — full auth, database, and account plumbing constructed on the strength of a thesis rather than a paying user. The discipline I now try to enforce, and that I broke here, is staged commitment: version one is a generator with a Stripe link and no login; accounts arrive when returning users actually ask where their deck went. Strangers asking for persistence is the signal to build persistence.…