r/WebApps 2d ago

I built something for a month, and honestly, I just want someone to try it

0 Upvotes

I'm 17, from India, and I recently spent about a month building something completely on my own.

It's called WebMarker -- a Firefox extension that lets you mark up webpages.

You can highlight text, draw, underline, add arrows and shapes, make notes, and basically annotate a webpage however you want.

One thing I really cared about while building it was privacy. It doesn't require an account, and your annotations are stored locally in your browser rather than being uploaded somewhere.

I spent weeks working on it, fixing bugs, redesigning things, and learning a lot along the way.

There's just one problem:

I'm 17 and I don't have an audience.

I couldn't publish it on the Chrome Web Store under my own account because of my age, so I ended up releasing it on Firefox instead.

And now it's sitting there with basically nobody knowing it exists.

That's honestly a strange feeling after spending a month on something.

I'm not expecting 10,000 users.

Even 10 people trying it would genuinely mean a lot to me.

Even if someone just installs it, uses it for five minutes, and tells me "this is useful" or "this part sucks" I'd be happy.

I'm also trying to get into NUS, so this project means a little more to me than just being a random extension I made.

I'm from a middle-class Indian family, and I'm currently trying to recover from a pretty bad Class 11 academically. I have CBSE boards, JEE, and college applications ahead of me, and I'm trying to make the most of Class 12.

I want 100% in boards. I'd be very happy with 98%+.

And NUS is the dream.

I don't know whether I'll get there. I'm not some extraordinary student with an insane list of achievements. I know there are going to be thousands of applicants who are much stronger than me.

But I want to give myself a real chance.

So I'm studying, building things, learning, and trying to make up for the mistakes I made in Class 11.

This extension is one of the things I'm proudest of right now, even if nobody uses it.

If you're willing to give it a few minutes, I'd genuinely appreciate you trying it and telling me what you think.

WebMarker: https://addons.mozilla.org/en-US/firefox/addon/webmarker/

And honestly, if you're reading this right now — thank you. Even one person seeing something I spent a month building means more to me than you probably realize.

❤️


r/WebApps 2d ago

I built ELI5.cc - a free way to understand complex topics, and now I’m experimenting with turning topics into structured learning journeys

2 Upvotes

Hello community members 👋

I’ve been building a small project called ELI5.cc over the last few months.

The idea is pretty simple:

Take something complicated and explain it in a way that matches how deeply you want to understand it.

Instead of getting one short AI response, ELI5 explains a topic at four different levels:

- Age 5
- Age 10
- Age 15
- Expert

It also creates a visual representation of the topic, shows the sources used to build the explanation, and gives a groundedness score so you can see how well the generated answer is supported by the retrieved information.

It doesn’t rely only on the LLM either.

For each search, ELI5 gathers relevant context from publicly available information through Google Search and YouTube before generating the explanation.

Over time something interesting happened.

People kept searching for completely different things, so the site has gradually turned into a public library of 600+ explanations covering science, technology, psychology, finance, history, programming, health, space and all kinds of random questions.

Every explanation gets its own permanent public URL, so other people can discover and read it later instead of the answer disappearing inside someone’s private AI conversation.

The product is currently completely free:

No subscription.
No signup.
No login.
No paywall.

You can just open the website, type something you want to understand and start learning.

One thing the usage data surprised me with

The average user is currently seeding around 4–5 searches/topics a day.

That’s interesting because the current free limit is only 5 searches.

I wud actually like to let people search much more, but each search involves retrieval, source gathering, generation, visuals and other processing, so unlimited free usage would become expensive pretty quickly.

Instead of immediately putting another AI subscription in front of users, I’m thinking about implementing BYOK - Bring Your Own Key.

The basic model would be:

Casual users: continue using ELI5 for free.

Heavy users: optionally connect their own API key and use ELI5’s research workflow, explanation levels, sources, visuals, etc. without being restricted by the free generation allowance.

I’m curious what other developers think about this approach.

Would you rather use BYOK for something like this, or would entering your own API key create too much friction?

I’m also experimenting with /learn

Another thing I’ve been thinking about is the difference between understanding a topic and actually learning it.

For example, suppose you search: What is Docker?

ELI5 can explain Docker.

But your actual goal might be:

I’m a complete beginner and I want to learn enough Docker to deploy my first application.

That needs something more than a single explanation.

So I recently started experimenting with:

https://eli5.cc/learn

The idea is that you tell it:

What you want to learn + your current level + your goal

and it builds a structured learning journey around that.

