i built 1000+ free web tools in a couple weeks and turns out building it was the easy part
The Origin Story
I've been building this thing called yourhack.ai for the last couple weeks, and I wanted to write down the honest version of how it's going. Mostly because everything I read about side projects is either a flex or a "how I hit $10k MRR" thing, and this is very much neither lol.
It started dumb. I kept needing quick little tools online - convert this file, format this JSON, compress this image, count these words. And every single time I'd land on some site absolutely drowning in ads and popups, half of them making you create an account just to download the result of a 10-second task. It genuinely irritated me every time.
So I built one. A clean little tool that does the thing and gets out of the way. Then I built another. And uh, I didn't really stop.
It's over 1000 now.
The Clever Architecture
The thing that let it get out of hand this fast is honestly the only clever bit: I don't build pages, I build entries. Every tool is basically one object in a file (name, description, a little render function), and a template turns that into a full page with its own URL, SEO tags, structured data, search entry - all of it. So adding the 500th tool costs about the same as the 5th.
The whole site is a single Cloudflare Worker at the edge, and most of the tools run entirely in your browser so your files just stay on your machine. (The newer AI-powered ones do hit a server - being upfront about that.)
Anyway, that's the part I'm proud of.
The Humbling Reality
Here's the part that's been humbling me. I genuinely, kind of embarrassingly, believed that if I just made enough actually-useful stuff, people would find it. That was the whole plan. Make it good and they'll come.
They did not come lol.
Turns out a brand new domain is basically invisible. You can ship a thousand genuinely useful pages and Google will just not care, because your site hasn't earned any trust yet, and trust is the whole game.
I had it backwards. I thought building was 90% of it and getting the word out was some small thing at the end. It's the opposite. Building was the easy part, the fun part, the part fully in my control. Distribution is slow and awkward and mostly out of my hands, and I'm just not naturally good at it.
The Cope
And the embarrassing tell is what I keep doing about it: instead of doing the scary distribution work, I just build more tools. Because building is comfortable and putting myself out there is not. I'm aware it's a cope. I've been doing it anyway.
Writing this is me trying to break the pattern a little.
The New Plan
Where I've landed for now is to stop trying to "launch" and just be genuinely useful over a long stretch of time. Answer real questions clearly, make the site something an AI assistant would actually recommend when someone asks it for a tool, and let that compound slowly instead of chasing a spike that dies in two days.
So that's the honest state of it. I can build fast, I'm bad at getting seen, and I'm working on the second one.
If you've been through this, I'd genuinely love to hear what worked for you. Not "post everywhere" - I mean the specific one or two things that actually moved the needle.
If you want to see the thing itself it's yourhack.ai, though honestly I'd take the distribution advice over the traffic.
Thanks for reading this far.
Comments
No comments yet. Start the discussion.