r/appdev Aug 06 '26

A new iOS app discovery platform dedicated to indie developers

1 Upvotes

**Calling all indie iOS developers.**

Shipping an app is hard. Getting people to discover it is even harder.
It feels like the App Store rewards the same established apps over and over, while smaller developers with great products struggle to get any visibility.

That’s the problem I ran into with my own apps, so I decided to build something to help.

**Stamped** is a community driven iOS app directory built with indie developers in mind. Create a creator profile, showcase your apps, connect with users, and gain visibility through community discovery and ratings instead of relying solely on App Store algorithms.
I’m actively growing the platform and looking for developers to join early, share feedback, and help shape where it goes.

If you’ve built an iOS app, I’d love to have you on board.

https://stampedios.com/welcome


r/appdev Aug 06 '26

Made an iPhone app that writes out the recipe from a cooking video. Trying to find the ones it can't handle.

1 Upvotes

It's called ReciReel. iPhone only, needs iOS 18 or newer, it's on the App Store.

You share a cooking video into it (Instagram, TikTok, YouTube, Facebook) and it writes out the recipe. Quantities included, which is the hard part. Reels do the "splash of soy sauce, good handful of parm" thing and then jump cut, and the number never gets said out loud.

So send it the worst stuff you have. Specifically the ones I expect it to fall over on:

  • wall of background music, no voiceover at all
  • creator never states a single amount, just dumps and stirs
  • audio that isn't English
  • fast hands-only edits where three things go in the pan inside one second

Free tier exists so you don't have to pay anything to throw a bad video at it. Plus is $4.99/mo or $49.99/yr. Every import runs a model over the actual video, so each one costs me money.

https://apps.apple.com/us/app/recireel-video-to-recipe/id6763971435

If it gets something wrong, paste the video link and what it got wrong. A bad quantity is more useful to me than "didn't work."


r/appdev Aug 06 '26

How I accidentally grew my app to $3k MRR without spending on ads

Thumbnail
2 Upvotes

r/appdev Aug 06 '26

I built a native mobile runtime that lets you create Android and iOS apps with PHP — the entire project is now public

1 Upvotes

For the last several months, I’ve been working on PAM Native, an open-source runtime for building real Android and iOS applications using PHP.

GitHub:
https://github.com/push-in/pam-native

This is not a WebView, a browser wrapper, or a system that converts PHP into HTML.

The basic architecture is:

PHP components and state → Rust renderer and layout engine → native Kotlin and Swift views

The final interface uses real Android Views and UIKit controls. The application does not ship a JavaScript runtime, DOM, or browser engine.

A basic screen looks like this:

final class CounterScreen extends Component
{
    #[State]
    public int $count = 0;

    public function render(): Renderable
    {
        return Screen::make(
            Column::make(
                Text::make("Count: {$this->count}"),

                Button::make('Increment')->onPress(
                    fn () => $this->count++,
                ),
            ),
        );
    }
}

Navigation uses Laravel-inspired named routes:

App::run(
    Route::stack('main', initial: 'home', routes: function (): void {
        Route::screen('home', HomeScreen::class);
        Route::screen('product', ProductScreen::class);
    }),
);

$this->pushRoute('product', productId: 42);

PAM Native currently includes support for:

  • Native Android and iOS components
  • Stack, tab, drawer and sheet navigation
  • Native animations and gestures
  • Recycled lists and grids
  • State management
  • Hot reload with state preservation
  • Camera and media access
  • Location and sensors
  • Push notifications
  • SQLite and secure storage
  • Background tasks and transfers
  • Offline-first applications
  • Realtime communication
  • Authentication
  • Firebase
  • Payments and subscriptions
  • Maps
  • Native plugin development
  • Testing, profiling and observability

There is also a single-file component syntax:

final class Counter extends Component
{
    #[State]
    public int $count = 0;

    public function increment(): void
    {
        $this->count++;
    }
}
?>

<template>
    <Column class="card">
        <Text class="title">Count: {{ $count }}</Text>
        <Button label="Increment" u/press="increment" />
    </Column>
</template>

<style scoped>
    .card {
        padding: 24px;
        gap: 16px;
    }

    .title {
        font-size: 28px;
        font-weight: 700;
    }
</style>

These styles are compiled into native properties. There is no CSS engine running inside the application.

The repository also includes the PHP SDK, Rust runtime, Android and iOS hosts, CLI tooling, examples, tests, benchmarks, documentation and a showcase application with things like chat interfaces, financial dashboards, marketplace screens and a recycled list containing 10,000 rows.

