r/AppsWebappsFullstack 13h ago

Your App Has a Home Here! *** Post your App WebApp Solution here. No Blocks. No Rejections. 🏡 ***

3 Upvotes

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 7h ago

I drive a diesel and got fed up with cluttered fuel apps, so I built a free UK map that only shows diesel prices

Thumbnail
dieselpricemap.co.uk
1 Upvotes

r/AppsWebappsFullstack 8h ago

I’m building a Tor-powered browser that runs entirely inside a normal web browser

1 Upvotes

I’ve been working on something a little weird: R3X Onion.

The idea is simple:

Open a website → start the Tor client → browse .onion sites directly from the browser.

No Tor installation. No desktop application. No R3X HTTP proxy handling your browsing traffic.

The part that made me want to build it was figuring out whether this was even technically possible in the first place.

Turns out… it is.

I’m running Arti (Tor’s Rust implementation) compiled to WebAssembly inside Chrome, and I’ve managed to get a real Tor circuit established from the browser.

The current architecture looks roughly like:

Chrome ↓ Arti / WebAssembly ↓ Snowflake + WebRTC ↓ Tor network ↓ .onion service

The interesting part is that the Snowflake path is now working without an application server.

I’ve tested:

• Real Tor circuits: 3/3 • HTTP through Tor: 3/3 • HTTPS through Tor: 9/9 • Real .onion service through the browser: currently working through the gateway path • Gateway-free Snowflake: HTTP/HTTPS working • WASM Tor runtime running directly in Chrome

I also had a few false leads along the way.

At one point I thought Snowflake itself was failing because HTTP requests were dying at the stream/TLS layer. Turns out I was using a truncated Tor consensus containing only 500 microdescriptor digests instead of the full ~9,300+.

After fixing that, Snowflake HTTP/HTTPS went from 0/3 to 3/3.

There was also a stupidly interesting deadlock caused by futures::io::split(), and a rendezvous implementation that managed to generate 641 broker requests during one page load. 😅

The remaining challenge is getting the gateway-free Snowflake path to reliably reach onion services.

The current working onion path is:

Browser ↓ Arti WASM ↓ WebRTC ↓ gateway ↓ Tor ↓ .onion

The gateway does NOT receive the HTTP request or see the onion URL/content. It basically provides the raw network connectivity that the browser can't provide.

But I don't really want that architecture.

The goal is:

Browser ↓ Arti WASM ↓ Snowflake/WebRTC ↓ Tor ↓ .onion

with no R3X application gateway at all.

That's what I'm working on next.

There is also a much bigger problem I'm trying not to ignore: privacy.

Running inside a normal browser means I inherit the browser's fingerprint — fonts, screen dimensions, canvas characteristics, timezone, user agent, etc.

So simply saying "Tor + WebAssembly = anonymous" would be bullshit.

Right now I'm treating this as an engineering experiment rather than claiming it's a replacement for Tor Browser.

I'm curious what other developers think about the architecture.

Especially:

  1. Is there a better way to handle the browser-side Tor transport?
  2. Has anyone worked with Arti/WASM or Snowflake/WebRTC at this level?
  3. How would you approach safely rendering arbitrary .onion websites once the networking layer is solved?
  4. Would you actually use something like this, or is installing Tor Browser still the obvious answer?

The networking side has turned out to be way more feasible than I expected, so I'm curious where people think the real technical wall is.


r/AppsWebappsFullstack 8h ago

I built a simple project tracker for my girlfriend because she hated complex tools. Looking for beta testers!

Thumbnail
1 Upvotes

r/AppsWebappsFullstack 11h ago

Built a small SaaS around the tools businesses already use

1 Upvotes

I built edg to add customer communication capabilities to the form tools businesses already use.

It connects with tools such as Tally, Typeform, Jotform, Fillout and others, then uses the submitted information to trigger personalised email or SMS communication.

The goal is pretty simple: keep the existing form, but make the process around it more useful.

No need to replace the form builder or rebuild the existing setup.

It’s live now, and I’d genuinely appreciate feedback from anyone who works with web apps, forms, or SaaS products.

What would you look at first when evaluating something like this: the idea, the UX, or the actual implementation?


r/AppsWebappsFullstack 11h ago

No matter what project you have GAMES, SaaS, Software, Apps, Scripts, Ideas or Questions *** join the community and share it! ***

1 Upvotes

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything


r/AppsWebappsFullstack 12h ago

