r/iosapps 16h ago

🎁 Freemium Why we spent 8 months building an AI feature when everyone else shipped wrappers in 2 weeks

Enable HLS to view with audio, or disable this notification

2 Upvotes

In an era where people ship apps in a week, taking 8 months to launch a single feature feels completely out of touch.

If I count from the day the idea first sparked, it’s been nearly a year. In terms of actual development time, we spent 8 full months on it.

CapWords Speak is finally live today.

For us, Speak was never about slapping a voice API onto an app, adding a system prompt, and calling it a day. We chose this slow, heavy path because we were stuck on a problem every existing app seems to ignore:

AI knows almost everything about the world, but it knows nothing about you**.**

AI can do incredible things, but it misses the single most vital context for a language learner: your present, real-world reality. It doesn’t know why you’re exhausted today, what delicious food you had for lunch, the street you just walked down, or who you ran into.

Yet human language never exists in a vacuum. The genuine urge to speak always springs from your actual life—the cup of coffee in your hand, a quiet local shop you stumbled into, the workout you just finished, or a fleeting emotion passing through your mind.

Most speaking apps today force you into rigid, pre-scripted textbook scenarios: ordering coffee at Starbucks, checking in at an airport, or roleplaying a business meeting. They’re useful, but it’s always someone else's life. When I used those apps, I’d constantly freeze up—not because I lacked vocabulary, but because deep down, I felt zero connection to those generic topics.

We realized AI shouldn't fabricate a fake life for you to practice. It should understand your real life and help you express it.

Behind the 8 months: What we actually built (and scrapped)

To get AI to understand people’s real worlds, we did a lot of painstaking, un-glamorous work.

We fully designed UI and interaction flows for several major features—some even made it into early development—only to scrap them entirely. Last December, we had a spec ready for a feature that auto-generated fictional stories based on your day. But right before engineering started, I couldn't convince myself it was right. It made the AI look clever, but it didn't actually reduce the user's anxiety about opening their mouth to speak.

So out of nowhere, I told the engineer, "Let’s drop this. We’re building Speak."

Here is what we spent those months building instead:

  • Magic Album: With explicit user permission, CapWords can analyze photos you take each day and instantly turn them into real conversation context.
  • Long-Term Memory System: A real friend doesn't have short-term amnesia. For AI to be a worthy companion, it has to remember who you are, the people and objects around you, and your recurring life setups. We spent a massive chunk of time refining this memory distillation system so past conversations flow naturally into the next one.
  • Persona Reconstruction: We threw out mechanical, template answers. Choosing a practice partner should feel like choosing a friend—some days you need gentle encouragement; other days you want a fast-paced, direct challenge. Oftentimes, a companion who truly gets you matters far more than a "perfect" answer.

Making the technology fade away

We spent 8 months because we want the technology to fade into the background completely. It should feel like a magician pulling a rabbit out of a hat—you don't query the trick, you just enjoy the pure sense of wonder.

Language learning shouldn't revolve around rigid grammar rules or sterile vocabulary lists; it should revolve around your actual life. A new language shouldn't feel like a foreign world you're trying to break into—it should grow naturally out of the world you already live in.

If you’re learning a language and have ever felt frozen in front of those artificial roleplay scenarios, we built CapWords Speak for you.

Give it a spin, and talk about your world:

https://apps.apple.com/us/app/capwords-ai-language-tutor/id6738896465

Would love to hear your feedback!

Free to download with daily free quota. Premium features start at $5.99/month.


r/iosapps 7h ago

💎 Lifetime I got obsessed with why every risograph filter looks wrong, so I built one that actually prints the photo instead of tinting it

Thumbnail
gallery
1 Upvotes

A. What it does

Indie dev here, I got obsessed with why every "riso filter" looks wrong, and it's always the same reason: they tint a photo. A real risograph never tints. It prints one spot ink at a time, through a screen, onto paper.

