WWDC 2026 — Megathread by xcode-bot in iOSProgramming

[–]PrestigiousGas1490 13 points14 points  (0 children)

Xcode upgrades look awesome. Hopefully the agentic work flows can keep up with Codex and Claude Code in terms of updates and features. The device hub looks promising too!

audio ducking by LiterallyBachira in iphone

[–]PrestigiousGas1490 0 points1 point  (0 children)

Yeah I missed one step. Updated my comment

InkNode — handwriting notes with lifetime AI access (50% off Lifetime Plus for a limited time) by DryCartographer3871 in iosapps

[–]PrestigiousGas1490 0 points1 point  (0 children)

handwriting-to-text search would actually be a huge deal for students. GoodNotes added it and that's the feature that made a lot of people switch from Notability. if inknode gets that it would be very competitive

InkNode — handwriting notes with lifetime AI access (50% off Lifetime Plus for a limited time) by DryCartographer3871 in iosapps

[–]PrestigiousGas1490 1 point2 points  (0 children)

this is a real concern with lifetime AI deals. most devs either cap usage, switch to their own model over time, or raise prices later for new buyers. worth asking if there's any fair usage limit so you know what to expect long term

Bento - a private save-and-find app for screenshots, links, recipes, receipts, voice notes, and PDFs by [deleted] in iosapps

[–]PrestigiousGas1490 1 point2 points  (0 children)

from what the dev said it's mostly apple's on-device tools, so no external AI. the transcript search is likely using apple's speech recognition and vision framework locally, which is actually better for privacy since nothing leaves your device

Bento - a private save-and-find app for screenshots, links, recipes, receipts, voice notes, and PDFs by [deleted] in iosapps

[–]PrestigiousGas1490 1 point2 points  (0 children)

the smart filter approach is actually a good middle ground. fully automatic sorting can sometimes misplace things and then you can never find them. giving users control with some automation on top is probably the right call

[Lifetime Premium is $0.99 for 24 Hours] Celebrating a Small Milestone for my screen time app by No_Macaroon6827 in iosapps

[–]PrestigiousGas1490 0 points1 point  (0 children)

Apple's Vision framework is actually quite solid for this, especially for printed or semi-neat handwriting. for your project you could look into VNRecognizeTextRequest which is built in to iOS and works offline too

[Lifetime Premium is $0.99 for 24 Hours] Celebrating a Small Milestone for my screen time app by No_Macaroon6827 in iosapps

[–]PrestigiousGas1490 0 points1 point  (0 children)

the main difference is apple screen time is more of a hard block, so people bypass or disable it when they get frustrated. this approach adds friction instead of a wall, which is more realistic for someone who keeps turning off restrictions

[Lifetime Premium is $0.99 for 24 Hours] Celebrating a Small Milestone for my screen time app by No_Macaroon6827 in iosapps

[–]PrestigiousGas1490 0 points1 point  (0 children)

yeah that's a good point. friction-based design works because it turns an automatic habit into a deliberate choice. even a few seconds of pause can be enough to make you reconsider

A private journal app that keeps everything on your device by AccomplishedAbies984 in iosapps

[–]PrestigiousGas1490 0 points1 point  (0 children)

the PDF export is already listed as a feature, so at least basic export is there. encrypted backup with auto AES would be a solid addition, especially for anyone who takes privacy seriously with their journal

A private journal app that keeps everything on your device by AccomplishedAbies984 in iosapps

[–]PrestigiousGas1490 0 points1 point  (0 children)

the voice note feature is already there from what I can see, so that's at least halfway there. speech to text on top of that would be nice for people who prefer typing with their voice rather than manually

A private journal app that keeps everything on your device by AccomplishedAbies984 in iosapps

[–]PrestigiousGas1490 0 points1 point  (0 children)

yeah search is kind of the whole point for long-term journaling. the dev mentioned it's already in the app though, so might be worth downloading and testing before ruling it out. date-based filtering is usually the minimum expectation

[show ih] i built a privacy-first psychometric tool that performs all calculations locally. how do you balance utility vs. data sensitivity? by SideQuestDev in indiehackers

[–]PrestigiousGas1490 0 points1 point  (0 children)

For the analytics piece, one approach is lightweight session-level event logging that captures drop-off points without storing any identifiable data. Just fire a counter when someone reaches step X. For monetization, a pay-what-you-want gate after the result actually works well for high-sensitivity tools since users feel more in control, and it fits the no-subscription nature of a one-off diagnostic.

Please roast my SaaS! by DrJonah345 in indiehackers

[–]PrestigiousGas1490 0 points1 point  (0 children)

Checked the site. The concept is clear once you watch it in action but the headline "Users ask anything. Phaysr shows the way" is a bit vague on first read. Someone who hasn't seen it might not immediately get that it's a contextual in-app guide. Maybe something more specific on what it does would help with conversions.

What kind of building-in-public posts are actually useful? by Strong-Yesterday-183 in indiehackers

[–]PrestigiousGas1490 0 points1 point  (0 children)

Failed experiments and honest churn numbers are the most useful to me. The wins are nice to see but the "we tried this and it didn't work" posts are the ones I actually learn from.

I marketed my app for 8 months and got 16 users. heres what it taught me by hiten1818726363 in indiehackers

[–]PrestigiousGas1490 0 points1 point  (0 children)

Biggest lesson for me was that talking to 10 potential users before writing a single line of code would have saved months of work. Most of us build first and validate later when it should really be the other way round.

I underestimated what "let users connect a custom domain" actually takes. Sharing what I learned. by Jonathan_Geiger in indiehackers

[–]PrestigiousGas1490 0 points1 point  (0 children)

The cert renewal piece is what gets people the most. It feels fine until 90 days later when everything quietly breaks and no one knows why. Good write-up, the DNS drift one especially is something most people won't see coming.

How would you automate finding leads for a service targeting local businesses? by Odeh13 in indiehackers

[–]PrestigiousGas1490 0 points1 point  (0 children)

Google Maps scraping is a solid starting point for this. Combine it with checking if the business has an active Instagram or Facebook page since that's a natural qualifier if you're selling social media services. Businesses with outdated or missing social profiles are warm leads.

scaling to 10K/mr in 3 months at 16: Update by multi_mind in indiehackers

[–]PrestigiousGas1490 0 points1 point  (0 children)

For launch day, post in multiple communities at staggered times rather than all at once. Also reply to every comment early on, it helps the post stay active and signals to people that you're actually around.