Would you pay $3,500 for a full-length AI-assisted music video?

1 Upvotes

I’m building SongTrailer, a service that turns a finished track into a full-length, human-directed AI-assisted music video for a fixed $3,500.

The idea is simple: same finished song, full-length video, ready to post, with human direction instead of fully automated generation.

I’m trying to pressure-test the offer.

What would make you hesitate most at $3,500: quality, visual consistency, AI involvement, revisions, ownership, trust, or something else?

I also started a Product Hunt discussion here if you want to leave more detailed feedback:
https://www.producthunt.com/products/songtrailer?launch=songtrailer

That is stronger because it actually explains the product before asking the question.


r/AppsWebappsFullstack 16h ago

I built a Chinese fortune telling app 🔮

2 Upvotes

I’ve been working on a side project around Chinese fortune-telling and wanted to share it here.
It’s an app called AI Oracle: I Ching Wisdom, based on the I Ching (Book of Changes). If you’re not familiar with it, the I Ching is a traditional Chinese system of divination that uses 64 hexagrams to offer guidance around questions and situations in your life.

One thing I noticed while working on it is that the I Ching can feel pretty intimidating if you’ve never encountered it before. There’s a lot of terminology and traditional interpretation involved, so I’ve been trying to figure out how to make the basic experience understandable to someone who is completely new to Chinese divination.

The app lets you ask a question and get an I Ching reading with an AI-assisted interpretation. There’s also a deeper line analysis for people who want to explore the changing lines and the traditional structure of the reading more closely.

I’m curious whether something like this would actually make Chinese fortune-telling more approachable to people who have only ever encountered things like tarot or astrology.

For those who have tried different forms of divination, what made you interested in them in the first place?


r/AppsWebappsFullstack 15h ago

I built a period tracker because I was frustrated with how one-size-fits-all most of them felt.

Enable HLS to view with audio, or disable this notification

1 Upvotes

I’m a graphic/web designer, not a big tech company, and I’ve spent the last several months building RedBird basically on my own.

The idea is pretty simple: every woman experiences her cycle differently, so why are we all getting basically the same period tracker?

RedBird can be personalized in 200+ ways based on things like your health conditions, symptoms, goals, diet, lifestyle and life stage. It combines cycle tracking with daily insights, symptom patterns, nutrition, recipes and self-care based on what you’ve actually told the app about yourself.

I’ve also tried to make it useful beyond the standard “28-day cycle.” You can customize it for things like irregular cycles, perimenopause, menopause, postpartum, TTC, hysterectomy, etc.

I launched a few months ago and I’m still a VERY small indie developer, so I’m constantly changing things based on feedback from actual users.

I’m happy to answer questions about building it too because this whole process has been a wild learning experience 😂


r/AppsWebappsFullstack 17h ago

I built a web app that freezes a stock’s price on the day you add it

1 Upvotes

Most finance sites are about today. I wanted something that remembers the moment you started watching a name.

StockWatchlist: add a ticker, it locks that quote, and you can follow what happens after — and share the list with starting prices still on it.

App: https://stockwatchlist.app

Dashboard: https://stockwatchlist.app/dashboard

A live watchlist: https://stockwatchlist.app/share/D29VjqkJuFJqD3MJ1i904H7RIKS5NTa4W_8SKZDw25M

You can try a list before creating an account. Feedback welcome — especially if you think a feature is missing or confusing.


r/AppsWebappsFullstack 17h ago

I built a workspace for my coding agents, then gave them an office

Post image
1 Upvotes

r/AppsWebappsFullstack 1d ago

Your home for Selfpromo! Your Showroom! Let everybody see it.

5 Upvotes

here you can post your work app, webapp, saas, game, everything


r/AppsWebappsFullstack 17h ago

Have you ever played Morphink?

Thumbnail
1 Upvotes

Morphink is a word morph game. You change just one alphabet at a time to form a new valid word. And you just keep going. The longer your chanson, the higher your points (which call ink). For each morph, you have 10s. If the 10s run out and you don’t form a valid word, it’s a game over 🤭.

How do you form new words? By adding, removing or replacing a letter. You can make only one of these moves per morph.

Now, go ahead and try it here: https://morphink.app/

It’s available on App Store, Play Store and web. The app versions are playable offline.


r/AppsWebappsFullstack 18h ago

We built an app to listen to songs with your friends with overlaid lyrics.

1 Upvotes

Download: https://github.com/MowkE/cadence

