Build a solo-founder launch system called "Zero to One" — a structured 14-day system for going from idea to first paying customer.
Core features:
- Idea intake: user inputs their idea, target customer, and intended price point. [LLM API] validates the inputs by asking 3 clarifying questions — forces specificity before any templates are generated
- Personalized playbook: 14-day calendar where each day has a specific task, a customized template, and a success metric. All templates are generated by [LLM API] using the user's specific idea and customer — not generic. Day 1: problem validation script. Day 3: landing page copy. Day 5: outreach email. Day 7: customer interview guide. Day 10: sales conversation framework. Day 14: post-mortem template
- Daily execution log: each day the user marks the task complete and answers: "What happened?" and "What's the specific blocker if incomplete?" — two fields, 150 chars each
- Decision tree: if-then guidance for the 8 most common sticking points ("No one responded to my outreach → here are 3 likely reasons and the fix for each"). Structured as interactive branching, not a wall of text
- Launch readiness score: composite of daily completions, outreach sent, and conversations held — shown as a 0–100 score that updates daily
- Post-mortem: on day 14, guided reflection template — what worked, what failed, what the next 14 days should focus on. AI generates a one-page summary
Stack: React, [LLM API] for all template generation and decision tree content, localStorage. High-energy design — daily progress always front and center.构建一个名为"Zero to One"的单人创始人发布系统 —— 一套结构化的 14 天系统,帮助你从创意走到首位付费客户。
核心功能:
- 创意收集:用户输入他们的创意、目标客户以及预期定价。[LLM API] 通过提出 3 个澄清问题来验证输入 —— 在生成任何模板之前强制要求具体明确
- 个性化行动手册:14 天日历,每天都有一个具体任务、一份定制模板和一个成功指标。所有模板都由 [LLM API] 根据用户的具体创意和客户生成 —— 不是通用模板。第 1 天:问题验证脚本。第 3 天:落地页文案。第 5 天:外联邮件。第 7 天:客户访谈指南。第 10 天:销售对话框架。第 14 天:复盘模板
- 每日执行日志:每天,用户标记任务完成并回答:"发生了什么?"以及"如果不完成,具体的卡点是什么?" —— 两个字段,每字段 150 字
- 决策树:针对 8 个最常见的卡点提供 if-then 指导("没有人回复我的外联 → 以下是 3 个可能的原因及各自的解决方法")。以交互式分支结构呈现,而不是一大段文字
- 发布就绪度评分:由每日完成情况、已发送外联和已进行对话综合得出 —— 以 0–100 分的形式展示,每日更新
- 复盘:在第 14 天,提供引导式反思模板 —— 什么有效、什么失败、接下来的 14 天应聚焦什么。AI 生成一页纸的摘要
技术栈:React、[LLM API] 用于所有模板生成和决策树内容、localStorage。高能量的设计 —— 每日进度始终置于最显眼的位置。