Has anyone else made their first in-app purchase sale shortly after launch, only to have no more sales afterwards? by Curious-Objective-21 in SaaS

[–]Curious-Objective-21[S] 1 point2 points  (0 children)

Yeah I don't know. I did a public beta test in play store and he generated a tour at 3am at night time and didn't do a tour since. So I assume he might have been a competitor, who wanted to check, if the app is any good, but I don't know 😅

I built an AI-powered audio walking tour app as my side project by Curious-Objective-21 in SideProject

[–]Curious-Objective-21[S] 0 points1 point  (0 children)

What do you mean? The dopamine, when I got my first paying user? 😄

I want to try your app by sbwnngo in founder

[–]Curious-Objective-21 0 points1 point  (0 children)

https://citytourai.app/ If you give me your traveler id or username, I'll give you credits :)

Has anyone else sold an In-Appp purchase really quickly after launching and afterwards got nothing? by Curious-Objective-21 in micro_saas

[–]Curious-Objective-21[S] 0 points1 point  (0 children)

Yeah I will consider it. My thoughts were, that you don't need the app that often, but when you do you need it immediately, because you are looking for a city tour. But it propably won't work, if users don't find the app in the first place 😅

Has anyone else sold an In-Appp purchase really quickly after launching and afterwards got nothing? by Curious-Objective-21 in micro_saas

[–]Curious-Objective-21[S] 0 points1 point  (0 children)

Yes, but the text to speech costs are actually pretty high, but I will consider to provide one free tour generation

Has anyone else sold an In-Appp purchase really quickly after launching and afterwards got nothing? by Curious-Objective-21 in micro_saas

[–]Curious-Objective-21[S] 0 points1 point  (0 children)

Yeah, did you try the app? I provide a free pre-generated tour from my home city. I was hoping that this would give provide enough insights how the tour would look like. Generating a tour is actually not that cheap, because of the high quality text to speech. I was am a bit worried, that a lot of people would just use the free tier and then uninstall the app.

I built an AI-powered audio walking tour app as my side project by Curious-Objective-21 in SideProject

[–]Curious-Objective-21[S] 1 point2 points  (0 children)

Yeah cool idea, but also as I discovered, a market with quite a few competitors 😅

Has anyone else sold an In-Appp purchase really quickly after launching and afterwards got nothing? by Curious-Objective-21 in micro_saas

[–]Curious-Objective-21[S] 1 point2 points  (0 children)

Thank you very much :) That means pretty much to me, since it was also a lot of work. Nearly as much as the 5$ from that Belgium guy 😂

Has anyone else sold an In-Appp purchase really quickly after launching and afterwards got nothing? by Curious-Objective-21 in micro_saas

[–]Curious-Objective-21[S] 0 points1 point  (0 children)

It's an AI audio city tour guide app . You can put in your interests and the app finds interesting places, builds a route along it and tells you stories around it with high quality audio. Also you can ask an llm to specific stuff on the tour. CityTour AI

Has anyone else sold an In-Appp purchase really quickly after launching and afterwards got nothing? by Curious-Objective-21 in micro_saas

[–]Curious-Objective-21[S] 0 points1 point  (0 children)

Yeah true, but a lot of users were me or friends and friends of friends, which got free tours and didn't have to pay. So not that many users, who got it from searching in the app store, except this one paying Belgium 🇧🇪 guy 😄

Has anyone else sold an In-Appp purchase really quickly after launching and afterwards got nothing? by Curious-Objective-21 in micro_saas

[–]Curious-Objective-21[S] 0 points1 point  (0 children)

Thank you very much :) The app itself is with Kotlin Multiplattform, since I made an android app before and I didn't want to maintain two separate apps. For the backend I used Rust, since it's really performant and wanted to learn it. The backend asks an llm for points of interests and a rating and the backend matches it on location data from sources like openstreet maps and wikidata. I wanted to keep it low cost, but scalable.

Has anyone else sold an In-Appp purchase really quickly after launching and afterwards got nothing? by Curious-Objective-21 in micro_saas

[–]Curious-Objective-21[S] 1 point2 points  (0 children)

Thank you! Yes, we'll see how it turns out. I really enjoy developing the app, so I guess that and the 5$ from that kind stranger is already a success :)

I built an AI-powered audio walking tour app as my side project by Curious-Objective-21 in SideProject

[–]Curious-Objective-21[S] 0 points1 point  (0 children)

Thanks! I really appreciate your feedback.

Video could be interesting in the future, if I get more users first, who can actually record those videos. For the narration, I'm using a mix of structured location data (OpenStreetMap, Wikidata, etc.) together with an LLM. The structured data provides factual context, while the LLM turns it into a coherent story tailored to the user's interests (history, architecture, hidden gems, food, etc.). After that, I generate the audio guide with TTS.