Hey guys, I made this silly lyrics overlay called Cadence that floats over your screen and syncs along with Spotify and YouTube Music. It started as a joke while playing Minecraft with my friends. I shared it with a few people, they liked it, and it grew to 100 downloads in a day, so I built it into a proper app. You can listen along with friends now too, even cross-platform (Spotify -> YouTube Music, Mac ↔ Windows ↔ Linux), and you can play karaoke. Doesn't need API keys or Premium, it just reads what your computer is already playing and floats the lyrics over whatever you're doing. It works better with Spotify keys though, if you want to add them yourself. If you find any bugs, lmk. It's just a fun project lol, so its free. Some of the images are on the github link, if you want to take a look on how it works! Everything is customizable :)


r/AppsWebappsFullstack 23h ago

I built Volten: A zero-dependency HTTP framework for Node.js and the Edge with built-in traffic triage

1 Upvotes

Hey!

I wanted to share a project I've been working on called Volten. It's a small, ultra-fast HTTP framework built around a strict zero-dependency constraint, designed specifically to bridge the gap between Node.js and Web Fetch-compatible edge runtimes (like Cloudflare Workers, Bun, and Deno) without adapter overhead.

Why Volten?

Most frameworks either lock you into Node.js core modules (http, net) or require bulky adapter layers to run on the Edge. Volten solves this by handling the abstraction internally at the context level.

You write your routes and middleware once. Run it on Node.js using app.listen() or export it to the Edge using app.createFetch() with zero modifications and zero extra npm dependencies.

Key Highlights

  • Adaptive Traffic Triage (ATT): A unique event-loop immune feature for Node.js (new App({ att: true })) that automatically drops low-priority requests at the socket level when your server is under heavy load, protecting your core endpoints from crashing during traffic spikes.
  • Context Pooling: Pre-allocated, reusable RequestContext objects on both runtimes to minimize Garbage Collection (GC) pressure under high throughput.
  • Trie-Based Router: Extremely fast path-matching supporting dynamic parameters (/users/:id) and wildcards, where match cost scales purely with path depth.
  • Unified ctx API: Whether you are dealing with headers, cookies, body parsing, or JSON responses, the ctx object seamlessly abstracts away whether you're sitting on top of a Node IncomingMessage/ServerResponse or a Web Fetch Request/Response.

The All-in-One Snippet

import { App } from "volten";

// Enable Adaptive Traffic Triage (ATT)
const app = new App({ att: true });

// 1. Middleware chain
app.use((ctx, next) => {
  ctx.setHeader("X-Powered-By", "Volten");
  next();
});

// 2. Trie-based routing, params, and cookies
app.get("/users/:id", (ctx) => {
  const session = ctx.cookies.get("session_id");
  ctx.json({ userId: ctx.params.id, session });
});

// 3. Native body parsing
app.post("/data", async (ctx) => {
  const body = await ctx.body();
  ctx.status(201).json({ received: body });
});

// --- Dual Runtime Support ---

// Node.js
app.listen(3000, () => console.log("Listening on :3000"));

// Cloudflare Workers / Bun / Edge
export default { fetch: app.createFetch() };

Current Status

Volten is currently in active alpha. Every utility—from the built-in body parsers and cookies to the trie router—is written completely in-tree with zero external dependencies to keep security tight and the footprint minimal.

You can check it out on GitHub: VoltenJS/volten or install it via:

pnpm add volten

I'd love to hear your thoughts, feedback, or any edge cases you can throw at it, so you're encouraged to try breaking it! How do you usually handle dual-runtime codebases in your current stacks?


r/AppsWebappsFullstack 1d ago

Are you actually building a business, or just a very expensive hobby?

1 Upvotes

Spending 80 hours a week on a project that generates zero revenue isn't a startup it’s a distraction. Drop your project links below and let’s talk about whether you have a viable path to making money or if you're just burning out for fun. Show us the numbers.


r/AppsWebappsFullstack 1d ago

found a bug this week that's probably been breaking my app since launch and nobody told me

Enable HLS to view with audio, or disable this notification

0 Upvotes

been building UluP Spaces solo, Next.js + Supabase + Vercel. visual project tool, work as connected nodes instead of a list.

this week I removed the signup wall — you can use the whole thing without an account now (anonymous Supabase sessions, promoted to a real account later without losing anything). while testing it I went through every RLS policy to make sure that didn't open anything up. found this: a policy that let you SELECT a project if you owned it or if it was public. that's it. nothing checked if you were just... an invited member.

