Block
distractions.
Plan better. Crack the exam.
An app blocker + AI study planner for students chasing JEE / NEET / boards. Launched September 2025 as EdStart's third pivot. 4000+ users, 500+ per week, organic only.
The pain isn't content.
Two EdStart products tried to fix content. Neither stuck. The pain that came up in every student conversation — through DMs, comments, Jugaad Jeetu polls — was different.
The inability to study for long hours due to distractions from reels and short-form content.
Content already existed. Free, abundant, accessible. What didn't exist was a credible way to take the phone off the table for two hours. ClutchPrep ships that — plus a planner and a leaderboard, but the blocker is the product.
The runtime.
A Flutter mobile app for the actual product, a Flask + MongoDB backend for state, Claude for planning, WhatsApp for nudges. The whole thing runs on a single small VM.
Flutter · Flask · Mongo.
Boring stack, deliberately. Easier to hire, easier to deploy, easier to wake up at 3am and fix.
Claude for plans.
Plan generation is the only LLM call in the user loop. Everything else is deterministic.
WhatsApp, not push.
Indian students live on WhatsApp. Push notifications get muted; WhatsApp gets opened.
The hard parts.
Three problems carry the product. The rest is plumbing.
App blocking that survives.
The hard part isn't "block apps." It's making the block stick. We hook Android's
AccessibilityService to detect when blocked apps are foregrounded,
and a ForegroundService with a persistent notification to keep
the watcher alive when the OS gets aggressive about killing background processes.
The wall overlay launches in the same UI thread the user just tapped — feels instant. Uninstall protection via Device Admin makes deleting the app a multi-step process; most students don't bother.
Streak that costs to break.
Every completed focus session +1s the daily streak. Miss a day and the streak resets. Uninstall the app and the streak resets — and the leaderboard sees it.
The cost isn't the focus loss. It's the social loss. Friends and classmates watch. The mechanic is borrowed from gaming and Duolingo; the audience is teenagers who already know how the loop feels.
AI planner — one LLM call.
Student gives exam date + syllabus. We send Claude a structured prompt with their weekly availability, gaps in coverage, and a target distribution by topic. Output is a day-by-day plan rendered into MongoDB and pushed to WhatsApp.
The plan is the only LLM call in the user loop — everything else (blocking, sessions, leaderboard, streak) is deterministic. Keeps cost flat and the app responsive even when API latency spikes.
// input
{
exam: "JEE Advanced",
date: "2026-05-25",
subjects: ["phy", "chem", "math"],
availability: { weekday: 3h, weekend: 6h },
covered: ["kinematics", "limits"],
}
// → Claude
prompt: "build a day-by-day plan
that fills uncovered topics first,
balances daily load to availability,
reserves last 2 weeks for revision..."
// output
{
days: [
{ date: "2026-02-12", topic: "vectors", mins: 180 },
{ date: "2026-02-13", topic: "thermodynamics", mins: 180 },
// ...
]
} Four levers. One that matters.
Usage data was clear: students said they wanted personalised planning, but actual return visits were dominated by the blocker. We built all four; the blocker carries retention.
App blocking.
Set a focus session. Instagram, YouTube, games — locked. Try to open them; you get a wall. Try to uninstall ClutchPrep; you lose your streak. The friction is the feature.
AI planner.
Tell it your exam date and syllabus. It generates a day-by-day plan that adapts when you fall behind or sprint. Users like it; the blocker is what brings them back.
Focus tracking.
Every locked session counts. Weekly graphs show drift before it hurts. Parents can see the same view if the kid opts in.
Leaderboard.
Daily ranks among classmates, coaching batch, or city. The social pressure that actually moves teenagers — borrowed from gaming, applied to study hours.
What it earned.
Zero paid acquisition. Zero ASO. Distribution rode on the Jugaad Jeetu Instagram audience EdStart built earlier in 2025.
users · zero paid acquisition.
Distribution rode entirely on the Instagram audience built during the EdStart pivots. No Google Ads, no influencer spend, no ASO playbook.
new users per week, organic.
Tertiary edtech is hostile to subscriptions.
iOS in queue
3rd EdStart pivot
retention loop
daily locked sessions
Want ≠ use.
Many students said they wanted personalised planning. Actual usage was significantly lower than the blocker. They consistently returned only for focus.
The interviews said "AI planning, please." The product analytics said "lock my phone again." Both can be true. Watch what people do, not what they say they want.
The blocker stays the headline. The planner stays in the box because it's useful context — but it's not what brings users back.
"Can a tertiary education product in India achieve sustainable monetisation without aggressive marketing? Still an open problem."
ClutchPrep validated engagement decisively — 4000+ organic users, weekly growth, high return rate on the blocker. What it has not yet validated is paid conversion. The Indian tertiary edtech segment resists subscriptions regardless of value; conversion runs on marketing pressure more than utility.
We're not chasing it with FOMO copy. That's a choice — and possibly the wrong one for revenue. It's the right one for the product I want to ship.
The audience-before-product play — building Jugaad Jeetu for three months before launching ClutchPrep — is what made the organic growth possible. Without it, this product never gets to 4000 users without spending money.
Build the audience while you build the product. They compound.
Play Store · or read the full pivot story.