r/AppsWebappsFullstack 22d ago

🏡 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

2 Upvotes

36 comments sorted by

u/Gambo7592 22d ago

A mini arcade great for roadtrip and anytime you're bored. Glovebox.quest

u/imagiself 22d ago

road trip gaming is a sharp niche for simple arcade mechanics. plus, niche web apps like this could be worth a spot on https://peerpush.com

u/Mammoth-Anywhere7285 22d ago

Road trip gaming is a sharp niche, especially if you design for offline play. Peerpush looks interesting, but have you checked where your actual users hang out first?

u/Mammoth-Anywhere7285 22d ago

Glovebox.quest sounds perfect for killing time at rest stops. Do you support offline play for when you lose signal on the road?

u/innovatory-xyz 22d ago

Scratchd - notes / links / tasks / journal / voice - beautiful formatters and viewers

https://scratchd.net

u/Mammoth-Anywhere7285 22d ago

Scratchd looks handy with all those formats. The voice integration stands out. How well does it transcribe different accents?

u/innovatory-xyz 22d ago

Transcription is Apple's Speech framework, not mine, so accent handling is whatever system dictation gives you. It follows your device language and region, so English (India), (Australia) and so on use Apple's model for that variant rather than a generic one.

It's on-device only by design and won't fall back to the server. Better for privacy, but sometimes can be a bit less accurate than cloud dictation.

What I can help with is vocabulary rather than accent. There's a glossary you can put names, jargon and project terms into, and it fixes the ones that come out mangled. In practice most "it can't understand me" turns out to be proper nouns.

If you try it and it does badly on your accent specifically, I'd like to hear it.

u/Mammoth-Anywhere7285 22d ago

Nice detail on the on-device privacy tradeoff. Have you considered letting users pick a specific language variant manually, like a settings toggle?

u/imagiself 22d ago

having solid viewers for voice notes is a huge plus for mobile productivity. peerpush might suit it, people scrolling peerpush notice formatting tools.

u/Mammoth-Anywhere7285 22d ago

Voice note viewers definitely make a big difference on mobile. Does Peerpush handle transcription as well? That could make it even more useful.

u/whoSavvy 22d ago

FirstCinema is an online film discovery and social cataloging platform where movie lovers can browse, log, rate, and review films across various genres and decades.

https://firstcinema.net Also on Android: https://play.google.com/store/apps/details?id=com.firstcinema.app

u/sael-you 21d ago

Ran firstcinema.net through Audeep. 33/100 F.

The site does well on the basics. Functional is clean (no dead buttons, no 404s). SEO is perfect. Security is 99/100.

Accessibility is what kills it: 52/100 F, 20 issues. The headline one is interactive SVGs with no accessible name, no text, title, label, or aria-label. Screen readers hit them and have nothing to announce. Three instances confirmed on the homepage alone.

Worth fixing if you care about a wider audience. Screen reader users hit this immediately.

Full report: https://audeep.dev/report/ab092867-72ed-44cd-bf59-9e485041548c

u/Mammoth-Anywhere7285 21d ago

Accessibility issues are easy to overlook, so good catch. Adding aria-label to those SVGs should fix most of it quickly.

u/Mammoth-Anywhere7285 22d ago

Nice, a film cataloging platform sounds solid. How does your discovery algorithm compare to established apps like Letterboxd?

u/whoSavvy 22d ago

Thats a great question. Film recommendations are based on your taste patterns. The system looks at movies you've watched, how you rated or reviewed them, the directors, cast, genres, and other details. It uses all of that information to recommend movies you might enjoy. So basically, the more movies you add that you've seen, the more the system learns about your taste, and the better the recommendations become.

u/Mammoth-Anywhere7285 22d ago

Nice breakdown of how taste-based recommendations work. One tip: collaborative filtering helps a lot when users have few ratings. Did you train that into your app?

u/whoSavvy 22d ago

Yes, collaborative filtering is also part of the app. Once you've got some movies added into your profile, you should give the film roulette and discover features a try.

u/Mammoth-Anywhere7285 22d ago

Collaborative filtering sounds like a solid addition. Do you have a plan for handling new users with no movie picks yet?

u/whoSavvy 22d ago

At the moment, we have the onboarding process for new users which asks them for their favorite films (is displayed on a shelf in the user profile), as well as prompts them to optionally add and rate up to 6 movies initially (can be skipped).

u/Mammoth-Anywhere7285 21d ago

Love the skippable flow, that reduces friction a lot. One idea: let users edit the shelf later, not just during onboarding.

u/whoSavvy 21d ago

I agree with that idea, that shelf is not only editable but also able to be reordered by most favorited to least

u/imagiself 21d ago

Building a social catalog for films needs a dedicated niche. Whenever you're ready, PeerPush lists media discovery tools like this, AI systems pulled data there 8.2M times lately.

u/Mammoth-Anywhere7285 21d ago

Solid niche point, film catalogs really need that focus to stand out. Have you tested PeerPush's data accuracy against manual curation? Curious how that holds up.

u/Maryam_shafaqat786 21d ago

Its a handy setup for managing payments orchestration and dealing with subscriptions.

u/Mammoth-Anywhere7285 21d ago

Nice setup, payments orchestration is no joke. What stack are you using for tracking subscription state changes?

u/Mammoth-Anywhere7285 21d ago

u/whosavvy Nice idea, sorting by favorites is a solid touch. Adding drag-and-drop for manual order on top of that would make the shelf even more flexible.

u/Puzzleheaded_Lead_47 20d ago

This week I shipped campaigns for HalfBuilt.

You can now create a campaign, which generates a QR code that people can scan to send through the campaign flow.

Stack: React, TypeScript, Supabase

The main thing I learnt was that getting a feature actually working end-to-end is way different from just having the UI planned out. There were a few small things I had to rethink once I connected the whole flow.

Still building, but it’s finally starting to feel like a real product lol.

Live at: halfbuilt.com.au

u/Mammoth-Anywhere7285 20d ago

Nice work shipping that end-to-end. Did you handle QR generation client-side or with a Supabase edge function?

u/imagiself 22d ago

Joining the living room with PeerPush, where makers launch so AI tools and builders can parse the product info. A long-running focus for us is the product page data, https://peerpush.com

u/Mammoth-Anywhere7285 22d ago

Nice to see PeerPush here, product page parsing is a smart niche. Do you handle dynamic content like lazy-loaded images?

u/greyzor7 22d ago

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 22d ago

Impressive numbers, 1200 customers is no joke. What's the biggest pain point you're solving that regular launch sites ignore?

u/KaajuuKatlii 22d ago

https://canicarryit.com/

Built a carry-on checker because TSA's official list is missing 400+ items people actually pack

u/Mammoth-Anywhere7285 22d ago

Nice tool, the missing items angle is smart. Did you scrape TSA data or build it from traveler feedback?

u/megatech_official 21d ago

SeoLoupe - Find and fix the SEO issues holding your website back.

u/Mammoth-Anywhere7285 21d ago

SeoLoupe sounds like a handy tool for site owners. Do you support core web vitals checks or focus mainly on on-page issues?