Case · 01
Built
Built in 2 weeks. Mobile-first. 50 users on a 200-capacity system.
NettWorkk Predictor
A live cricket prediction league running on Cloudflare Workers.
NettWorkk started as a side project with my brother — a community-driven marketing company we were trying to build. We never quite found the spark. The bottlenecks were real. We didn't take off.
But one thing kept going: a small IPL predictor league we ran for friends and a small community.
Last year I ran it on Excel and Google Forms. Every match, I'd download form responses, copy-paste them into a sheet, recalculate the leaderboard by hand, post it back. Hours of work. Errors I had to chase.
This year I refused to do that again. Not because I was a builder — because I was tired of being the manual labour my own project required.
nettworkkpredictor.pages.dev
Status
Live
on Cloudflare
Users
50 / 200
capacity designed for
Built in
2 weeks
mostly nights
Cloudflare Worker · D1 · Apps Script · mobile-first
An IPL prediction league built in JavaScript, hand-deployed.
Live numbers update when an endpoint is exposed. Static for now.
The build
I'd never written production code. I started anyway.
Two weeks, mostly nights. A Cloudflare Worker in JavaScript. A D1 database for users and matches. Apps Script triggers on the Google Form so that when someone submits a prediction, the data flows to the Worker, which updates the live odds and leaderboard.
I worked with Claude as my pair programmer. Hit usage limits. Waited hours. Used other AI models in the gaps. Burned weekends on bugs that turned out to be one-character typos.
I'll be straight: I don't write code in the way an engineer does. I have ideas, I direct AI tools, I integrate, I debug, I ship. The distinction matters and I won't blur it.
What I learned
Building is mostly waiting and not giving up. The romantic version where you sit down and code for six hours and ship — that's not how it works for me, and I suspect not for most people. The unromantic version is two weeks of small, frustrating, eventually-working steps.
That's enough for me. I'd do it again.