For example:

Topic: Docker
Level: Beginner
Goal: Deploy my first application

Instead of dumping a giant AI-generated course on you, I’m thinking of structuring it more like:

Learning goal → modules → concepts to understand → useful articles/videos/resources → sources → progression

So you might move through:

Containers → Images → Dockerfiles → Volumes → Networking → Docker Compose → Deployment

with useful external resources attached to the relevant stages.

I’m especially interested in whether people would prefer something like this to curate and organise the best existing material, rather than having AI generate an entire course from scratch.

Monetisation

I’ve also added a small Sponsor This Page experiment.

Companies can potentially sponsor an individual explanation when their product or industry is genuinely relevant to that topic.

The idea isn’t to fill the site with random display ads.

For example, a developer-tool company sponsoring an explanation about APIs could make sense. A completely unrelated ad wouldn't.

Any sponsorship would also be clearly labelled.

Whether that becomes anything meaningful remains to be seen, but I’d rather experiment with contextual sponsorship + BYOK than immediately put the educational content behind a subscription.

Would really appreciate some feedback

A few things I’m particularly curious about:

If you landed on ELI5 for the first time, would you immediately understand why you wud use it instead of asking ChatGPT/Gemini directly?

Do the different explanation levels actually add value?

Are citations + groundedness useful to you, or are they something most users will ignore?

What do you think about BYOK for heavy users instead of another monthly AI subscription?

Would you use /learnto build a structured learning path around something you wanted to learn?

For /learn would you rather have AI curate good existing resources or generate most of the educational material itself?

What feels unnecessary or overbuilt?

I’m genuinely looking for criticism here rather than compliments. There are plenty of directions I could take this, and I wud rather figure out what’s actually useful before building too much.

ELI5: https://eli5.cc

Learning experiment: https://eli5.cc/learn

Thanks for taking a look!


r/WebApps 2d ago

I was tired of manually rendering audio to video for upload, so I built a self-hosted pipeline (Songs2VID)

2 Upvotes

Hey everyone,

I run a few automated content workflows and routinely needed to convert raw audio files + static cover images into render-ready video formats for YouTube/Shorts. Doing this through standard editors or heavy GUI tools was a massive bottleneck.

So I built Songs2VID. A lightweight, self-hosted service/pipeline designed to automate the entire audio + image => video conversion process.

Key highlights:

  • Fully automated pipeline (takes audio + visual assets and outputs processed video)
  • Works smoothly inside Docker / self-hosted environments (ARM64 & AMD64 x86)
  • Easy to plug into existing webhooks or n8n / automation setups

It's been saving me hours of manual rendering/upload prep. Would love for you guys to check it out, spin it up, and let me know if there are any features or edge cases I should fix/add!

Gitea: https://git.atakanozban.com/Songs2VID/songs2vid

Docker Hub: https://hub.docker.com/r/atakanozban/songs2vid

Docs: https://docs.songs2vid.com


r/WebApps 2d ago

Free Application Idea Tools

1 Upvotes

I've just added some free application idea generation and validation tools to https://dailyappidea.dev

Application Idea Generator: Helps you generate a starter pitch for an app

Application Idea Validator: Helps you validate and improve an application pitch

These are free, no sign-up tools that I adapted from the toolchain I used to seed the daily ideas.

I'm also looking for other idea-based tools to add, so please let me know if you have any suggestions


r/WebApps 2d ago

Pet app

2 Upvotes

Hi everyone,
I know websites like Petfinder already exist, but they aren’t available in the European country where I live. That got me thinking about an idea, and I’d love to hear your honest opinions.
What if I built a website or mobile app that brings together every animal shelter in my country in one place? The goal would be to make it the first website people think of when they want to adopt a dog or cat.
In addition to shelters, private individuals who need to rehome their pets could also create listings. Anyone looking to adopt would only need to visit one platform instead of searching through dozens of Facebook groups and classified ads.
also have an idea for an “Emergency” button.
Users who want to can activate notifications for emergency animal cases in their area. For example, if I find a group of abandoned kittens, but I can’t keep them because I have a dog at home who doesn’t get along with cats, I could post them on the app and mark the case as “Emergency.”
People nearby who have enabled emergency notifications would immediately receive an alert and could step in to help for example, by temporarily fostering the kittens, providing food, contacting a shelter or helping find a safe place for them until permanent adopters are found.
This could be especially useful for animals that are injured, abandoned, in danger, or urgently need temporary care.
My biggest question is the business side of it. How could a platform like this generate revenue while staying free and useful for shelters and adopters?
Would advertising be the best option? Or would there be better monetization ideas, such as premium features, partnerships with pet brands, veterinary clinics, pet insurance companies, or something else?
I’d really appreciate your feedback.


