Sierra Story Co
A registered Reno LLC, not a demo. An n8n pipeline turns a recorded life story into a chapter draft and next session's questions, so a solo interviewer can spend the hour listening instead of typing.
Why this exists
I started this to write my dad’s life story down before it was gone, sitting with him and turning recordings into chapters by hand. That turned into a question worth testing as an actual business: could an automated pipeline make a professionally produced memoir affordable for retirees who’d never otherwise get one written? Sierra Story Co. is the answer I registered as a Nevada LLC: a real company, with a signed service agreement, a live website, and a pricing structure, not a side experiment. An n8n pipeline on a home NUC handles the repeatable parts (transcription, first-draft chapters, next-session questions, client tracking) so my own hours go into the interview itself and the editing pass, not retyping.
Architecture
Every session flows the same direction: MacWhisper transcribes the recording, n8n picks it up over a webhook, and the transcript lands as plain Markdown in an Obsidian vault before anything touches an LLM. From there, a chapter draft and a critique-and-revise refinement pass both run through the same n8n workflow. The refined chapter splits two ways: a tracker and notification step updates the client record, and a memory-jogger step reads the chapter, the transcript, and the client’s birth decade to write next session’s questions, which loop back to the human interviewer instead of getting written by hand between sessions. Once every chapter for a client is approved, a separate print pipeline compiles the manuscript, runs a local preflight check built to mirror a print vendor’s own rejection rules, and only then hands the file to KDP, Lulu, or a bespoke bindery.
What shipped
Bill Belk’s memoir, Honeysuckle, Barbecue, and Pioneer in Silicon Valley, was the first full run through the print side of the pipeline: 7 chapters and 54 photos, built into a 6x9 interior and preflighted clean for a KDP paperback and a Lulu hardcover on the first real upload, with a leather-bound premium edition following on a longer bindery timeline. It didn’t go through the automated interview pipeline (it was co-written in person using ChatGPT directly, with no recorded sessions to transcribe), which is exactly why the pipeline’s next real client matters: that’s the first book where transcription, drafting, refinement, and the memory jogger all run end to end.
The business side is built and live, not aspirational: Sierra Story Co. LLC is filed in Nevada with an EIN and an operating agreement, sierrastoryco.com is indexed and serving a sales handout and a founding-member testimonial program, and the service agreement, intake form, and session script are all print-ready. The pipeline is production-hardened on a real book; the current phase is converting that into paying clients.