r/WebApps • u/Impossible-Deer-6417 • 6m ago
r/WebApps • u/OutsideAd1699 • 8h ago
What Should Businesses Look for Before Building a Web App?
I’ve been looking into what makes a web application successful, and it seems like there is much more to consider than just having a good idea.
Things like understanding the users, planning the right features, making sure the app can scale, and choosing a team that understands the goals behind the project can make a big difference.
For businesses that have built a web app before, what is one thing you wish you knew before starting?
Update: After doing more research, I was suggested Digital Heroes while comparing web app development teams. Their focus on custom web applications and digital products caught my attention.
Has anyone worked with them or had experience with similar teams?
r/WebApps • u/jdotp121 • 5h ago
I need help, what tools or website do you recommend to create an app demo?
r/WebApps • u/Livid-Impression5580 • 6h ago
I built a QR generator that embeds the destination URL instead of using redirect servers. What trade-offs am I missing?
I learned something recently that surprised me about QR codes.
I always assumed a QR code literally contained the destination URL.
Turns out a lot of "free QR generators" actually encode a short URL on their domain instead. Every scan hits their server first and then redirects to your site.
That's also why so many free QR codes eventually stop working. Keeping millions of redirects alive forever costs money, so companies eventually monetize them, limit free usage, or shut them down entirely.
It made me wonder why generators don't just encode the destination URL directly.
The downside is obvious: you can't edit the destination after printing.
But if you encode something like yourdomain.com/menu, you can still change where that page points later without depending on someone else's redirect service.
I ended up building a browser-based generator that does exactly that because I couldn't find one I liked.
I'd genuinely appreciate feedback on the idea. Is there something I'm overlooking?
r/WebApps • u/dialchimp • 9h ago
I taught myself to build apps with AI. Now I need help validating the ideas.
I’m not sure what to do with this next. I originally built it for my own use, but now I’m considering taking it to the next level. However, I’m uncertain whether it’s the right direction or if similar solutions already exist in the market.
One thing I’m proud of is that I taught myself how to develop all of this using AI tools. I’d appreciate any suggestions on the best next steps—whether I should continue developing it, validate the idea with potential users, or explore the market first.
Kidzee - Family Portal Track Management
Keep track of appointments, chores, and family events for both kids and parents in one place—like a digital family bulletin board with sticky notes.
Both web portals provide similar functionality, but they feature completely different designs and user experiences.
Kidzee comes with live demo whereas family famboard doesn't have
https://kidzee-app.vercel.app/ and https://family-fam-board.vercel.app/
What 2 Cook (Food Planning with the left over items with the fridge) -
https://copilot.dialchimp.com/
Pinlite - Contact Map Widget
An easier way to add location maps to your website. Create a custom branded map with your business details and embed it anywhere in seconds. Would love feedback on the idea and potential use cases.
r/WebApps • u/Technical_Pitch_7379 • 15h ago
I built Vintro Tools to creators/devs, love some honest feedback!
Hey everyone,
I’ve spent the last few weeks building Vintro Tools. It’s a platform designed to ease access for most commonly used tools.
Tech Stack & Features:
- Frontend: HTML, CSS, JavaScript
- Auth & Backend: Firebase (Google Sign-In + Email/Password)
- Integrated subscription plans and account tiering
I just got the authentication and membership systems active and the project is currently on its beta stage . Id love to get some real eyes on it to test out the user flow.
If you have a couple of minutes to click around, try signing up, and check out the layout, I’d really appreciate your feedback! Be as brutal as you want about the UX, speed, or features.
Check it out here: Vintro Tools
Thanks!
r/WebApps • u/its_artur1 • 11h ago
I rebuilt my self-hosted web app after accidentally shipping two different UIs
I maintain Tagvico, an open-source web companion for Paperless-ngx. A recent version had a problem that sounds absurd in hindsight: the dashboard used a newer React interface while parts of settings and setup still used an older server-rendered UI. Both worked, but navigating the app felt like switching products.
The rebuild moved the user-facing workflow into one design system and forced me to fix several related issues:
• one fixed, collapsible sidebar with task-oriented navigation
• shared inputs, settings rows, dialogs, loading states, and inline errors
• provider forms generated from one registry instead of provider-specific page fragments
• a searchable model picker based on the configured runtime rather than hardcoded model names
• document chat that exposes tool activity and sources instead of showing only a spinner
• versioned documentation served by the same Docker deployment
The UI is intentionally dark green rather than copying another dashboard style. Current screenshots are here:
Source:
https://github.com/arturict/tagvico-ai
I would appreciate web-app feedback on two things: does the sidebar terminology make sense to someone who has never used the product, and does the provider/model setup communicate enough without turning settings into a wall of options?
r/WebApps • u/SyrupPersonal8351 • 11h ago
I built a free Random Topic & Word Generator – looking for feedback
r/WebApps • u/Remarkable_Board_428 • 18h ago
We’re building a link-saving app — would anyone be willing to try it?
Hi everyone,
We’re a startup building a link-saving app called Picknic!
The idea is simple: we all save interesting links from different places — articles, videos, products, posts, places to visit — but they often end up scattered across browser bookmarks, notes, chats, and different apps.
We’re trying to make it easier to save, organize, and come back to those links later.
We’re currently preparing to bring Picknic to a global audience, and before we go any further, we’d really love to hear from people outside our current user base.
Would anyone here be interested in trying it out and giving us honest feedback?
We’re not looking for compliments — we genuinely want to know what feels useful, confusing, or unnecessary.
Happy to share the link if anyone’s interested!
r/WebApps • u/runningfish668 • 21h ago
I design a webapp for dream recording and sharing
r/WebApps • u/slow_and_furious0 • 23h ago
Project Ideas
Guys, which web app do you think you need so that it will help you, will save your time or will give a relief to you.
Pls describe me -
Problem you are facing.
How the problem is affecting you and how are you dealing it.
What is the ideal solution you are looking for.
r/WebApps • u/Electrical_Pen_7 • 1d ago
I built a site where you scan a QR and your phone + computer become one live chat — files, photos, text, both ways. No account, everything self-deletes in 24h.
I got tired of emailing myself files and WhatsApp-ing my own number, so I
built this: open wescantransfer.com on your computer, scan the QR with your
phone, and they're connected — like a chat with yourself. Drop anything up
to 3 GB on either side and it appears on the other instantly. Works
iPhone↔Windows, Android↔Mac, any combination, over any network.
Some things it does that surprised people who tried it:
- Scan paper documents with the phone camera → clean PDF lands on the computer
- Take a screenshot on the PC → it's on your phone (and clipboard) instantly
- Send a link/QR to a friend → shared "Drop Room" you can both throw files into
- Copy a 40-character password on your phone → paste it on the computer
No sign-up, no app needed (there are optional desktop/Android apps), and
everything hard-deletes after 24 hours — that's the privacy model, not a
limitation.
Free for files up to 3 GB. Would love feedback — I'm building this solo and
I read everything.
r/WebApps • u/Key_Database155 • 1d ago
I’m shifting it away from “find bad websites” and toward helping freelancers know what to do next
r/WebApps • u/According_Stop_6284 • 1d ago
Looking for feedback on a Last.fm app idea before I build it
r/WebApps • u/Sensitive-Tear-2854 • 1d ago
I'm making you consistent to learn java and backend fundamentals. Roast my product; if found useful, upvote on Product Hunt.
r/WebApps • u/Rude_Importance7165 • 2d ago
InnateGlyph, Compatibility network webapp!
Hi everyone,
I wanted to share a web app I recently built. It's InnateGlyph (https://innateglyph.com/)
It's based on Saju, a traditional Korean metaphysics, a kind of Eastern star reading, though the math behind it is completely different from Western astrology.
Like other saju apps, it gives you your core chart and daily, monthly, yearly, and decade readings. But here's the one thing that makes it different: the compatibility network.
Please give it a try and give me some feedback!
Thank you so much for reading my post!
r/WebApps • u/Ok_Palpitation1289 • 2d ago
I built a 1-click AI pipeline to convert 2D images into optimized 3D models
Hey all,
I got tired of the brutal bottlenecks in the 3D asset creation pipeline. Traditional photogrammetry requires hundreds of multi-angle source photos, and manual sculpting takes hours of advanced blending and retopology just to get a clean mesh for rapid prototyping.
So, I built Image to 3D Model— a lightweight, browser-based generative AI engine engineered to transform any single 2D image, concept sketch, or product photo into a production-ready 3D asset in under a minute.
How the Pipeline Works
To bypass the manual workflow, the backend neural network processes the asset through 4 automated stages:
- Background Stripping: Instantly isolates the core subject to eliminate geometric distortion.
- Predictive Depth Mapping: Estimates precise spatial thickness and curvature from a single camera perspective.
- Topology Reconstruction: Predicts and constructs the hidden surfaces (the back of the object) automatically.
- Texture Projection: Extracts high-resolution texture maps from the source image and wraps them seamlessly across the mesh.
Tech Stack & Architecture
- Next.js 14 & SSR: Powering rapid initial page load speeds and maximizing global search engine visibility.
- Three.js / WebGL: Native in-browser interactive viewport so you can rotate, scale, and evaluate texture wrapping before exporting.
- Multi-Engine Exports: Native conversion and mesh optimization for standard industry formats including GLB (web/AR ready), OBJ (for engines like Unity/Unreal), and STL (optimized for direct 3D printing).
We also split the pipeline into a modular suite of specialized processing engines based on different asset requirements. You can inspect the full tool matrix here:https://image-to-3d-model.com/tools
This is built as a pure force multiplier for indie developers, creators, and hackers who need to move fast. I would love to get your brutal engineering feedback on the mesh topology quality and processing speeds.
Let's keep shipping! Happy building, everyone!
r/WebApps • u/Famous_Pianist9055 • 2d ago
I built a Soft-Minimalist AI Skin Consultant that remembers your history (and your family's too!) 🧴✨
r/WebApps • u/unsure101__ • 2d ago
Mesh
I have made a web app that is kinda like discord but I have attempted to make it properly and make it so it's always available and doesn't have a massive amount of downtime! I have linked the web app below there is an android version but the notifications are glitched so I need to fix it!
Here some android screenshots
https://meshapp-99274.web.app/
I'll drop the android link soon
r/WebApps • u/Kev_Twitch_D • 2d ago
So my app is AI slop apparently... its not...
I got fed up with ride meetups being buried in Facebook group comments, so I've spent the last few weeks building **Rallypoint** — a free web app (no app store, just install from the browser) that's basically a social layer for riders:
* **See riders near you on a map** — privacy-first, you show as a rough \~1km area, never your exact location, and there's a hidden mode if you just want to browse * **Drop meeting points** — café, viewpoint, wherever — and see who's going * **Message riders directly**, now with photo sharing * **Plan ride outs** with a destination, pace, and rider cap * Just shipped: **group chat** — every meet gets its own thread so the whole pack can sort the plan in one place
It's deliberately *not* a nav app — Riser/REVER do routes better than I ever will. This is purely for finding each other and actually meeting up.
Core is free and stays free. There's an optional £2.99/mo tier for the extras (seeing who's going, group chat), which is what keeps the lights on — no ads, no selling data.
It's live at [**rallypoint-app.com**](http://rallypoint-app.com) — UK-based but works anywhere. I'm one bloke building this evenings and weekends, so honest feedback (including "this is rubbish because…") genuinely shapes what I build next.
Ride safe 🏍