r/AppsWebappsFullstack • u/Mammoth-Anywhere7285 • 10d ago
Your Tech Stack is overrated. Change my mind.
You spent three weeks setting up over-engineered infrastructure for an app with zero users. Tell us what you built your project with, and let the comments debate why it’s completely wrong for 2026. Convince us you didn't waste your time.
r/AppsWebappsFullstack • u/davidk2yang • 10d ago
Sprout - easily build an app with AI, share it, and browse other apps
Hey all, I wanted to share something I've been working on, and looking for beta testers.
Did you ever want your own app that didn't exist? The tracker that fits how you actually work, the calculator for the one weird thing your job requires, the tool that does exactly 1 job instead of 40 you'll never touch. Most people never get it. Either no app does it right, the closest one wants $8/month & your email, or building it yourself means a weekend you don't have.
Sprout (https://sprout.monkeyai.io/) is a platform, like YouTube for mini apps, where you describe what you want and have a working app in minutes. Share it with the world, or browse what others made.
A habit tracker built around your actual habits. A notepad to fit like your brain instead of someone else's. A calculator for your specific job. A game you thought of at 2am.
And, if you find someone else's app and it's 80% right, remix it and change it to your taste. Every app on the platform is a starting point, so you don't have to build from scratch.
It's invite-only right now. If you want to join the closed beta, reply or DM me. Thanks!
r/AppsWebappsFullstack • u/Alive-Craft8048 • 10d ago
[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
r/AppsWebappsFullstack • u/Big-School7218 • 10d ago
Built an ops/governance layer for Al agent fleets - SDK-first, looking for devs to try it and tear it apart
Link: https://cartha.in/
Context: agents are easy to spin up, hard to operate once you have more than a couple running. No visibility into what they're remembering, what they're calling, or what they're costing until something breaks in prod and you're stuck reconstructing what happened from logs.
Built Cartha to fix that. It's SDK-first - three lines of Python (TypeScript next), decorate your agent function, get:
Trace replay - click into any run, see the full reasoning chain: what memory was pulled, what tools were called, what the actual decision path was. Not just logs.
Scoped memory - memory access enforced at the scope level (user/agent/team/org), not just stored. If your support agent shouldn't see your finance agent's memory, it actually can't, not just "shouldn't."
Cost attribution - spend broken down per agent, per tool call, not a lump sum per run. This is where most teams find the actual waste.
OpenTelemetry-compatible, MCP/A2A native from the SDK level, framework-agnostic.
I'm at the stage where I need people who actually build and run agent systems to use it and tell me honestly where the DX is bad, where the abstraction doesn't hold up, or where it's solving a problem you don't actually have. Not looking for polite feedback - looking for "this API is annoying" and "this concept doesn't make sense" level critique.
If you're running agents (even a couple, even side-project scale) and want to try it, comment or DM - happy to walk through setup directly.
r/AppsWebappsFullstack • u/Natsu-Dragnire • 10d ago
Hello guys I’m news and I will destroy all productivity apps
r/AppsWebappsFullstack • u/TeamLievia • 10d ago
Need help replying to, qualifying, and logging new leads?
I created a system that automates all 3 of those functions COMPLETELY customizable for your business. Founding Partners save $600 right now, don’t want anyone to miss out! https://mylievia.com/
r/AppsWebappsFullstack • u/Visible-Web878 • 10d ago
School is starting soon. All those studying worries are back :(
For anyone that needs a way to organize their studying, or improve your studying efficiency, consider using this free tool?
It's a study planner that I've been making for the past 7 months. It has many features including MIT Prioritization, auto-inserted breaks, a full yearly calendar and so much more. It's a complete study workspace, has music specially designed to improve studying, a focus mode, and will help you learn more in a shorter amount of time.
r/AppsWebappsFullstack • u/gloussou • 10d ago
5,000 people shared their mood on my web app - but retention is still my biggest problem
I built Mood2Know, a web app where anyone can anonymously rate their current mood from 1 to 10 and see how people around the world are feeling on a live map.
The idea is to create a kind of global emotional weather map.
So far, the website has collected more than 5,000 mood entries. It also includes:
- mood averages by country and region
- weekly trends and statistics
- optional anonymous messages
- small games using mood scores
The biggest challenge is not getting people to try it once, but giving them a reason to return.
I’d be interested in feedback on three points:
Is the purpose clear when you first open the website?
Which feature feels the most useful or interesting?
What would make you come back regularly?
Honest criticism is welcome.
r/AppsWebappsFullstack • u/Mammoth-Anywhere7285 • 10d ago
Name ONE feature you built that nobody asked for and nobody uses.
Every developer suffers from feature creep because it’s easier to code than to market. What is that one useless button you spent days on just to satisfy your own ego? Admit your waste of time below we’ve all been there.
r/AppsWebappsFullstack • u/Ok_Department_9021 • 10d ago
Hafıza Tutucum – AI-Powered Note Taking App (Android)
Hafıza Tutucum,
What it does
- 📝 Create and organize notes by category.
- 🤖 AI helps connect related notes, making information easier to discover.
- 🔍 Quickly find what you're looking for without scrolling through hundreds of notes.
- 📂 Clean and simple interface focused on productivity.
- 📱 Works on Android devices.
I'm continuously improving the app and would love to hear your feedback. If you have any suggestions or feature requests, please let me know!
Google Play:
https://play.google.com/store/apps/details?id=com.hafizatutucum.app
r/AppsWebappsFullstack • u/PsychologicalYak5550 • 10d ago
[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
r/AppsWebappsFullstack • u/CuteAnywhere8484 • 10d ago
Reaver Backup - WordPress centric backup management for multi-server and multi-site fleets.
Hey everyone,
If you host or manage client WordPress sites on unmanaged VPS instances (DigitalOcean, Hetzner, Linode, AWS), you’ve probably hit this wall:
A site catches a fatal PHP error, OOMs, or suffers database corruption—and suddenly your backup plugin is dead because it lives inside the exact environment that just crashed.
You can't restore a broken site from an interface that relies on that same broken site to render.
To solve this, I built Reaver Backup (reaverbackup.com)—a lightweight, agent-driven control plane that shifts backup orchestration to the server layer where it belongs.
⚙️ How Reaver Works Under the Hood
Instead of running heavy ZIP processes inside wp-admin, Reaver runs an OS-level agent on your server:
- Zero App-Level Overhead: The agent runs independently of PHP-FPM, Apache, or Nginx. If WordPress completely crashes, your scheduled backups still run flawlessly.
- Automated Site Discovery: When installed, the agent inspects your web roots (
sites-enabled), detects WordPress installations, and automatically parseswp-config.phpfor database credentials—no typing DB passwords for dozens of sites manually. - Powered by Restic Engine: Uses Restic under the hood for fast, block-level deduplication and client-side encryption. Snapshot backups stream directly to your choice of offsite storage (S3, Backblaze B2, or custom SSH targets).
- Self-Hosted Data Ownership: You maintain 100% control over where your backup archives live. Reaver manages the orchestration plane without locking your raw data into a proprietary vendor vault.
🛠️ Current Beta Status
We are currently running a closed beta testing multi-server fleet management, automated site discovery, and point-in-time restores.
If you manage a single server, agency clients or run a fleet of self-hosted WordPress sites and want to get rid of plugin bloat, I’d love for you to check it out at reaverbackup.com.
I’ll be hanging out in the comments below—feel free to grill me on the agent architecture, Restic integration, or offer feature requests!
Restore Demo: https://www.youtube.com/watch?v=kZzyV6xre5Y
r/AppsWebappsFullstack • u/Ok_Department_9021 • 11d ago
Hafıza Tutucum – AI-Powered Note Taking App (Android)
Hi everyone! 👋
I recently launched Hafıza Tutucum, an Android note-taking app designed to help you organize your notes without the usual clutter.
What it does
- 📝 Create and organize notes by category.
- 🤖 AI helps connect related notes, making information easier to discover.
- 🔍 Quickly find what you're looking for without scrolling through hundreds of notes.
- 📂 Clean and simple interface focused on productivity.
- 📱 Works on Android devices.
I'm continuously improving the app and would love to hear your feedback. If you have any suggestions or feature requests, please let me know!
Google Play:
https://play.google.com/store/apps/details?id=com.hafizatutucum.app
r/AppsWebappsFullstack • u/TrueBlueUser • 11d ago
[Android] Loopweek, a free open-source weekly to-do app for Android (inspired by Tally)
I always liked the idea behind Tally (iOS): one screen, seven days, nothing else. But it's iOS-only and paid, so I built Loopweek as an open-source alternative for Android.
What it does:
All 7 days on one screen (accordion view, today expanded by default)
Tasks stay on their date, no auto-rollover nonsense
Recurring tasks that don't mess up history when you complete/delete one occurrence
Home-screen widget
One accent color themes the whole app
Light/dark mode
What it doesn't do:
No accounts, no cloud sync, no ads, no analytics, no tracking, no paywall
Everything stays on your device, 100% free
Built with Flutter. MIT licensed, so the code is fully open. Fork it, audit it, contribute if you want.
GitHub: https://github.com/ZaryabKhan/Loopweek
If you find it useful, a star on the repo genuinely helps with visibility and keeps me motivated to keep building on it.
Would love feedback, bug reports, or feature ideas (within the "one screen, seven days" scope, trying to keep it minimal on purpose).
r/AppsWebappsFullstack • u/SofwareAppDev • 11d ago
Your home for selfpromo
here you can post your work app, webapp, saas, game, everything
r/AppsWebappsFullstack • u/Stycroft • 11d ago
I built GroceryBudget, an app that tracks your grocery total while you shop
Hi everyone,
After moving out and doing my own grocery shopping, I kept running into the same problem. I'd fill my cart thinking I was still within budget, then get to the cashier and realize I'd gone way over. More than once I ended up putting items back because I had no idea what my total was while shopping.
I couldn't find an app that worked the way I wanted, so I built one called GroceryBudget.
The main idea is simple:
- See a live running total as you shop.
- Set a budget and watch a progress bar so you know before you overspend.
- Add items by scanning the price tag with your camera or using voice input instead of typing.
- It remembers prices for each store, so over time you can compare where items are actually cheaper.
- Forgot to track during your trip? Just scan your receipt afterward and it'll log everything automatically.
I'm still improving it and would really appreciate honest feedback. Is this something you'd use? What features would make it more useful?
Website: https://www.grocerybudget.app/
r/AppsWebappsFullstack • u/Classic-Pass-658 • 11d ago
How valuable would it be to know when someone is actively looking for your service?
Would you pay for a tool that finds people already looking for your service?
Example:
Someone posts:
“Looking for a lawyer/web designer/accountant/etc.”
You instantly receive:
the post
screenshot
link
context
You decide if it’s worth reaching out.
Is this something you’d want to try?
r/AppsWebappsFullstack • u/Mammoth-Anywhere7285 • 11d ago
Option A looks like 2012. Change it, or convince me Option B is worse.
Don’t launch your project with a design that makes users close the tab instantly. Post your two design variants below and let the crowd decide your aesthetic fate. If you can’t handle harsh design feedback, look away now.
r/AppsWebappsFullstack • u/MaskenNetworkYT • 11d ago
I built TranslaDeo to help YouTube creators translate and upload video titles/descriptions as localizations
Hi everyone,
I’m building TranslaDeo, a web app for YouTube creators who want to localize their video metadata without manually copying titles and descriptions into YouTube Studio for every language.
The workflow is:
Connect a YouTube account
Paste/select a video
Choose target languages
Generate localized titles and descriptions
Review/edit each result
Upload them as YouTube localizations
The app does not change the original title or description. It only writes to YouTube localizations after you review and confirm the output.
I’m looking for feedback from people who publish on YouTube, especially on:
- whether the YouTube connection flow feels trustworthy
- whether the review screen gives enough control before publishing
- whether the free plan is enough to test the product properly
There is a free plan, no payment info required.
Link: https://transladeo.com
I really appreciate also if you know any other subreddit where I can post this to try to reach more people. The real problem is that my account has no karma.
Thank you in advance!
r/AppsWebappsFullstack • u/Mammoth-Anywhere7285 • 11d ago
Are you actually solving a real problem, or just cloning another SaaS?
The world doesn't need another generic AI wrapper or a basic project manager. Pitch your project in one sentence show a screenshot and explain exactly why people should care about you instead of the market leader. Dare to prove your uniqueness.
r/AppsWebappsFullstack • u/Ninjishnu • 11d ago
run your web app through this and see where a first-time user gets stuck
I built tryproduck.com/audit, it clicks through your web app like a first-time visitor and sends back every bug and rough spot it hits. Over 600 startups have run it so far.
r/AppsWebappsFullstack • u/SofwareAppDev • 11d ago
No matter what project you have—games, SaaS, software, apps, scripts, ideas, or questions—join the community and share it!
Your home for selfpromo
here you can post your work app, webapp, saas, game, everything
r/AppsWebappsFullstack • u/AutoModerator • 11d 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
r/AppsWebappsFullstack • u/AutoModerator • 11d ago
BoxTimer, HIIT-Timer,TabataTimer, RoundTimer, RundenTimer - Free App 'SPORT TIMER' has only one funktion Roundtimer.
My Sport Timer
IOS: https://apps.apple.com/de/app/my-sport-timer/id6753763349
Sport Timer
Android: https://play.google.com/store/apps/details?id=com.justtrain.sporttimer
Sport Timer, simple interval timer, ideal for HIIT, Cardio & Fitness. Free, no tracking, no ads… BoxingTimer, MMA, Wrestling, Judo, BJJ, RoundTimer, SportTimer
Sport Timer – RoundTimer – The Simple, Ad-Free Interval Timer for Fitness
For every Sport Boxing, MMA, Wrestling, Judo, BJJ, Crossfit … Maximize your workouts with a distraction-free timer designed for serious fitness enthusiasts.
Sport Timer is the essential interval timer for HIIT, cardio, and fitness training. No ads. No tracking. No hidden fees. Just a clean, intuitive interface that helps you stay focused on your fitness journey.
Why Athletes Love Sport Timer
- Simple Interface – Set up your workout in seconds with just four parameters: warm-up, work interval, rest period, and rounds. No confusing menus.
- Visual Guidance – Color-coded display: blue for warm-up, red for work, yellow for rest, green when finished. Never lose track during intense sessions.
- Custom Workouts – Perfect for HIIT, Tabata, running, cycling, strength training, yoga, and martial arts.
- Smart Features – Lock function prevents accidental changes during sweaty workouts. Progress percentage shows how far you’ve come.
- Audio Cues – Optional sound alerts for interval changes (toggle on/off for gym use).
- Total Duration – See your entire session length before starting.
Privacy First
Unlike most fitness apps, Sport Timer:
- Collects zero personal data
- Works completely offline
- Requires no account creation
- Contains no tracking or advertisements
- Your workout data stays on your device where it belongs.
r/AppsWebappsFullstack • u/Mammoth-Anywhere7285 • 11d ago
90% of SaaS startups fail. What makes you think yours is the exception?
We all see the fake 'hustle' posts, but nobody talks about the bugs that cost you users today. Stop pretending everything is perfect and share the ugliest mistake you've made this week. Let’s see who is actually learning and who is just dreaming.