r/appdev

Image 1 — ClearView Studio just got a major upgrade.
Image 2 — ClearView Studio just got a major upgrade.
Image 3 — ClearView Studio just got a major upgrade.
Image 4 — ClearView Studio just got a major upgrade.
Image 5 — ClearView Studio just got a major upgrade.
Image 6 — ClearView Studio just got a major upgrade.
Image 7 — ClearView Studio just got a major upgrade.
▲ 14 r/appdev+7 crossposts

ClearView Studio just got a major upgrade.

ClearView Studio v2.0 is here.
More control. Better enhancement. Faster workflow.
Available now on the App Store.

Link: https://apps.apple.com/us/app/clearview-studio/id6767339271

What’s new in this version:
• Full iPadOS support with optimized layouts
• Real-time dual preview system (Original / Enhanced)
• Live enhancement preview updates before processing
• New enhancement control panel
• Added Gamma Level controls
• Added Color Balance Level controls
• Added Auto White Balance switch
• Improved offline video enhancement workflow
• Faster and smoother preview updates
• Improved processing experience and UI responsiveness
• Updated visual design with the new ClearView Studio theme
• Multiple stability improvements and bug fixes

u/tknzn — 1 hour ago
▲ 3 r/appdev+1 crossposts

I spent 6 months building a meal planner that doesn't require an account. Launched on iOS this month.

A bit of context: I'm a solo iOS dev. Every meal planner I tried wanted my email before showing me a single recipe, then upsold me to $7.99/mo. I wanted to know if I could ship a working one that asked for neither.

Six months later it's on the App Store. Here's what's in it:

- 524 recipes built in (not scraped — each has macros, steps, and a linked YouTube tutorial when one exists)

- Pantry tracking that feeds an "AI Meal Ideas" view — add the 6 things you have, get 6 dinners you can actually make

- One-tap shopping list generation from the week's plan, grouped by aisle

- Local notifications 25 minutes before each meal with the recipe queued up

- No account, no tracking, runs offline. $2.99/mo Pro after a 30-day free trial. Free tier is genuinely usable on its own.

Things I'd do differently:

  1. I underestimated how much work the recipe data layer was. I rewrote it three times.

  2. Shipping without account creation meant rethinking sync — I ended up using iCloud private database, which I'd recommend to anyone building a "no-account" app.

  3. The launch week ad budget is $20 because I ran out of money.

Happy to answer technical questions (SwiftUI, CloudKit, what shipped vs what got cut). Not here to push downloads — but if anyone wants to look, it's at mealcurate.github.io and there's a free 30-day Pro trial with annual subscription.

Critical feedback welcome. The next version is being scoped now.

reddit.com
u/OkStrawberry9638 — 3 hours ago
▲ 19 r/appdev+5 crossposts

Adding big text to my screenshots increased App Store CR by 3%+

I used to have App Store conversion rates between 2% and 3.5% for my app.

Recently, I made one extremely simple change that pushed my CR to 5–7% almost immediately after the new screenshots went live.

The interesting part is that I had already tried adding text to screenshots before — but I used longer marketing-style sentences.

Then I started noticing that many successful apps shared on this subreddit used extremely large and very short text instead. So I decided to test it myself.

I redesigned my screenshots around a single idea:

Explain every feature in 1–2 huge words.

That was literally the only ASO-related change I made.

No keyword updates.

No metadata changes.

No external marketing.

No paid traffic.

Just screenshots with massive text that instantly communicates what the app does before the user even thinks.

The results honestly surprised me.

From the very next day the screenshots were approved, my CR jumped from ~2–3.5% to ~5–7%.

What’s even crazier is what a “small” 2–3% CR increase actually means in real numbers:

+30–50 additional downloads per day

~900–1500 extra users per month

…from a change that took maybe 5 minutes.

I also started noticing this behavior in myself while browsing the App Store:

The only screenshots that consistently make me stop scrolling are the ones with huge, instantly readable text.

My next step is localizing the screenshots, although that’ll be harder because many languages can’t explain features in only 2 words like English can.

Still, I’d honestly expect localized screenshots to push conversion even further — maybe into the 7–9% range.

Small changes can sometimes create surprisingly large results.

u/dejan000 — 10 hours ago
▲ 2 r/appdev

Cross Platform vs Native App Development

It looks like frameworks like Flutter and React Native are being adopted at a much faster rate because companies want to go to market faster and save development costs early on.

Would be interested to hear if developers here still favour native apps or if the trend is more towards cross-platform solutions nowadays.

reddit.com
u/Ok-Type8092 — 14 hours ago
▲ 52 r/appdev+4 crossposts

I built a System Design Simulator – drag, simulate, and break your own architectures in minutes

Hey folks,

I’ve been hacking on a side project: a web-based “System Design Simulator.” It’s like a whiteboard, but you can actually press play and watch your architecture behave (or fail).