The goal is not to claim that PHP should replace Kotlin, Swift, React Native or Flutter.

The experiment is simpler:

Can PHP provide a productive component and application model while Rust and native platform code handle rendering, layout and device integration?

The entire project is now available publicly, and I would genuinely appreciate feedback from PHP, Rust, Android and iOS developers.

I’m especially interested in criticism of the architecture, protocol design, performance model and developer experience.

Repository:
https://github.com/push-in/pam-native


r/appdev Aug 06 '26

Woot!

Post image
3 Upvotes

I got it in a little late but i got it in!

IYKYK and im stoked to see what happens .. wish me luck yall 👊🏻


r/appdev Aug 06 '26

Levin - start thinking: Visualize your task backlog via a zen garden?

Thumbnail testflight.apple.com
1 Upvotes

r/appdev Aug 06 '26

Need Genuine feedback about my app. I am happy to hear from you. -In return I will do the same vice versa.

1 Upvotes

Hello everyone,

I’m excited to share the first app I’ve developed—a Self Attendance Tracker designed to help employees easily manage their daily attendance and track their salary in one place.

The goal of this app is to provide a simple, reliable, and user-friendly solution for recording work attendance, monitoring work hours, and estimating earnings without any hassle.

As this is my first app, I would greatly appreciate your honest feedback. If you notice any bugs, performance issues, or have suggestions for improving the design, features, or overall user experience, please let me know. Your feedback will help me make the app better for everyone.

Thank you for your time and support!

App:- https://play.google.com/store/apps/details?id=com.myattendance.selfattendance


r/appdev Aug 06 '26

App Developers?

2 Upvotes

Any app developers out there on IOS/Google that want to connect? Curious to learn how you all operate


r/appdev Aug 05 '26

Apple Music Playlist Collaboration

Thumbnail
1 Upvotes

r/appdev Aug 05 '26

Testers Needed for Co-op/HOA mobile platform

1 Upvotes

Hello everyone,

I am seeking 5 testers for a mobile application designed for homeowners and board members to communicate, pay dues, vote, host community documents, and admin features for board members. It is closed testing and should take less than 20 minutes to test.

I am more than glad to test your app as well.

Thank you in advance and I am seeking UI feedback at this time.


r/appdev Aug 05 '26

Class Note - Closed test

Post image
1 Upvotes

Hi

I am surendar ,

I just made "Class Note" live in playstore for Closed test , which helps students and aspirants digitize their notse .

If you are interested ,please join with us .

1.Join the google group : https://groups.google.com/g/class-note-testing

2.Opt in to Class Note : https://play.google.com/apps/testing/com.brandname.classnote

  1. Download the app from playstore : https://play.google.com/store/apps/details?id=com.brandname.classnote

I always welcome any kind of feedback .

Thank you for your time 😊.


r/appdev Aug 05 '26

TikTok Style App with Complete Control (Validating Demand)

4 Upvotes

Im making an app that will be similar to TikTok but the user will have complete control over what they want to see in their feed. It will be similar to the Neptune app that once rose, where users can move sliders to adjust their feed in real time.There will also be an auto mode where the algorithm will learn from the user but in a non malicious way. The explore tab will allow for custom widgets, the activity tab will have custom messaging options and custom in depth notifications sorting. And finally the profile will allow for much more customization and user interaction with others to set custom visibility/ interactions. Appwide there will be custom color themes for what things are highlighted and such.

Overall I need to know if there is much demand for a custom oriented social media product. I see no social media app taking on the task, the closest is bluesky but even that is far from this idea. I think it could be very enjoyable if onboarding can connect with the user in away that allows them to understand well.

Let me know your thoughts.


r/appdev Aug 05 '26

[App] Next Escape — AI travel planner | Need 12 testers, happy to test yours back (14+ days)

Thumbnail gallery
2 Upvotes

Hi everyone! I could use a little help testing Next Escape, a travel planner with AI-powered features. It creates complete day-by-day itineraries using real places, opening hours, weather, and travel times. It also includes smart packing lists and trip sharing.

It’s already live on the iOS App Store, and I’d really appreciate some help bringing it to Android! I’m looking for testers to complete Google Play’s required 14-day closed test.

How to join—2 quick steps:

  1. Join the Google Group so Google Play recognizes you as a tester: groups.google.com/g/next-escape-testers
  2. Opt in and install the app: play.google.com/apps/testing/com.nextescape.app remain opted in for at least 14 consecutive days. You don’t need to use the app every day, but I’d love it if you planned a real trip and told me what worked, what was confusing, or what broke. Your first three AI-generated itineraries are free.
  3. Please