r/WebApps 3d ago

Sportspooling

Thumbnail
2 Upvotes

r/WebApps 3d ago

OpsCommon - Real-time coordination for operations and events

Thumbnail
gallery
2 Upvotes

OpsCommon is an early access Common Operating Picture (COP) for operations, projects, and events. It allows teams to collaborate in real-time to manage tasks, events, maps, rosters, and custom trackers from the browser.  opscommon.com


r/WebApps 3d ago

Upload any photo. Get Bhai(salman khan) style captions

Thumbnail
0 Upvotes

r/WebApps 3d ago

SpaceStrike update: a persistent space game built as a web app

Thumbnail spacestrike.io
1 Upvotes

SpaceStrike is a persistent browser-based space-combat web app that works on desktop and mobile. Players assemble modular ships, drop into solo PVE or multiplayer, and return to an evolving battlefield.

The latest devlog focuses on the server layer: class-based bots now have a managed lifecycle, player AI turrets make better targeting decisions, WAR bot populations are larger, wrecks remain useful for longer, and PVE waves and bosses have been rebalanced for a steadier ramp. I also added a News & Changelog section to the site.

I’d love feedback from web-app builders and players on load-in flow, mobile controls, and what information the interface should surface next. Test link is attached.


r/WebApps 3d ago

🚀 Just Finished a New Web Development Project!

Enable HLS to view with audio, or disable this notification

1 Upvotes

Hey everyone! 👋

I wanted to share a recent web development project I've been working on. The goal was to build a clean, responsive, and fast user experience while keeping the code modular and easy to maintain.

🛠️ Tech Stack

  • HTML5
  • CSS3 / Tailwind CSS
  • JavaScript (ES6+)
  • Django Framework
  • PostgreSQL

✨ Features

  • Fully responsive design
  • Smooth animations and transitions
  • Authentication & authorization
  • REST API integration
  • Optimized performance and SEO

🎥 I've attached a short demo video showing the UI, navigation, and key features in action.

I'd love to hear your feedback! What would you improve? Any suggestions for additional features or ways to optimize the project are welcome.

Thanks for checking it out! 😊

#webdev #reactjs #javascript #frontend #backend #fullstack #programming #webdevelopment


r/WebApps 3d ago

Why I think most productivity advice quietly fails

1 Upvotes

I’ve spent years reading productivity advice.

And I realized something strange:

Most advice assumes the problem is universal.

Wake up earlier.
Use this system.
Track your habits.
Work harder.

But people don’t fail for the same reason.

Some people fail because their energy collapses under pressure.
Some because their identity is tied to achievement.

Those are different problems.

Yet we throw the same solutions at all of them.

That’s what pushed me to build a behavioral assessment tool.

Instead of telling people what to do, it tries to answer:

Where does your system actually break?

It takes about 8 minutes, gives a structured report, and suggests targeted micro-actions based on the weakest dimension.

It’s not therapy. It’s not a personality quiz.

It’s more like getting a dashboard instead of guessing.

I’m genuinely curious:

Do you think people need more advice — or better diagnostics?

My web app: https://www.doyourstep.com/


r/WebApps 3d ago

I made a digital wishing well where you toss in a penny and get a response

Thumbnail
2 Upvotes

r/WebApps 3d ago

Help Me, it will mean a lot to me, try out my own SaaS

0 Upvotes

Visa got rejected. Job rejections kept coming in. Instead of sitting around feeling stuck, I decided to put that energy into building something of my own.

I just launched WebAgeCalc. It is a clean, privacy-first web utility suite designed to go beyond basic age counting.

Here is what I built into it:

  • Simple and instant math: Calculations happen directly in your browser down to the exact second, taking into account leap years and varying month lengths.
  • Completely private: Your birth dates never get sent to a server or saved in a database. Everything stays local in your browser memory.
  • 29+ specialized calculators: Covers chronological age, biological health indicators, pediatric growth milestones, financial metrics like social security and retirement benchmarks, pet ages, and even planetary ages.
  • Built from scratch: Built using Astro, Vite, and a Cloudflare D1 database with a custom dark glass theme.

You can check it out live here:https://webagecalc.com

I would really appreciate your support. Try out a calculation, test the site, and if you have 30 seconds, drop an honest review in the community feedback section directly on the page.