What you can do:

  • Drag-and-drop common pieces: load balancer, API gateway, caches, DBs, queues, even some AI bits.
  • Hit “Start Simulation” to see latency, error rate, throughput, cache hit rate in real time.
  • Flip chaos switches: traffic spikes, cache-miss storms, network partitions, component crashes.
  • Share & remix: every design gets a short link; anyone can fork it and improve.
  • Built-in hints: it tells you if you forgot an entry point or storage.

Why I made it:

  • Diagrams don’t fail; systems do. I wanted a fast way to feel trade-offs without spinning up infra.
  • For interviews and design reviews, it’s nice to ask “what if the cache dies?” and just click a button.

Try it here: "https://paperdraw.dev/"

Quick start: drop Load Balancer → App Server → Cache → DB, press play, then trigger a cache-miss storm.

Would love feedback:

  • What metrics or failure modes would you add?
  • Is the start/stop flow obvious enough?
  • Any presets you want (payments, chat, ingestion)?
  • Should I add “export GIF of the run” for sharing?

Thanks for taking a look—happy to fix bugs or add features if you ping me.

u/Leather_Silver3335 — 1 day ago
▲ 12 r/appdev+3 crossposts

Apple Magic Trackpad and Keyboard app for android

I have created an android app which can act like an apple magic trackpad and apple keyboard. It supports all gestures of an apple magic trackpad. Currently it's in closed testing. I am sharing a demo video of the app. If anyone wants to try it please share your gmail in DM, I will add you to the closed testing track on google play store.

Demo Video: https://www.youtube.com/shorts/Dl4SW98Vztw
Playstore app link: https://play.google.com/store/apps/details?id=com.magic.trackpad.free
Macos Companion app: https://github.com/sks147/RemoteMagicTrackpad/releases

u/sks147 — 1 day ago
▲ 3 r/appdev+2 crossposts

I want to build a consultant app but I have zero coding knowledge.

The idea is to create an app for a very specific purpose where people can get better, more personalized answers than generic AI tools like ChatGPT.

I keep seeing people build apps using AI + no-code tools now, so I wanted to ask:

  • What AI tools or no-code platforms should I learn first?
  • What would the roadmap look like from idea -> building -> publishing on Google Play Store?
  • How do solo founders handle backend, payments, databases, etc., without coding?

And most importantly, how can I make the app genuinely useful so users prefer it over just asking ChatGPT directly?

Would love tool suggestions, learning resources, or advice from people who’ve already built something similar.

reddit.com
u/eruditeniti — 1 day ago
▲ 67 r/appdev+11 crossposts

Eric Seidel (co-founder of Flutter) is speaking at a Flutter conference may 27th in SF: free livestream

hey, lydia from the FlutterFlow team!

Eric Seidel built Flutter at Google. he's now building Shorebird and has been inside the tool that underpins most of what this community ships longer than almost anyone.

he's on stage at FFDC on may 27th in San Francisco for a session called Flutter Insights with Abel Mengistu (FlutterFlow, YC W21) and Abdallah Shaban (product at Google and co-founder of Celest (YC W24)).

three founders who built on the Flutter foundation and then went to build further are going to be sharing next steps with Flutter!

free livestream. in person at The Midway, SF. ffdc.io

— lydia, FlutterFlow team

reddit.com
▲ 8 r/appdev+2 crossposts

Tired Of Doom Scrolling, So I Built ZenGrid

Built ZenGrid — an app designed to reduce doomscrolling and unnecessary screen time. Instead of giving access to endless distracting content, the app provides a minimal set of genuinely useful apps and tools so users can stay productive without wasting hours on their phones.

One of the main focuses is combining functionality with a clean and aesthetic visual experience, making the phone feel calmer and less addictive to use.

Currently validating the idea and collecting early users + feedback before the full launch.

Reply Below Will Send the wait list link into dms

u/coderwarrior12 — 22 hours ago
▲ 6 r/appdev+3 crossposts

I created an app called Casino Blocker to help people quit gambling and block casino content on their phones.

Hey everyone,

For the last few months I’ve been building Casino Blocker — an Android app focused on blocking gambling websites, betting ads, casino redirects, and addictive triggers.

Main features:

AI-powered gambling detection

The app scans and detects gambling-related websites in real time, including many mirror and newly created casino domains.

System-wide blocking

Blocks casinos, sportsbooks, betting ads, and suspicious gambling links across browsers and apps.

Privacy focused

No unnecessary tracking or selling user data. The app is designed to stay lightweight and work mostly on-device.

Built for relapse prevention

Casino Blocker isn’t just a normal website blocker — the goal is to reduce impulsive gambling behavior and make access to betting platforms harder.

Fast and lightweight

Optimized for Android with low battery usage and smooth background protection.

For developers:

The app is built with modern Android technologies and uses AI-assisted gambling detection + local filtering systems for fast real-time protection.

I’m actively improving the app and already updating the AI scanner regularly based on feedback.

Would love to hear your thoughts about:

• UI/UX

• Features

• Blocking quality

• Ideas for improvement

Play Store: Casino Blocker

Feedback is very welcome :)

u/KitLutik — 1 day ago
▲ 16 r/appdev+16 crossposts