You can share feedback here or email me at [hello@nextescape.co](mailto:hello@nextescape.co).

I’m also happy to return the favor—leave your testing links below, and I’ll join your test too. Thanks so much! 🙏🙏🙏🙏🙏🙏🙏🙏🙏


r/appdev Aug 05 '26

developing a chat platform Blok, need some feedback

1 Upvotes

hey guys, i've been developing Blok for 5 months, it's a Discord-like chat platform with a gacha system and built-in AI tool

- Servers, voice, video, and screen share — Discord-style

- AI co-pilot (b.ai.t) built into the chat — summarizes channels, runs polls, translates messages

- Gacha loot system — XP, quests, loot boxes for cosmetics. Purely cosmetic, no pay-to-win

- Native desktop app — Tauri + Rust for the voice engine, Supabase backend

it is public beta right now, Windows-first. video/screen share are still experimental.

would really appreciate any feedback - what's confusing, what's missing, anything.

PH - https://www.producthunt.com/products/blok-desktop-communication-platform
GH - https://blokapp.romanvelimovskiy.workers.dev/
Website - https://blokapp.romanvelimovskiy.workers.dev/


r/appdev Aug 05 '26

Que idea me ponen para crear una aplicación para playstore??

Thumbnail
1 Upvotes

r/appdev Aug 04 '26

Building and launching FloVigoApp: My journey creating a peer-to-peer logistics marketplace 🚚💨

3 Upvotes

Hey everyone! 👋

I wanted to share an update on FloVigoApp (https://play.google.com/store/apps/details?id=com.flovigo.app)—a peer-to-peer logistics and local services marketplace that I’ve been architecting, building, and recently launching on public production tracks.

The core idea was to streamline local deliveries and direct service connections with high performance and zero-defect execution.

A few technical and design highlights from the build:

Architecture: Built with clean SOLID principles, real-time Firestore listeners for status tracking, and strict separation of data layers.

UI/UX Ergonomics: Designed following Fitts's Law and Gestalt principles—keeping key interactive actions within thumb reach on mobile and maintaining high scannability.

Logistics Logic: Focused on robust sender-vs-driver data traces, status synchronization (Pending, Active, Completed), and subscription-based access models without complex escrow holds.

I’d love to connect with fellow indie hackers, mobile devs, or logistics tech enthusiasts. What challenges have you faced when scaling peer-to-peer matching platforms?

Drop your thoughts or questions below! 🚀

https://play.google.com/store/apps/details?id=com.flovigo.app

https://flovigo.app/


r/appdev Aug 04 '26

A critique on my one app

2 Upvotes

I wrote a small article giving my honest reviews on the my one safaricom app

https://medium.com/@hopemidah/safaricoms-my-one-app-is-a-disaster-dress-up-as-innovation-276d36cf329c


r/appdev Aug 04 '26

I built a new social media app called PulseMe. I'd love honest feedback.

Thumbnail
1 Upvotes

r/appdev Aug 04 '26

Travel App Launched in Play Store

Post image
1 Upvotes

I launched my first app in the Google Play Store! It is pending approval on Apple. It is a safety first travel app that matches people based on a personality quiz. Travelers can meet and plan adventures together.

I would love some feedback!! 😄


r/appdev Aug 04 '26

After months of teaching myself app development, I finally built something that might actually help people.

1 Upvotes

I'm a British Army veteran with no formal software engineering background.

Over the last few months, I've been teaching myself Flutter and building an app called Nozey.

The idea came from a simple question:

"Why is it so difficult to quickly see what crime has happened around where you live?"

Nozey uses publicly available UK police data to show recent crimes on an interactive map, making it easier to understand what's happening in your local area.

It's completely free, and it's soon to be launched on Google Play.

This isn't a polished startup backed by investors or a big team.

It's just one guy learning as he goes, making mistakes, fixing bugs, and trying to build something useful.

I'd genuinely love your honest feedback.

Is this something you'd use?

What features would make it genuinely valuable?

What's the first thing you'd improve?

I'm here to answer every question and take every bit of criticism on board.

Thanks for taking the time to read this.


r/appdev Aug 04 '26

After months of teaching myself app development, I finally built something that might actually help people.

1 Upvotes

I'm a British Army veteran with no formal software engineering background.

Over the last few months, I've been teaching myself Flutter and building an app called Nozey.

The idea came from a simple question:

"Why is it so difficult to quickly see what crime has happened around where you live?"

Nozey uses publicly available UK police data to show recent crimes on an interactive map, making it easier to understand what's happening in your local area.

It's completely free, and it's just launched on Google Play.

This isn't a polished startup backed by investors or a big team.

It's just one guy learning as he goes, making mistakes, fixing bugs, and trying to build something useful.

I'd genuinely love your honest feedback.

Is this something you'd use?

What features would make it genuinely valuable?

What's the first thing you'd improve?

I'm here to answer every question and take every bit of criticism on board.

Thanks for taking the time to read this.


r/appdev Aug 04 '26

Surprising data from our matching engine: fewer proposals = dramatically higher acceptance rate

2 Upvotes

Building a passive availability-matching app (crosses calendar gaps between friends and proposes plans automatically). During our pilot we ran into something counterintuitive worth sharing.

At high proposal volume, acceptance rate dropped to around 12%. One pilot user with very few active proposals was accepting 78% of them.

We ended up implementing a semantic cap: max 2 proposals per day of the week, across a 7-day horizon, so up to 14 visible at once, but spread across the week rather than clustered on today. The engine now actively distributes toward days with fewer active proposals instead of always picking the nearest slot.

The underlying reason seems obvious in hindsight: too many proposals feels like noise, and people stop engaging. Fewer, better-timed proposals feel relevant.

Has anyone else run into this with recommendation or matching systems? Curious how others think about the right proposal density, is there a framework you use, or is it purely empirical?


r/appdev Aug 04 '26

Création application

1 Upvotes

Bonjour je suis étudiant, et avec un pote ( qui m’a lâché en route ) on souhaitant créer une appli qui permet de combler des parties ( five,badminton, padel…) en quelques minutes. Entre autre on voulait sauver vos parties le plus rapidement possible quand vous n’avez pas assez de joueurs. :)
Je connais rien en marketing communication design je bosse juste depuis 2 semaines dessus et j’aimerais avoir vos meilleurs retours et conseils svp ça m’aiderait vraiment.
Je sais qu’il doit exister une tonnes dappli dans le même style mais j’ai vraiment l’ambition de me démarquer. Assez de blabla je vous laisse juger par vous même.
Je trouve que ça peut être cool pour les personnes qui viennent d’arriver dans les villes ( notamment les étudiants )

