u/AdMysterious7995

▲ 1 r/sideprojects+1 crossposts

Claude code kept breaking my projects until i changed how i used it

shipped two ios apps this year using claude code with zero swift experience. trot, a couch to 5k thing with apple watch. hoist, an invoicing app for builders. third one threadsmith is in build now. completely different categories, same system every time.
first few attempts were chaos. ask for a feature, get code, paste it, something breaks, ask claude to fix it, breaks something else. three hours in i had a project nobody could reason about, not me, not claude.
what fixed it was treating claude code like a junior dev who needs a spec, not a chatbot.
lock every architecture decision before writing any code. write 3 to 5 non negotiable rules, the kind of thing that compiles silently when wrong but blows up later. break the build into phases, one phase per session, finish before moving on. storekit last, always.
the unlock was realising claude code doesn’t need to be smart, it needs context. give it a locked spec and it writes consistent code every time. don’t, and it pattern matches and contradicts itself. wrote the whole methodology up as a build system. seven docs, templates, the lot. happy to talk through the approach in the comments if anyone wants. app store links to trot and hoist on request too.

reddit.com
u/AdMysterious7995 — 5 days ago

Built 2 iOS apps with Claude Code. It also tells me to go to bed every night.

No one warned me that AI-assisted development comes with a bedtime reminder service.
Two apps live on the App Store. My AI is more concerned about my sleep schedule than my deployment pipeline.
Is this a new feature? It also can’t keep track of the date.

reddit.com
u/AdMysterious7995 — 6 days ago

Went from 12 to 1000 downloads in a 24hours. I have no idea why.

Yesterday my running app had 12 downloads. All family.

Today it has nearly 1000.

The only thing I changed was removing the paywall and making
it completely free. No marketing budget. No viral post.
Nothing I can point to.

I genuinely don't know what happened. Apple must have picked
it up somewhere or the free tag changed the algorithm.

If anyone has seen this before I'd love to understand it.

reddit.com
u/AdMysterious7995 — 8 days ago

How do you actually get your first 100 users when you’re starting from zero

I’ve been building indie apps for 6 months with a full time job and no prior Swift experience.
Got two apps live. Figured out the building part.
The part nobody tells you about — getting anyone outside your family to care that your app exists.
No existing audience. New to every platform. Every community has a minimum account age before you can post. Every algorithm needs history before it amplifies you.
How did you get your first 100 users? Not theory. What actually worked for you specifically?

reddit.com
u/AdMysterious7995 — 11 days ago