
What it is
Type a single idea and aiwrite builds a chapter-by-chapter outline, writes every chapter in your voice, and hands back a finished manuscript as Word, Markdown, or PDF — ready to upload to Amazon KDP. Chapter one is free; one $9 payment unlocks the rest. Accounts, saved books, and checkout all run on the same Next.js app.
What was tricky
The free-to-paid unlock has to survive two round-trips — Google sign-in and a Stripe redirect — without losing the half-written book. I persist progress to localStorage and the database, resume the exact intent on return, and only reveal the full manuscript after a server-verified payment.













