Every quit porn app I tried opened by explaining my own problem back to me, so I built one that doesn't talk
▲ 8 r/apps+2 crossposts

Every quit porn app I tried opened by explaining my own problem back to me, so I built one that doesn't talk

Quit porn app. There's a streak, a monke that levels up as you go, and a content blocker landing in the next release. No advice, no daily quote, nothing that talks at you.

That sounds like a small thing but it's the reason I built it. I couldn't use any of the existing ones. Every single one opens by explaining the problem to you, and if you're downloading it you already know the problem.

Three months solo, month and a half of that waiting on review.

Monke Reset on the App Store

u/space_dont_exist — 16 hours ago
▲ 31 r/Appstore+3 crossposts

everyone posts "hit $10k MRR". i built a completely free app to compete with the $59/yr affirmations apps. here's the reality

everyone in here posts “hit $10k MRR” so i figured i’d share the other side.

i built a free affirmations app. no iap, no ads, no account. just a stupidly simple app that gives you one line a day.

not trying to “disrupt” anything. not trying to squeeze people. i just didn’t want to make another subscription app around loneliness.

6 weeks in: 5 downloads.

lesson so far: free is not a strategy. it’s just free.

i removed every barrier to try it, which also meant i removed the little bits of friction that paid apps use to get people to stick around. and now i’m sitting next to 40 other apps in search results, except they have reviews and i have vibes.

not asking for monetization advice. i’m not monetizing this one.

more just wondering if anyone has actually made “free forever” into a story people care about, because that feels like the only way this gets found at all.

https://apps.apple.com/us/app/daily-affirmations-monke-mind/id6784767125

u/space_dont_exist — 12 days ago
▲ 13 r/react+3 crossposts

I open-sourced an Expo boilerplate I’ve been working on:

https://github.com/ajayyAI/expo-forge

It’s MIT licensed and aimed at starting real cross-platform Expo apps without wiring the same plumbing every time: typed env, i18n, theming, optional auth/backend, Sentry, push/deep links, CI, EAS workflows, tests, and strict TypeScript.

Not trying to pretend it’s perfect. It’s still early, and I’d like feedback from people who’ve maintained React Native apps for more than a weekend.

u/space_dont_exist — 3 months ago
▲ 10 r/expo

Open-sourced my Expo boilerplate for app projects. Looking for feedback from people shipping RN apps.

I kept rebuilding the same Expo setup every time I started a mobile app, so I cleaned it up and open-sourced it.

It’s called Expo Forge:
https://github.com/ajayyAI/expo-forge

Main stuff included:

  • Expo Router with typed routes
  • strict TypeScript
  • typed env with Zod
  • light/dark/system theming
  • i18n with English + Arabic and translation parity checks
  • optional Convex + Better Auth setup
  • Sentry, analytics hooks, push notifications, deep links
  • EAS workflows for build/submit/OTA
  • Jest/RNTL tests
  • Biome/Ultracite, Husky, commitlint

The backend/auth pieces are env-gated, so the app still boots without setting up Convex or auth. That was important to me because I don’t like boilerplates where you need 5 accounts before you can even run the thing.

I’m mostly looking for feedback on whether the structure feels useful or too heavy. Boilerplates can get bloated fast, so I’d rather hear that now than pretend every integration belongs there.

What would make you actually use this for a real Expo app? And what would you remove immediately?

reddit.com
u/space_dont_exist — 3 months ago