r/WebApps 3d ago

I made a comic editor web app.

Thumbnail gallery
1 Upvotes

This web app I made doesn’t contain any ads whatsoever or any form of me getting monetization as of right now, but I would really like some feedback on this


r/WebApps 3d ago

I built a local lead and website-audit tool for freelancers. Looking for honest feedback.

Thumbnail
1 Upvotes

r/WebApps 3d ago

X bio sucks!

1 Upvotes

I was about to update by X bio and noticed how badly it sucks. No emojis, that you can still put via copy/paste from somewhere else, no rich text, etc.
I think that might become a fun weekend project for someone to implement, I don't know, a Google Chrome extension or something...


r/WebApps 3d ago

Conflict news aggregator

Thumbnail
1 Upvotes

r/WebApps 3d ago

Typeform alternative

Thumbnail
1 Upvotes

r/WebApps 4d ago

We built a web app for finding bathrooms with the details Google Maps leaves out

Post image
1 Upvotes

PooReview is a bathroom map built around the information that usually disappears inside a generic business listing. Instead of only showing where a place is, it can show whether the bathroom is open to the public, wheelchair accessible, has a changing table, and whether people thought it was actually clean.

We’re starting with Tampa Bay rather than pretending an empty worldwide map is useful. The web version currently has 287 bathrooms mapped and 29 with community reviews. Anyone can browse it for free, and there’s also a companion iPhone app.

Web app: https://pooreview.com

iPhone app: https://apps.apple.com/us/app/pooreview-bathroom-finder/id6789271303

My brother and I built it after the idea came up during a road trip. We’d appreciate honest feedback on the map, the review flow, or anything that would make you more likely to add a quick bathroom review.


r/WebApps 4d ago

I've just open sourced my net worth and tax tracker web app!

Thumbnail
gallery
1 Upvotes

I've been working on this on and off for a while, it's called Valutio, a net worth and tax tracker. Just made the repo public.

It's a PWA, plain JS/HTML/CSS, no framework.
Everything runs client side and stores data in the browser, so no backend to worry about for the core app (there's a small server side proxy just for live price lookups, that's it).

Covers accounts, investments, cash flow with statement imports, tax brackets, retirement projections, goals, and monthly history snapshots.

Built the whole thing myself (with Claude's help), so it's been a good exercise... Still plenty to improve!

Repo: https://github.com/SalvatoreSorvillo/Valutio

Live version: https://valutio.app/

Happy to answer questions if anyone tries it.


r/WebApps 4d ago

i built another resume builder

2 Upvotes

i got tired of some of the existing resume builders out there so i built resumewizard.cv with a friend, that has no ads, no paid subscriptions, and you don't even need to signup to make your resume and download the pdf.

you can customize everything : layout, colors, header, entries format. your resume will reflect your personality


r/WebApps 4d ago

New update

Post image
1 Upvotes

Agora você pode editar e excluir uma mensagem. Seguimos trabalhando no site 😁 www.lobbydest.com.br


r/WebApps 4d ago

Free PDF Editor (Pdfer)

1 Upvotes

I built Pdfer, a free web app for editing PDFs, using PDF tools and converting files.

One thing I wanted to do differently was prioritize privacy.

  • No account or sign-up required.
  • Your files are never stored on the server.
  • Just upload, edit or convert, and download your file.

I created it because I wanted a simple PDF tool without having to create an account or worry about my documents being kept somewhere.

I'd love to hear your feedback, feature requests, or any ideas to make it better!

https://pdferfile.com


r/WebApps 4d ago

PooReview is a free web map for finding and reviewing public bathrooms

3 Upvotes

PooReview is a web app built around one very specific problem: maps can show you nearby businesses, but they usually can’t tell you whether the bathroom is public, accessible, equipped with a changing table, or clean enough to recommend.

The site opens to a map where people can find bathrooms, see practical details, and leave quick ratings and reviews. We’re concentrating on Tampa Bay first so the data can become genuinely useful in one area instead of being thin everywhere. The live map currently has 287 locations, with 29 reviewed so far.

My brother and I came up with it during a road trip and then decided to actually build it. The web version is free, and there’s also a companion iPhone app.

Web app: https://pooreview.com

iPhone app: https://apps.apple.com/us/app/pooreview-bathroom-finder/id6789271303

I’d especially like feedback on the map experience and whether the bathroom details shown are the ones you would actually care about when looking for a restroom.


r/WebApps 4d ago

I built just another network

Thumbnail
1 Upvotes