I just launched my first app after ~3 weeks of nonstop vibe coding and somehow survived like 10 App Store rejections 😭

The app is called Puplytics.

Before this project I had basically zero real coding experience. I went from not understanding app structure at all to learning React Native / Expo workflows, App Store Connect, subscriptions, AI APIs, privacy compliance, camera permissions, TestFlight builds, backend deployment, and debugging random production issues at 2am.

Honestly the hardest part wasn’t even building the app — it was getting through Apple review.

I got rejected for:
• subscription flow issues
• missing legal links
• camera permission wording
• AI consent flow compliance
• metadata problems
• purchase restore handling
• sandbox purchase behavior
• UI edge cases on iPad
…and probably more I’m forgetting lol.

The app itself is a dog wellness tracking app focused on digestive health and daily wellness tracking.

Features include:
• AI stool scan analysis
• symptom tracking
• food logging
• sleep & mood tracking
• AI wellness chat
• trend analysis
• downloadable vet reports
• multi-pet support
• reminders and history timelines

The original idea came from dealing with recurring stomach issues with my own dog and constantly forgetting what food changes or symptoms happened during vet visits.

So I basically built the app I wished existed.

The craziest part is realizing how much you can actually build now if you’re willing to learn while moving fast.

Would genuinely love feedback from other builders / vibe coders:
• UI/UX thoughts
• onboarding feedback
• feature ideas
• App Store screenshots
• monetization thoughts
• anything that feels confusing or broken

Still improving it daily. (As of right now it’s been live for about 20 minutes lol)

The app is called Puplytics on the App Store if anyone wants to roast/test it 🙏

reddit.com
u/ORPH_APE — 2 days ago
▲ 2 r/appdev+1 crossposts

I used to think about alot of people but never got around to message them

So I built an app which helps schedule messages and check ins. It's available on playstore and apple. SincereNotes helps remind you to send out messages to the people who matter most.

reddit.com
u/Technical-Fan5205 — 1 day ago
▲ 1 r/appdev

Studying what makes people stick with an app in the first 5 minutes, send me urs

Hi guys, i am currently trying to optimize conversion from onboarding conversion(best i got 3%)

i am studying onboarding and first time open patterns in apps right now, so i want to put it into practice on real products

i will take 5-10 apps and go through them as a genuine first time user then send back to u the friction points in the first mins or what made me want to keep going

drop your link in the comments + share ur onboarding → conversion rate so we all can check it

pls guys no hard paywalls i want to try the app without paying out of pocket, a free tier or trial is all i need🤝

Thank you.

reddit.com
u/Automatic-Proof9879 — 1 day ago
▲ 3 r/appdev+1 crossposts

How to attract your first users to your app?

Hi, I’ve created and released my first app. It’s a multi‑provider weather app, etc. etc. etc. I won’t turn this into an ad here. I’ll just leave my website with all the information for anyone interested: https://www.totalweather.org/en

However, I’m noticing a problem: I have no idea how to build a solid user base so I can clean up potential bugs, improve parts or features, or understand what should go behind a paywall and what I’m encouraged to keep freemium.

I have no idea how to do marketing. I made 3–4 random posts on TikTok and ran them as ads (€40 total over two weeks) with 50k views totals, and I saw a small spike in users that quickly dropped off. I don’t know how to manage this initial early stage. Any advice?

reddit.com
u/superfexataatomica — 1 day ago
▲ 2 r/appdev

Any recommendations?

Good afternoon! Does anyone have recommendations for any tech companies that can build a program app for mac and windows? I work in a small mom and pop doctor office so they would need to be hippa compliant and they insist it must be a company incase anything happens they aren’t at blame. They are using microsoft access 2007 and it finally broke please let me know anyone you can recommend.

reddit.com
▲ 3 r/appdev+2 crossposts

J'ai codé une app de rencontre basée sur les arcanes majeurs - votre avis ?

Hello les passionnés d'arcanes,
Frustré par les apps de rencontre superficielles, j'ai créé Arcanum : un système de matching basé sur les 22 arcanes majeurs.
Principe : chaque arcane reflète un archétype amoureux. Le test détermine votre arcane dominant en amour + vos compatibilités naturelles.
Quelques duos qui marchent fort :
• Impératrice + Empereur : le power couple stable
• Amoureux + Tempérance : équilibre entre passion et harmonie
• Hermite + Étoile : deux sensibles qui se comprennent sans parler
• Fou + Monde : liberté + accomplissement = explosion
Je cherche des beta testeurs + votre avis de tarologues : selon vous, quels arcanes sont faits pour s'entendre ? Lesquels sont impossibles ?

reddit.com
u/Arcanummatch — 1 day ago
▲ 10 r/appdev+2 crossposts

My Second IOS app Released !

My second app is now available on iOS — Vybe.

Vybe is like Letterboxd but for games. You can log the games you've played, rate them, and track your gaming history. It's completely free and has a database of more than 5,000 games.

Your feedback means a lot to me — this is a solo side project and every comment helps shape what comes next.

Download and enjoy! 🎮

u/Zestyclose-Buy8135 — 2 days ago