I'm a web game dev starting my indie hacker journey.
My first SaaS died — built for 6 months, 0 customers.
This time: talk to people first, build later.
Following along? I'll share everything I learn.
#buildinpublic#indiehackers
"Vibe coding cleanup" is now a service category.
7+ companies. $150-250/hr.
To fix code that AI wrote for free.
The cleanup industry is the real AI business model.
@coscosmico Thanks! The hardest part wasn't the failure — it was resisting the urge to immediately start building the next thing without talking to anyone. Old habits die hard 😅
I'm a web game dev starting my indie hacker journey.
My first SaaS died — built for 6 months, 0 customers.
This time: talk to people first, build later.
Following along? I'll share everything I learn.
#buildinpublic#indiehackers
Google announced AI Studio → Cloud Run today.
Turns out Anthropic has been quietly building the same thing.
Every AI company is becoming a hosting platform.
🧵 I just reverse-engineered the binaries inside Claude Code's Firecracker MicroVM and found something wild:
Anthropic is building their own PaaS platform called "Antspace" (Ants + Space).
It's a full deployment pipeline — hidden in plain sight inside the environment-runner binary. Here's what I found 👇
Spent a week validating a dev tool idea. 4 devs confirmed the pain. 0 willing to pay.
All said "I'd build it myself."
Same week, Google ships "vibe design."
In 2026, the hard part isn't building. It's getting anyone to care.
Meet the new Stitch, your vibe design partner.
Here are 5 major upgrades to help you create, iterate and collaborate:
🎨 AI-Native Canvas
🧠 Smarter Design Agent
🎙️ Voice
⚡️ Instant Prototypes
📐 Design Systems and DESIGN.md
Rolling out now. Details and product walkthrough video in 🧵
Built a 3D solar system while my SaaS idea is stuck in customer discovery
Three.js + React Three Fiber + Next.js
Sometimes you just need to ship something that definitely works 🪐
Demo: https://t.co/8NGtOTyWXz
GitHub: https://t.co/dyj14r3WE1
#threejs#buildinpublic
Hotjar can tell you where users clicked on your landing page. It cannot tell you where players died in your HTML5 game. Canvas = blank rectangle to every analytics tool.
@sotoalt_ You're probably right. AI handles creation well now. What it can't do is observe runtime — debugging state, tracking player behavior. That's what I'm exploring next.
Three.js has 4M+ weekly downloads. It still has no proper visual editor.
That's either a massive gap — or a lesson that devs don't pay for tools.
Been talking to Three.js devs this week to find out which one."
@thefrontendcat You're right, tools exist. What I'm finding from talking to devs is the real gap isn't editors — it's observability. How do you debug state across systems or track where players get stuck in a canvas game?
Claude Code on macOS: close the session, CPU still cooking. 🔥
Zombie processes. Still running. Still eating your cores.
One-liner fix:
alias killclaude='pkill -f claude'
Add to ~/.zshrc, source it, done.
Honestly didn't expect this to work this well.
Set up some AI agents to scan Reddit for
pain points while I sleep.
Woke up this morning with 5 actual complaints
from indie devs I can go validate today.
Zero code written. Just prompt engineering.
@arikimir1 An AI caption generator for social media.
Classic wrapper — no moat, anyone could rebuild
it with ChatGPT.
Built everything before asking if anyone would pay.
They wouldn't. 😅
Now doing the opposite — just talking to devs first.
What was yours?
Cloudflare just dropped /crawl — crawl any website with a single API call.
The same company that sells Bot Protection.
→ More bots = more people buy protection
→ Easier crawling = more bots
→ Repeat ♻️
Genius. #webdev#cloudflare