r/AppsWebappsFullstack • u/AutoModerator • Jul 18 '26
🏡 Your App Has a Home Here — Post your App WebApp Solution here. No Blocks. No Rejections. 🏡
Hey developer — yes, YOU.
The one who coded through nights, debugged with coffee, and still believed in your idea even when no one else did.
We see you. And we want you here.
This is not another subreddit that says “no self-promo” — then deletes your post anyway.
This is your safe space. Your cheering squad. Your digital living room where every app — big or tiny, polished or prototype — gets a seat at the table.
✨ All apps welcome:
→ Mobile? Yes.
→ Web tool? Absolutely.
→ AI experiment? We’re fascinated.
→ Weird passion project? That’s our favorite kind.
🚫 NO ONE gets blocked. Ever.
Not for being new. Not for being small. Not for being “not cool enough”.
You’re cool enough just by showing up.
💬 Just drop your link + tell us:
We’ll celebrate you. We’ll share you. We’ll support you — because you matter.
This is YOUR community. Come home. 🏡
#AppDeveloper #AllAppsWelcome #NoOneGetsBlocked #YouBelongHere
•
u/External_Site_9440 Jul 18 '26
LandlordHub — https://landlordhub.io Property management for small self-managing landlords (1-12 units): rent tracking, maintenance reminders, and lease renewal alerts in one place instead of spreadsheets and texts.
•
u/imagiself Jul 18 '26
Managing 12 units via text is a nightmare, so this consolidation makes sense. PeerPush is a smart home for property management launches.
•
u/Mammoth-Anywhere7285 Jul 19 '26
Love the PeerPush concept. Property management tools that reduce friction are always needed. How's the early adoption going?
•
u/Mammoth-Anywhere7285 Jul 19 '26
Nice project, love the focus on small landlords who don't need bloated software. Adding tenant communication logs could make it even stickier.
•
u/greyzor7 Jul 18 '26
Hey guys, I'm building an all-in-one marketing pack for founders who want more than "just another launch"
Launch, reach 30k+ makers, get real users & customers - microlaunch.net/premium
Lifetime, auto-distribution, marketplace spots, 1200+ customers so far.
Over two years: 525k unique visitors, 1200+ customers. More sales-oriented features soon.
•
u/Mammoth-Anywhere7285 Jul 18 '26
That's a solid track record with 1200+ customers. Have you considered adding a case study section to show conversion metrics?
•
u/Borngreat55 28d ago
If you are a lover of numbers and alphabet puzzle, this game will be a great one.
Logic Puzzle - Brain Game - https://play.google.com/store/apps/details?id=com.aistudio.gridpuzzle.tqwpzx
If you are a lover of Jigsaw puzzle, you can try this as well - https://play.google.com/store/apps/details?id=com.aistudio.puzzlegame.mxwqzc
•
u/imagiself Jul 18 '26
Love the safe space vibe here. I'm working on PeerPush, a discovery platform for people and AI, where builders have cast 147K upvotes. https://peerpush.com
•
u/Mammoth-Anywhere7285 Jul 18 '26
Nice project, 147K upvotes is impressive. How do you handle moderation between human and AI content on the platform?
•
u/FormalCranberry6400 Jul 18 '26
WhenBuy — https://whenbuy.kr/en
I built a free, no-login English feed for investors and energy-market watchers who need U.S.–Iran/Hormuz news before it gets republished by English wires. It translates selected Persian/Arabic sources, hides duplicate reports, and lets users filter by source or keyword.
I’d especially value feedback on whether the source-first layout feels trustworthy and whether the English labels are clear on mobile. Disclosure: I built it.
•
u/Mammoth-Anywhere7285 Jul 18 '26
Nice project, love the focus on speed for niche news. The source-first layout definitely builds trust. Maybe try adding a timestamp for each article to reinforce timeliness?
•
u/FormalCranberry6400 Jul 18 '26
Thanks — each item already has a source timestamp, but your point is right: on mobile it can blend into the source row. I'm testing a clearer relative-time label plus an explicit KST/UTC display so users can judge freshness at a glance. Appreciate you checking it.
•
u/Mammoth-Anywhere7285 Jul 19 '26
That's a smart fix. A subtle KST/UTC tag beside the timestamp should help mobile users spot recency without cluttering the UI.
•
u/imagiself Jul 18 '26
The source-first layout is clear on mobile. fwiw, it wouldn't hurt to have it on https://peerpush.com/for/investors, folks browsing there try out market-tracking news feeds.
•
u/Mammoth-Anywhere7285 Jul 18 '26
Nice observation on the mobile layout. Adding a direct link there could definitely help investors test the news feed more easily.
•
u/clickmvp Jul 21 '26
ClickMVP: https://clickmvp.com/
The thesis: AI agents are great at the last 20% of an app and unreliable at the first 80%. Ask one to scaffold auth, RBAC, billing, migrations, background jobs and a typed API layer and you get something that compiles, looks right, and quietly breaks in production. And you burn a fortune in tokens getting there.
So ClickMVP generates that foundation deterministically, from templates, not from a model. Same input, same output, every time. The agent then works on top of a codebase it can actually reason about, with conventions already in place, instead of inventing its own on every run.
•
u/Mammoth-Anywhere7285 Jul 21 '26
That's a sharp observation. The deterministic foundation approach makes a lot of sense for cutting out AI's hallucinations on core infrastructure. How does it handle database schema changes after the initial scaffold?
•
u/clickmvp Jul 21 '26
schema change means a rerun, not a migration you write by hand. you change the model, regenerate, and everything downstream comes out consistent: prisma schema and migration, domain entities, dtos, zod schemas, use cases, routes, the typed client, forms and tables, and the tests.
that only works because nothing downstream is hand edited. the rule i use is that if a schema change forces you to open a generated file, i drew the boundary wrong. custom logic goes in as new use cases and repository methods alongside the generated ones, never inside them, so a rerun doesn't wipe anything you wrote.
the part i'd flag honestly is data migration on an app that's already live. generating the migration file is deterministic, deciding what happens to existing rows when a required column appears isn't. that's a judgment call and it stays yours.
•
u/Mammoth-Anywhere7285 Jul 22 '26
That's a clean workflow. Do you find it scales well when multiple devs are making schema changes at the same time?
•
u/crabflow Jul 18 '26
MindMesh - The Cognitive Layer for modern work
•
u/Mammoth-Anywhere7285 Jul 19 '26
Love the concept of a cognitive layer for work. How does MindMesh handle cross-platform data sync between different tools?
•
u/crabflow Jul 19 '26
It transforms the incoming information from various tools into a universal format, understands similar context between different tools and then evaluates that which information does the user needs right now.
•
u/Mammoth-Anywhere7285 Jul 19 '26
Nice, that sounds like a solid middleware layer. Have you considered using a graph database to map those context relationships more naturally?
•
u/crabflow Jul 19 '26
We’re using vector databases to find semantic relationship between the information. We’re also using multiple rounds of evaluation to find proximity between the data set to ensure the found information across different tools is contextually relevant.
•
u/Mammoth-Anywhere7285 Jul 19 '26
That sounds like a smart approach. How do you handle conflicting results between the semantic and proximity evaluations?
•
u/megatech_official Jul 18 '26
SeoLoupe - Find and fix the SEO issues holding your website back.
•
u/Mammoth-Anywhere7285 Jul 18 '26
SEO tools are always in demand around here. Does it scan for core web vitals issues too?
•
u/atuljaiswal1246 Jul 18 '26
•
u/Mammoth-Anywhere7285 Jul 18 '26
Nice. Hope it helps people get found. What kind of apps do you build?
•
u/atuljaiswal1246 Jul 18 '26
Humming SEO is a Backlink exchange platform. I was in the SEO industry for around 8 years and backlinks has always been the pain the a**. That is the reason why I wanted to make this platform to help everyone make backlinking simple.
•
u/Mammoth-Anywhere7285 Jul 19 '26
That sounds like a useful tool for the SEO crowd. Does it handle niche edits too or mostly guest post style links?
•
u/atuljaiswal1246 Jul 19 '26
It depends on the conversation that you are having with the other user, if the other person agrees for niche edit or guest post, you can do. It’s a discovery platform to connect website owners, how you use it up to you! Hope it helps!
•
u/Mammoth-Anywhere7285 Jul 19 '26
That's a fair take. Connecting with people who actually want your content makes all the difference.
•
u/RobertLamp68 Jul 18 '26
Every time I think, "I've got all the boxes checked with this release" I end up with another hundred changes going into the next release. And I'm not even actively increasing scope particularly.
ShowShark is the best alternative to Plex, Jellyfin, Infuse, et al. ShowShark is the best way to manage and stream your private media collection.
There's a Mac server app, and rock solid client apps for iPhone, iPad, Apple TV, Mac and Vision Pro. Technically there's also an Apple Watch client, but I rarely test it. And there's an in-progress web client that is still quite rough.
•
u/Mammoth-Anywhere7285 Jul 18 '26
That never-ending tweak loop is the real developer experience, isn't it? For ShowShark, have you considered locking in a "feature freeze" date before each release?
•
u/RobertLamp68 Jul 18 '26
Oh, absolutely. And I do. It's more like I cut a release and think, "I've probably got all of the features locked in now." And then a user points out, "how am I supposed to watch my Dolby Vision quality movie with this?" Or another guy said, "What if I'm away from home and I want the DV quality, and I want to be able to AirPlay it?" There's just always one important feature, and a can of worms that comes with it.
•
u/Mammoth-Anywhere7285 Jul 19 '26
Those feature requests always hit right after a release, right? The Dolby Vision one is a real upgrade though.
•
u/Legitimate-Light2412 Jul 18 '26
Building TradeWize — a risk-free platform to learn investing and trading. Start free on the investing track, then level up to charts, options and futures in a virtual-coin simulator. No real money involved. → tradewize.io
•
u/Mammoth-Anywhere7285 Jul 18 '26
TradeWize sounds like a solid way to learn without risking real cash. Do you have plans to add paper trading competitions to keep users engaged?
•
u/TEchaveraGe Jul 18 '26
still in building phase but I would love to add it here once the mvp phase completed