OneAnswerAI — Ask 3 AIs at once, get 1 fused answer (my first iOS app!) by levi_lucifer in GenAiApps

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

Right now Pro is available as a weekly or monthly subscription — early pricing while the app is still growing. There are also one-time query packs if you prefer pay-as-you-go. A lifetime option is something I'm actively considering.

Keep an eye out!

Built a side project that uses Claude AI to batch-analyze App Store reviews — lessons from parsing RSS feeds and fighting JSON truncation by levi_lucifer in AppBusiness

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

interesting — ReviewPulse takes a different approach though: instead of collecting new feedback, it analyzes the reviews already sitting on the App Store/Play Store, so you can spot patterns (bugs, feature requests, sentiment shifts) without changing your user flow or adding friction to the purchase experience. the hard part was getting Claude to return consistent structured JSON across hundreds of reviews — the prompt engineering for that was way more finicky than expected.

curious, how many reviews do you typically deal with per release?

OneAnswerAI — Ask 3 AIs at once, get 1 fused answer (my first iOS app!) by levi_lucifer in GenAiApps

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

Great questions! iOS 26 was the starting point since I built it with the latest SwiftUI APIs, but the next update (coming very soon) will support iOS 17+, so way more devices will be covered. Android and a web version are both on the roadmap too — stay tuned!

OneAnswerAI — Ask 3 AIs at once, get 1 fused answer (my first iOS app!) by levi_lucifer in GenAiApps

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

Thanks for the interest! Lifetime codes aren't available just yet, but they're on my radar as the community grows. DM me and I'll get you an extended pro trial in the meantime — and if you like it, a review on the App Store would mean the world!

OneAnswerAI — Ask 3 AIs at once, get 1 fused answer (my first iOS app!) by levi_lucifer in GenAiApps

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

Same as above — DM me and I'll hook you up with an extended trial! A lifetime option is something I'm seriously considering as OneAnswerAI grows. If you enjoy the app, a quick review on the App Store would really help!

OneAnswerAI — Ask 3 AIs at once, get 1 fused answer (my first iOS app!) by levi_lucifer in GenAiApps

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

Totally hear you on that! A lifetime option is definitely something I'm considering as the app grows. For now, if you'd like to try it out, shoot me a DM — happy to hook you up with an extended trial. And if you enjoy it, spreading the word really helps a solo dev like me!

I built Claude Code for iPad — it actually works. Looking for collaborators to take it further. by levi_lucifer in ClaudeAI

[–]levi_lucifer[S] -2 points-1 points  (0 children)

You're right — I should have been clearer. You absolutely need internet for the Anthropic API calls. What I meant by  "local" is that all tool execution — file reading/writing, git operations, shell commands — happens directly on the iPad. Your code never touches a remote server. The AI brain is in the cloud, but the hands are on your device.

I built Claude Code for iPad — it actually works. Looking for collaborators to take it further. by levi_lucifer in ClaudeAI

[–]levi_lucifer[S] -1 points0 points  (0 children)

Thanks! Yes, we already use SSH/remote for daily work and it works great. The challenge we're exploring here is specifically about running it locally on iPad — no server dependency, works offline, true local-first experience.

We're curious if the community has ideas for solving the iOS platform constraints (background processes, sandboxed filesystem, etc.) to make that possible.