So Pressed does that instead. It separates your photo into spot inks (routed by hue, not just brightness), screens each ink as its own halftone at its own angle, overprints them in linear light so two inks actually mix into a believable third color, and lets the paper stock show through. Then the imperfections that make a print read as a print: registration drift, ink bleed, dot gain, and a density ceiling so solids keep some life. Everything runs on-device, no account, photos never leave the phone.

B. Why it's different from the other print apps

Most "risograph / halftone" apps lay a flat duotone or a dot texture over your photo. Pressed builds the print the way a press does, one ink at a time, so if you zoom in the halftone dots are really there at the right angle, and a two-ink press gives you that impossible riso violet you can't fake by tinting. And for anyone who actually prints: Plus exports per-ink separations as a PDF with registration marks, so a phone photo can go to a real Risograph or screen press.

C. Cost

Free tier is six presses and all the tuning controls, so you can judge it without paying anything. One-time $9.99 unlock (Pressed Plus) adds every press, the custom palette editor, die-cut sticker mode, and the print-ready separations. No subscription, no account, no ads.

I'd genuinely love feedback on where the simulation falls apart, especially from anyone who prints for real.


r/iosapps 15h ago

📅 Subscription I built an app blocker where the only way to unlock your apps is physically scanning a barcode

3 Upvotes

Developer disclosure: I'm the developer of this app.

A — What problem it solves:

I was the world's best app-blocker cheater — I'd tap "Ignore Limit" at 1am without thinking. Recode locks your chosen apps on a schedule, and there's nothing to tap: the only way back in is physically walking to a QR/barcode you've registered to the app and scanning it. Distance is the friction, not willpower.

B — Why it beats the alternatives:

Brick and Unpluq do physical unlocking but require $59+ hardware — Recode uses any barcode you already own (milk carton, gym locker, a code taped in your car). Opal, ScreenZen, etc. rely on delays and friction screens you can ultimately tap through; Recode has no ignore button at all. Everything runs locally on your device (meaning no data is collected).

C — Cost: Subscription — $4.99/month or $29.99/year, both 7-day free trial. App Store: https://apps.apple.com/us/app/recode-screen-time-control/id6752352978

Transparency: I'm Alex Hartigan, solo developer (name on the App Store listing). Contact: [email protected]. Website: getrecode.app — Privacy Policy: https://www.getrecode.app/privacy • Terms of Service: https://www.getrecode.app/terms


r/iosapps 17h ago

💎 Lifetime My memories were locked in videos so I built something that finds it automatically, on-device

1 Upvotes

Answer:

Most frame grabber apps works by letting you scrub through the videos manually. But this takes time and patience I did not have, when my second baby was on the way. So I built something personal to get back memories of my first one from videos and print it to put in physical album.

Better:

Compared to Frame Grabber and other apps in this genre, MomentsVault ask you to provide a reference image for facial landmark extraction. Then, it uses features identified in that photo and scrub through frames automatically to find the ones you're most likely to keep.

Made with Vision Framework from Apple on iOS17+, CoreML and a small Facenet model.

Everything stays on device.

No AI LLM. Just Machine Learning extracting Mathematical expression.

No data is stored. It just stays in device memory and is cleared when you close the app.

Cost:

The app is free to download and try if it gets back the frame you want. To export it to gallery, a small one time purchase of $4.99 is required.

https://apps.apple.com/us/app/moments-vault-frozen-memory/id6756465301

I made it for my own use and this did not gain traction like my other app so I stopped development. Thought it would be worth it to someone else in the same situation.