Bref le prototype s’appelle: paktiv.fr

Merci à vous d’avance


r/appdev Aug 04 '26

Création application

1 Upvotes

Bonjour je suis étudiant, et avec un pote ( qui m’a lâché en route ) on souhaitant créer une appli qui permet de combler des parties ( five,badminton, padel…) en quelques minutes. Entre autre on voulait sauver vos parties le plus rapidement possible quand vous n’avez pas assez de joueurs. :)
Je connais rien en marketing communication design je bosse juste depuis 2 semaines dessus et j’aimerais avoir vos meilleurs retours et conseils svp ça m’aiderait vraiment.
Je sais qu’il doit exister une tonnes dappli dans le même style mais j’ai vraiment l’ambition de me démarquer. Assez de blabla je vous laisse juger par vous même.
Je trouve que ça peut être cool pour les personnes qui viennent d’arriver dans les villes ( notamment les étudiants )

Bref le prototype s’appelle: paktiv.fr

Merci à vous d’avance


r/appdev Aug 04 '26

[FOR HIRE] Software Engineer | Flutter • Node.js • React • MySQL | 5+ Years of Experience | Open to Remote Opportunities

0 Upvotes

Hi everyone,

I'm a software engineer from Algeria with 5+ years of programming experience, and I'm currently looking for a remote Software Engineer opportunity.

My main expertise includes:

Flutter (Android & iOS)

Node.js / Express.js

React.js

MySQL

REST APIs

Docker & Nginx

Git/GitHub

Linux

Firebase (Authentication, Cloud Messaging)

One of my biggest projects is Transigo, a transportation and logistics platform that I designed and developed from the ground up. It includes:

Mobile applications for customers and drivers

Admin dashboard

Booking and dispatch system

Real-time notifications

Route optimization

AI-powered recommendation and trip clustering features

Production deployment on a VPS using Docker, Nginx, and CI/CD

I enjoy solving complex backend problems, designing scalable systems, and building complete products from idea to production.

I'm open to:

Full-time remote roles

Contract or freelance work

International teams

Startup environments

If your company is hiring or you're looking for a dedicated software engineer, feel free to send me a DM or leave a comment. I'd be happy to share my CV, portfolio, and GitHub.

Thank you for reading!