Full-stack Developer — 2024
A full rebuild of the user onboarding flow for a B2B SaaS product — cutting drop-off by 74% and reducing time-to-value from 14 days to under 3.
Role
Full-stack Developer
Timeline
6 weeks
Tools
React, Node.js, PostgreSQL
New users were activating but not completing setup within their first week. Analytics showed a 60% drop-off before users reached the product’s core value — concentrated at the same three steps every time. Support tickets confirmed it: the flow was asking users to configure advanced settings before they’d seen anything useful.
I pulled session logs and funnel data from Mixpanel, then cross-referenced with support ticket patterns across 80 accounts. The bottleneck was clear: step 3 required database configuration before users had even run their first query. The flow was built around the product team’s mental model, not the user’s.
I proposed a “quick win first” architecture — restructure the backend to defer non-critical setup steps and get users to a working state within 5 minutes. This meant refactoring the onboarding API to support partial state, and updating the React flow to gate advanced config behind first successful use.
The bigger challenge was convincing the product team to accept incomplete data during sign-up. The trade-off was worth it.
Time-to-value dropped from 14 days to 2.8 days. Drop-off at the three problem steps fell 74%. Onboarding-related support tickets down 40% in the first month.
The pattern — defer friction, lead with value — became the template for two subsequent feature launches.
Powered by GitHub Issues. Join the conversation ↗
To leave a comment, you need a GitHub account.
Comment on GitHub