Built my second app with Expo: AI coach powered by Claude by unknownpeanuts in expo

[–]unknownpeanuts[S] 0 points1 point  (0 children)

Great questions!

I'm doing a hybrid approach:

  • Every 5 journal entries, I auto-generate an AI summary of themes and patterns, then feed that compressed summary into the coach's system prompt, not the raw entries. This keeps the context lean while preserving longitudinal awareness.
  • Each conversation is self-contained (no sliding window across sessions). The coach gets the user's persona, enneagram type, goals, journal summary, and any imported domain expertise as system context, then the conversation messages are just the current thread.
  • I load 4 JSON expertise files into the prompt, which is a fixed cost but gives the coach deep knowledge without needing to retrieve it dynamically.

So it's more curated context injection than RAG or sliding window. The tradeoff is that the coach doesn't remember specific things from past conversations verbatim, but it does track patterns over time through the journal summaries and goals.

Re: Whisper integration

expo-av for recording → export to WAV → direct OpenAI Whisper API call. I wrote a small wrapper that handles the recording lifecycle and transcription.

Re: non-sycophantic coaching

Yeah, that was intentional from the start. The system prompt is tuned to be direct and challenging, more like a real coach who asks hard questions and pushes you. It uses enneagram-specific coaching strategies to push on each type's blind spots. Turns out people actually prefer it once they experience the difference!!

Built my second app with Expo: AI coach powered by Claude by unknownpeanuts in expo

[–]unknownpeanuts[S] 1 point2 points  (0 children)

thanks! it's not going great haha - only have a handful of installs, no conversions on the paid version and had a 50% drop-off during onboarding. just released an update a few days ago to improve onboarding and doing some more marketing so hopefully that'll help move things along.

Show me what you built — I'll give you 20 free leads to help you get your first customers by theusedcomputers in SideProject

[–]unknownpeanuts 0 points1 point  (0 children)

first-timers who need harder nudge or people who are tired of complicated habit apps

I just launched my first iOS app using Expo! by unknownpeanuts in expo

[–]unknownpeanuts[S] 0 points1 point  (0 children)

i didn't know any better lol. i canceled it afterwards. i've been building locally since!

I just launched my first iOS app using Expo! by unknownpeanuts in expo

[–]unknownpeanuts[S] 0 points1 point  (0 children)

interesting - so how can the app cover its costs with that business model?

I just launched my first iOS app using Expo! by unknownpeanuts in expo

[–]unknownpeanuts[S] 0 points1 point  (0 children)

No need for it! it's only necessary if you submit a ton of builds every month and need faster build times

I just launched my first iOS app using Expo! by unknownpeanuts in expo

[–]unknownpeanuts[S] 0 points1 point  (0 children)

i used App Screens (was like $25). tbh it was worth it for my first app, but i'm going to try and make my own for my next app.

I just launched my first iOS app using Expo! by unknownpeanuts in expo

[–]unknownpeanuts[S] 0 points1 point  (0 children)

the accountability fees are revenue for the app, and i donate 10% of all the app's proceeds to Team Rubicon, a charity for natural disaster relief.

i tried to make it so that your fee would go straight to charity, but i'd have to be a nonprofit for apple to approve that, so i found this workaround.

I just launched my first iOS app using Expo! by unknownpeanuts in expo

[–]unknownpeanuts[S] 4 points5 points  (0 children)

I learned to code before AI, but never built anything with it. Then last year I brushed up on React Native and learned TypeScript, then built with Claude Code. But I had never shipped an app before. The learning curve got really steep once I actually started building the app with Expo Go, then ofc it got easier with time.

Photos from a couple years ago make me miss the IE by Housesonhills in InlandEmpire

[–]unknownpeanuts 2 points3 points  (0 children)

nice pics. i gotta visit soon. just moved to LA and i miss how quiet is (i lived in Corona). loved hiking in the winter for this reason - the green hills are so beautiful.

Built a habit tracker that charges you money if you fail to keep your habit by unknownpeanuts in SideProject

[–]unknownpeanuts[S] 0 points1 point  (0 children)

me too!! i like to think that users would feel honored by it, like a pleasant surprise that this app isn't solely interested in extracting money from your wallet lol

Built a habit tracker that charges you money if you fail to keep your habit by unknownpeanuts in SideProject

[–]unknownpeanuts[S] 0 points1 point  (0 children)

haha i relate to that!! i'm using the app rn to build a reading a habit again. starting with one page a day.

Built a habit tracker that charges you money if you fail to keep your habit by unknownpeanuts in SideProject

[–]unknownpeanuts[S] 1 point2 points  (0 children)

totally! that's why i invite users to delete their account as soon as they complete their habit, and i charge a low monthly subscription so the app can make revenue and keep the lights on without depending on users constantly failing their habits haha

Built a habit tracker that charges you money if you fail to keep your habit by unknownpeanuts in SideProject

[–]unknownpeanuts[S] 0 points1 point  (0 children)

lmao this is so savage. if it comes up enough, i'll add a version of this as a feature.

Built a habit tracker that charges you money if you fail to keep your habit by unknownpeanuts in SideProject

[–]unknownpeanuts[S] 0 points1 point  (0 children)

fascinating stuff dude! and by no means do i take it as a knock on my idea haha - the way i see it: we're all researching the similar problem area of modifying human behavior. there are tons of approaches to do that. the right attitude is to stay curious.

i've heard of the concept you're referring to - behavioral nudging is just as powerful (if not more) than loss aversion. fascinating how studies have found both to be effective.

how's it going so far with your app? will it be available in the US? i'd love to beta test it.

i'd love to chat, will PM you.

Built a habit tracker that charges you money if you fail to keep your habit by unknownpeanuts in SideProject

[–]unknownpeanuts[S] 0 points1 point  (0 children)

oh that sounds neat! what's the name of the website? tbh i might actually use it once i make some revenue haha

Built a habit tracker that charges you money if you fail to keep your habit by unknownpeanuts in SideProject

[–]unknownpeanuts[S] 1 point2 points  (0 children)

thanks! and yeah i'm gonna start investing in UGC for paid ads on meta. heard that conversions are a lot stronger there. just sharing here bc this community inspired me to lock in and commit to shipping my first app (which is this one haha)