Define Activation First
Answer before designing anything:
- - What specific action = user got value?
- What % of signups currently reach it?
- What's the minimum path to get there?
If you can't answer these, onboarding will optimize the wrong thing.
Measure the Funnel
Create this table for current state:
| Step | Users | Drop-off |
|---|
| Signed up | 100% | - |
| Step 2 |
?% | ?% |
| Step 3 | ?% | ?% |
| Activated | ?% | ?% |
Biggest drop-off = focus there first. Everything else is distraction.
Signup Form
At signup, require ONLY: email + password.
Everything else: defer until after first value delivered.
For each additional field, calculate: how many users lost × LTV = cost of that field.
Segmentation Question
One question only, immediately after signup:
"What's your main goal?" with 3-4 options.
Route to different:
- - First action to complete
- Empty state messaging
- Email sequence
More than 4 paths = complexity without benefit.
Checklist Pattern
Structure:
- - 4-6 items maximum
- First item already complete when shown (quick win psychology)
- Items ordered by value delivered, not logical sequence
- Persists across sessions
- Completion reward visible
Format: action verb + outcome
✓ "Create your first project"
✗ "Projects"
Empty State Formula
Every empty screen needs:
- 1. What will appear here (1 sentence)
- Visual of populated state or example
- ONE action button (primary style)
Pre-populated templates > blank slate.
Email Sequence
| Day | Trigger | Content |
|---|
| 0 | Signup | Welcome + single quick win CTA |
| 1 |
Not activated | Reminder + "here's how" |
| 3 | Not activated | Social proof / success story |
| 7 | Not activated | Feature highlight |
| 14 | Inactive | "We miss you" + incentive |
Stop sequence immediately when user activates.
Tooltips vs Modals
- - Tooltip: single UI element explanation, non-blocking
- Modal: requires decision, blocks everything
- Tour: max 3-5 steps or users skip
Never repeat to returning users.
Trigger contextually, not on every login.
Metrics
Track weekly:
- - Signup → Activation rate
- Time to activate (median)
- Drop-off by step
- Day 1, Day 7 retention: activated vs non-activated
Activated users should retain 2-3x better. If not, activation definition is wrong.
Common Failures
- - Asking for info before showing value—user hasn't bought in
- Tour showing everything—overwhelms, skip rate high
- Same onboarding for all segments—relevance drives completion
- No follow-up emails—user closes tab and forgets
- Blocking features behind upgrade before value demonstrated
技能名称:用户引导
先定义激活
在设计任何内容之前,先回答以下问题:
- - 用户完成哪个具体动作 = 获得了价值?
- 当前注册用户中,有多少比例达到了这个动作?
- 达成该动作的最短路径是什么?
如果无法回答这些问题,用户引导就会优化错误的方向。
衡量漏斗
为当前状态创建以下表格:
?% | ?% |
| 步骤3 | ?% | ?% |
| 已激活 | ?% | ?% |
流失最大的步骤 = 优先聚焦于此。其他都是干扰。
注册表单
注册时,仅需:邮箱 + 密码。
其他所有信息:推迟到用户获得首次价值后再收集。
对于每个额外字段,计算:流失的用户数 × 生命周期价值 = 该字段的成本。
细分问题
注册后立即提出一个问题:
你的主要目标是什么?提供3-4个选项。
根据选择,引导至不同的:
超过4个路径 = 增加复杂性而无实际收益。
清单模式
结构:
- - 最多4-6项
- 第一项在展示时已完成(快速胜利心理)
- 按价值交付排序,而非逻辑顺序
- 跨会话持续存在
- 完成奖励可见
格式:动作动词 + 结果
✓ 创建你的第一个项目
✗ 项目
空状态公式
每个空屏幕需要:
- 1. 这里将出现什么(一句话)
- 填充状态或示例的视觉效果
- 一个操作按钮(主要样式)
预填充模板 > 空白状态。
邮件序列
| 天数 | 触发条件 | 内容 |
|---|
| 0 | 注册 | 欢迎 + 单个快速胜利行动号召 |
| 1 |
未激活 | 提醒 + 操作方法 |
| 3 | 未激活 | 社会证明/成功案例 |
| 7 | 未激活 | 功能亮点 |
| 14 | 不活跃 | 我们想念你 + 激励措施 |
用户激活后立即停止序列。
工具提示 vs 弹窗
- - 工具提示:单个UI元素解释,非阻塞式
- 弹窗:需要决策,阻塞所有操作
- 引导教程:最多3-5步,否则用户会跳过
不要对回访用户重复显示。
根据上下文触发,而非每次登录都显示。
指标
每周追踪:
- - 注册 → 激活率
- 激活所需时间(中位数)
- 各步骤流失率
- 第1天、第7天留存率:已激活 vs 未激活
已激活用户的留存率应高出2-3倍。如果不是,则激活定义有误。
常见失败
- - 在展示价值前索要信息——用户尚未投入
- 引导教程展示所有内容——令人不知所措,跳过率高
- 对所有细分用户采用相同的引导——相关性决定完成率
- 没有后续邮件——用户关闭标签页后遗忘
- 在价值未证明前,将功能锁定在升级之后