Please note that because this is on device, it will have lower accuracy than cloud models, work with reasonable resolution (don't expect 4K) and the face should be prominent enough to extract enough details but like I said, personal need.


r/iosapps 1h ago

💎 Lifetime I built my first video ad for my app that tracks automatically Tax Residency, Visa Limits, and Citizenship. How does it look?

Enable HLS to view with audio, or disable this notification

Upvotes

I'm taking the next step with my app and finally starting to promote it.

I spent a lot of time looking for tools to create a promo video. It seems like most AI video generation tools are overhyped. I couldn't find one that produced good results. Many don't even offer a free trial and ask you to pay before generating anything, which was pretty frustrating. In the end, I decided to create the video myself using video editing tools.

Immio tracks automatically the days you spend across countries and states, helping you stay on top of visa limits, tax residency rules, and other travel-related thresholds.

I originally built it for myself to track my UK ILR (Settlement) and Citizenship eligibility. Over time, I expanded it with many built-in trackers, including the UK Statutory Residence Test (SRT), US Substantial Presence Test (SPT), the 183-day tax residency rule, the Schengen 90/180 rule, and many more.

I'd love to hear your honest feedback on the video. What works, what doesn't, and what would make you want to try the app?

As a thank you to this community, and to celebrate launching my promo campaign, I'm offering:

  • 70% off lifetime access - $26.99 instead of $89.99

App Store link: https://apps.apple.com/gb/app/country-days-tracker-immio/id6747927306

To claim the offer, use this code REDDIT70 or link:

70% off lifetime: https://apps.apple.com/redeem/?ctx=offercodes&id=6747927306&code=REDDIT70

Any feedback is welcome, and if you like the app, an App Store review would mean a lot!

Thanks for the support!


r/iosapps 12h ago

🎁 Freemium [iOS] I built an app that makes Apple’s App Privacy Report actually understandable

Post image
6 Upvotes

Hi r/iOSApps,

I’m the developer of App Privacy Report Analyzer. I shared it here about a month ago, and several people asked for better domain grouping, clearer explanations, and a way to distinguish ordinary activity from behavior that may deserve a closer look.

I’ve spent the last few updates working on exactly that.

A - Answer: What problem does it solve?

Apple’s App Privacy Report records when apps access sensitive data and which network domains they contact, but its exported report is difficult to inspect in detail.

App Privacy Report Analyzer imports that export and turns it into searchable, sensor-by-sensor, domain-by-domain, app-by-app and time-based views. Everything is processed locally on your device. Reports are not uploaded, and the app does not collect or track your activity.

Since my previous post, I’ve added:

  • Richer network context, including domain owners
  • Local-network activity highlighting, which can reveal device-discovery behavior
  • Filters for local-network, app-initiated, user-initiated, and tracking activity
  • Review signals for local-network access and app activity during nighttime hours
  • App Store details such as developer, rating, current version, icon, and direct link
  • Complete permission and network-activity lists for each app
  • Sorting by app name, event count, or review-signal count
  • A detailed timeline for viewing which apps, sensors, and network connections were active during a selected date and time range
  • Domain grouping and domain/IP search
  • Improved reminders so you don’t forget to import a new report
  • Family Sharing for the lifetime unlock

B - Better: How is it different?

Apple’s built-in view is useful for a quick overview. This app is intended for people who want to investigate the exported report more deeply:

  • See which apps contacted a particular domain or IP address
  • Group related subdomains instead of reviewing them one by one
  • Separate connections initiated by an app from those caused by a user action
  • Review activity by app or by a specific time window
  • Surface patterns that may be worth investigating without suggesting that every network request is suspicious

The app can optionally use Apple’s public App Store API to retrieve information such as app icons, developer names, ratings, and the latest available version. This feature can be disabled, and the report analysis continues to work without it.

C - Cost

Freemium: you can import and analyze three reports for free.

The full version is a one-time $9.99 lifetime unlock. There is no subscription, and the purchase now supports Family Sharing.

App Store:
https://apps.apple.com/us/app/app-privacy-report-analyzer/id6759659732

Transparency

Developer: Liamyte OÜ
Website/contact: https://apps.liamyte.com/
Privacy Policy: https://apps.liamyte.com/app-privacy-report-analyzer/privacy.html

I’d especially appreciate feedback on the new review signals. What other patterns would help you decide whether an app’s activity is ordinary or worth investigating?


r/iosapps 21h ago

🎁 Freemium 📸 SyncAlbum — everyone shoots into one shared album. Full-quality, EXIF kept, no signup. v3.0.0 is live on App Store

Post image
5 Upvotes

SyncAlbum is a shared photo album app for family, get-togethers, your baby's month-by-month photos, and everyday memories. Everyone in an album shoots into the same place, the photos sync to everyone automatically, and at the end you get a story video of the whole thing. It runs entirely on your own iCloud — no account, no signup.

  • 📷 What it does (all synced live):
  • 🤝 Shared albums — everyone shoots into one album, photos land on every member's phone automatically
  • 📸 Built-in camera — captures go straight into the album, no save-then-add
  • 💬 Per-photo comments, emoji reactions & u/mentions, with push notifications
  • 📖 Journal — a title and story for each day, end-to-end encrypted
  • 🎬 Story videos — any album auto-becomes a video scored with your own music
  • 🖼️ Full-quality photos — browse a fast preview, the original with EXIF downloads the moment you save
  • 🗂️ Custom covers, categories, hide/reorder, per-album mute
  • 🔗 Join by QR code or link — owner approves who's in

A — Problem: Sharing a trip or event means everyone shoots separately and nobody ends up with all the photos. Apple's Shared Albums crush every photo to 2048px and strip location and metadata. Google Photos makes everyone sign into a Google account with the photos living on Google's servers.

B — Better than iCloud Shared Albums / Shared Photo Library / Google Photos:

  • 🖼️ Full quality, EXIF kept — no 2048px downscale, no metadata stripping
  • 📸 Camera-first — shoot straight into the album, not shoot → open Photos → add
  • 🧩 Per-album, unlimited — a fresh album for each occasion with whoever's there, not one merged 6-person library
  • 🍎 No account — runs on each person's own iCloud, no signup, no Google login
  • 🔔 Real per-photo notifications — Apple only notifies you about photos you've already interacted with
  • 📖🎬 Journal + auto story video — neither native app does either

C — Cost: Free — unlimited albums, and every person gets 30 free uploads in every album (per person, not shared). New accounts also start with 500 points (a $4.95 value). No subscription, no ads. Points packs from $0.99 if you ever need more.

🔗 https://apps.apple.com/nl/app/syncalbum/id6757401130?l=en-GB

(I'm the developer of SyncAlbum. My name is Osama Mazhar. This is one of my side-projects, bound to these Terms and Privacy Policy:

https://www.orbitaar.com/syncalbum/terms-of-use.html

https://www.orbitaar.com/syncalbum/privacy-policy.html

For any queries, contact me at [email protected])


r/iosapps 9h ago

🎁 Freemium Baby Tracker & Feed Log [Free / $14.99 lifetime. No subs, no accounts]

Post image
7 Upvotes

A: What problem does your app solve?

  • My app helps new parents log feeds, medicine, and more and stay in sync so both parents always know how long it's been since the last feed.

B: Why is your app better than the top named alternatives?

  1. It's private, with no accounts and no subscriptions.
  2. It's designed to be aesthetically pleasing and low-stimulation for overnight feeds, so you can quickly get in and out of the app without waking up even more.
  3. It's extremely customizable. Customize colors, what you track, re-arrange buttons and more.

C – Cost:

Trust & Transparency

Me: I'm Aaron, a designer by trade. I published this app through my Amsterdam based design studio, http://daydrift.design (which has contact details and my full name).

App Privacy & Terms: The app's website has its full terms and privacy details listed. In a nutshell, the app doesn't collect any personal data.


r/iosapps 18h ago

🎁 Freemium PencilTime v1.10.0 - pencil-first planner with typed notes where readability matters

Post image
2 Upvotes

PencilTime is a handwritten digital planner for iPad and iPhone. It is built for people who like planning by hand, but still want digital organization.

Answer:

PencilTime helps with daily planning, handwritten notes, meeting notes, class planning, project notes, visual planning, and calendar-aware planning. You can write with Apple Pencil on iPad, use touch input on iPhone, and organize work with notes, tags, links, bookmarks, stickers, reminders, Apple Calendar integration, and iCloud sync.

Better:

The recent text updates are about readability, not replacing handwriting.

PencilTime now supports typed text in places where clear text helps:

• Note pages

• Year, Month, and Week notes areas

• Supported Day page todos, priorities, and schedule notes

You can switch between typing and drawing, use simple formatting, and keep the planner pencil-first. Year/Month/Week notes areas can stay lined for handwriting, or switch to typed notes when needed.

Cost:

PencilTime is free to try. Premium unlocks iCloud sync, Apple Calendar integration, unlimited Note Pages, tags, Smart Folders, bookmark syncing, and cross-device workflows.

Download free to try: https://apps.apple.com/app/apple-store/id6743547785?pt=312110&ct=iosapps&mt=8&platform=ipad

• Lifetime: 50% OFF $49.99 -> $24.99

---

Disclosure: I am the developer of PencilTime.

I would appreciate feedback on the typed-notes workflow, especially from people who use Apple Pencil planners for school, work, meetings, or analog-style planning.

Note: Currently not available in EU app stores due to ongoing DSA compliance work.


r/iosapps 5h ago

💎 Lifetime [ios] Run Stats - personal records and run comparison (Lifetime $4.99 until 31 July)

4 Upvotes

The Lifetime Pro in-app purchase is $4.99 instead of $9.99 through 31 July. Normal App Store IAP - no promo codes, no account, no external checkout. Buy once, keep it.

How to claim it
1. Install Run Stats (free).
2. Open Pro and choose Lifetime.
3. Check that Apple's purchase sheet shows $4.99 before you confirm.

https://apps.apple.com/app/id6746675839


r/iosapps 1h ago

🎁 Freemium My first productivity app — Tempo

Thumbnail
gallery
Upvotes

Hey everyone 👋

A — What problem does the app solve? 
I’ve been working on a fresh update for Tempo — a daily task planner and event countdown app created to solve the clutter and complexity of traditional productivity apps.

Most task managers either feel overly complicated with endless menus or lack the visual motivation to keep you coming back every day. Tempo balances fast, frictionless task management with visual event tracking so you can focus on today while looking forward to important dates.

B — Why is it better? 
Instead of forcing you into rigid management structures, Tempo is designed to adapt to your daily routine:

  • Instant voice & text capture anywhere via Telegram integration
  • AI-assisted task creation and subtask generation
  • Beautiful visual countdowns for your most important events
  • Visual streaks & analytics to build consistent daily momentum

Key features in Tempo:

  • Telegram Task Bot Dictate voice notes or type quick tasks into Telegram on the go — Tempo instantly syncs them into your daily plan.
  • AI Task Assistant Type or speak naturally, and let AI automatically organize, break down, and schedule your tasks for the day.
  • Designer Countdown Cards Track important life events with unique visual styles (Polaroid, Ticket, Retro Vinyl, Cartoon, and Glass card designs).
  • Productivity Heatmap Visualize your daily progress, completion streaks, and productivity trends over time.
  • Shared Spaces & Collaboration Create shared spaces to collaborate and assign tasks with family, friends, or work partners.
  • Custom Themes Personalize your experience with vibrant themes (including Dark, Midnight Blue, Royal Purple, and Light mode).
  • Clean "Today" Focus View A distraction-free view built around what actually needs to be done today.

C — Cost / Pricing 
The core app features are completely free to use (up to 15 active tasks with essential features).

There is an optional Tempo Premium subscription (€1/month or local equivalent) that unlocks:

  • Unlimited tasks and advanced scheduling
  • Telegram Task Bot sync & AI generation limits
  • Full Productivity Heatmap & streak insights
  • All exclusive themes and designer countdown card styles

App Store: https://apps.apple.com/ee/app/tempo-plan-your-day/id6790413097

Would genuinely love to hear your feedback, thoughts, or suggestions for what features to build next! 🙌
Thank youuuuuuu !!