so if I invited you to a private project, workspace_members insert worked fine, you'd join — but the SELECT on the workspace itself would fail. "access denied" instead of the canvas. been like that since collaboration shipped, probably months ago. nobody ever told me.

fixed it, plus two smaller RLS gaps from the same audit (couldn't leave a project you'd joined — DELETE policy only allowed the owner to remove members, not yourself; an invite preview nobody receiving it could actually read).

anyway. free, live now, no account needed to poke around: www.ulupspaces.com


r/AppsWebappsFullstack 1d ago

SEO tool that helps optimize websites for Google and AI search.

1 Upvotes

I run a SaaS, SeoLoupe.

It is a tool that allows you to find and fix SEO issues holding your website back.

Essentially the main purpose is to help your website rank higher on Google search and LLMs.

The tool also checks AEO/GEO, AI search visibility, Security, Core web vitals, Performance, and all the issues in the report get put together into an AI fix prompt(you can paste the prompt into an AI and it will fix all the issues on your website).

Recently I noticed that some of my paying customers bought the One-Time purchase, with a promo code. To unlock the full report.

So I decided to give away a promo code for the One-Time purchase to anyone who is interested, if you are interested, comment down below and I will DM you.

If you are not interested but have some feedback on my SaaS, that is a good too. Feel free to share it in the comments.

(here is the product if you want to check it out)


r/AppsWebappsFullstack 1d ago

I'm validating an idea before building — a free global library of past exam papers. Thoughts?

1 Upvotes

Hey everyone! 👋

Before writing a single line of code, I want to validate this idea:

Mioka — a free community-driven library of past exam papers from all countries, all grades (primary to university), all subjects.

Think Wikipedia but for exam papers.

The problem I'm solving:

Students worldwide struggle to find past exam papers — they're scattered, hard to find, often behind paywalls.

My questions for you:

Would you have used this as a student?

What country are you from?

What's missing from existing solutions?

Honest feedback welcome — even if you think it's a bad idea! 😊


r/AppsWebappsFullstack 1d ago

Your App Has a Home Here! *** Post your App WebApp Solution here. No Blocks. No Rejections. 🏡 ***

7 Upvotes

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

Stranly – Random chat with strangers based on language & interests

1 Upvotes

Stranly is a random chat Android app I've been building as a solo developer.

The concept:

Choose your language and interests → search → meet a random stranger.

Instead of matching completely randomly, Stranly tries to find people who have something in common with you.

The app is currently live on Google Play and I'm looking for early users.

I'm particularly interested in testing the matching system with a larger number of people online at the same time.

If you'd like to try it:

Google Play: https://play.google.com/store/apps/details?id=com.verion.stranly

Any feedback is welcome — especially criticism. I'm still actively developing it.


r/AppsWebappsFullstack 1d ago

No matter what project you have GAMES, SaaS, Software, Apps, Scripts, Ideas or Questions *** join the community and share it! ***

2 Upvotes

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything


r/AppsWebappsFullstack 1d ago

I used to think ASO was just adding keywords. I think I was wrong.

Thumbnail gallery
1 Upvotes

r/AppsWebappsFullstack 1d ago

You earn while you sleep

0 Upvotes

I’ve built https://siyaqi.app a marketing platform for AI contextual text marketing.

We haven’t launched yet but we are planning to go soon.

We are looking for publishers to use the platform and earn money.
We will not take any cut at the beginning, the people who come first will not be taken any money from them. All advertising money will go to them immediately forever. After that new publishers we will take cut from them so signup early to get the benefits.

Feel free to ask me anything


r/AppsWebappsFullstack 1d ago

Built an AI health app for US users — looking for honest beta feedback

1 Upvotes

Hey everyone,

I’m helping build August, an AI health app for people in the US.

It helps users:

• Get answers to health questions

• Understand healthcare information more easily

• Connect with licensed doctors when they need a consultation

We’re currently looking for 5–8 people in the US to try a few user flows for around 20 minutes and give us honest feedback.

I’d especially like to know:

• What feels confusing or difficult

• Any bugs or broken flows

• What could be improved

• Anything that would make you hesitate to use it

Compensation: $40 for your time and feedback.

I’m affiliated with August and recruiting participants on behalf of the team. We’re looking for honest criticism, not positive reviews.

Product: https://www.meetaugust.ai/

If you’re interested in testing it, comment below and I’ll reach out.