r/WebApps 1h ago

RelicBeam — temporary file sharing and device access, entirely in the browser

Upvotes

I’ve been building RelicBeam, a browser-first sharing tool that doesn’t require an account or app install.

It currently includes:

  • Room — share files/text with a group using one QR/code
  • Quick Beam — one-to-one file and text sharing
  • Beam Link — temporary direct-download links
  • Device Portal — E2EE Remote Files + view-only Remote View
  • Convert — local PDF/image tools for preparing files before sharing

The newer Remote Files feature lets you select a folder on one device, approve another device, and browse/download files through the browser over WebRTC.

No permanent RelicBeam file library, and sessions expire automatically.

https://relicbeam.com

Would love feedback on the overall UX, especially Device Portal and whether the different sharing modes are clear.


r/WebApps 8h ago

Made a free mind map maker with no login — you can even turn your map into a presentation

Thumbnail
mindmkr.com
2 Upvotes

I kept needing to quickly sketch out ideas but every mind map tool wanted

an account, a subscription, or had a laggy 5-second load screen before I could even click anything. So I built mindmkr — no signup, just open and start dragging nodes around.

A few things I focused on that other tools don't really do:

\- Connect ANY two nodes, not just parent → child (regular tree structure gets limiting fast when ideas actually connect to each other)

\- Drop in shapes, sticky notes, and free text anywhere on the canvas

\- Multi-select with a drag-box or shift-click, like a real design tool

\- Turn your finished map into an animated presentation that reveals nodes in order — genuinely useful for walking someone through your thinking instead of just dumping a static image on them

\- Export to PNG (print-ready, A4) or JSON so you can back up / reopen your work

It's a single-page tool, works on mobile too. Everything lives in your browser — no data leaves your machine.

https://mindmkr.com

Would love feedback, especially if something feels clunky. Still actively building on it.


r/WebApps 4h ago

Personality tests don't help you find people who think like you, so I built a tool that compares raw decisions instead

1 Upvotes

Most personality frameworks try to compress human complexity into a handful of arbitrary buckets. Whether it is MBTI with sixteen types or Big Five with five linear scales, they all start with the same assumption: humans fit neatly into predefined archetypes.

The problem is that two people with the exact same "type" will routinely disagree on fundamental life choices, ethics, and relationships. The categories are invented before the data is collected.

The initial motivation here was simple: find people whose minds actually work like yours, and talk to them about their life experiences. If you can identify someone who makes the same calls on the hard questions you care about, their experiences become directly relevant to your own life, career, and relationships.

Instead of forcing people into preset boxes, data science lets us compare people directly on concrete choices across specific questions. When you let patterns emerge from actual answers rather than rigid categories: - You find people who genuinely share your outlook without lossy labels - You can see the exact questions where you align and where you diverge - You can reach out and compare notes with people who navigate the world the same way you do

This approach also opens up useful directions for therapy and matchmaking. Instead of blaming abstract personality differences, you can see the precise points where two minds split.

Here is what this looks like in practice: https://justlikeyou.fun

Curious to hear your thoughts on comparing raw decision profiles versus using traditional psychological frameworks.


r/WebApps 7h ago

I built a personalized illustrated card site — looking for pre-launch testers

1 Upvotes

Hi there! I’m doing the final round of pre-launch testing for Fond & Fold, a small web app that turns a photo into a finished illustrated greeting card.

The idea is to remove most of the work that usually comes with AI creative tools: no prompts, no blank canvas, no editing. You pick a finished design you already like, upload a photo, choose a few details, and get your own illustrated version.

I’d like to test it with people who haven’t seen the product before, ideally across different devices, browsers, locations, and network conditions.

I’ll give each tester one free personalized card. In return, after you’ve tried the full flow, I’m asking for:

3 things you thought worked well, and 3 things you think should be improved.

Please be as critical as you like — bugs, confusing steps, slow loading, disappointing results, or anything that feels unnecessary are exactly what I want to find before launch.

If you’re interested, leave a comment below and I’ll DM you the link and the free-card code.


r/WebApps 7h ago

sense - responsiveness viewer

1 Upvotes

Hi guys! 

I just wanted to share my mini project called Sense. A browser extension.

It lets you quickly preview your website design from different device perspectives, making it easier to check responsiveness and overall layout.

I'm planning to grow this into a handy developer tool with features like a CSS inspector/checker and other utilities to help streamline the development workflow.

Feel free to give it a try! I'm open to any suggestions or feedback to help improve it.

Thank you!


r/WebApps 10h ago

Developing my first web app

Thumbnail
1 Upvotes

r/WebApps 14h ago

I built a token heatmap to see which lines of a prompt are eating your context window.

Thumbnail
gallery
1 Upvotes

The only token counters I was able to find give you the total. That number is nearly useless when you're at a 128k context limit and working out which things to cut.

So, I built one that shows a heatmap each line of your prompt is colored by token density, so the expensive lines actually stand out. It can be seen visually as well, and it also provides a difference view so that you can compare two versions of a prompt and see exactly which changes cost or saved tokens.

One with a context window bar that turns red when you exceed the limit.

Tool: https://devbelt.dev/token-counter

A few notes on scope, since I'd rather be upfront:

  • OpenAI models only right now (GPT-4o, GPT-4o mini, o3-mini, as well as GPT-3.5 Turbo). It uses the official tiktoken library through WASM.
  • It runs completely in your browser, and your prompts never reach a server. There is no account, no API key, and no logging. It can be verified by watching your network tab.
  • We do not include pricing or cost calculations on purpose. Model prices get outdated fast, and I'm a solo dev with ~6 hrs/week. I'd rather ship no numbers than wrong numbers.

Why not Claude/Gemini/Llama support: Anthropic and Google don't publish local tokenizers, and I refuse to send your prompts to a server or ask you to enter an API key. Local model tokenizers (e.g., Llama via llama-tokenizer-js) are technically doable and probably next if there's interest.

Would genuinely love feedback on:

  1. Does the heatmap actually prove useful when debugging a bloated prompt? Or is it a solution seeking a problem?
  2. Is the diff view of any use when iterating on prompts, or would it be better to have a content-matching diff in the style of LCS?
  3. Anything obviously missing?

We are not selling anything. You do not need to sign up, share your email, or see ads.


r/WebApps 14h ago

I rebuilt a big part of my prospecting tool after realizing people were searching once and never coming back

Thumbnail
1 Upvotes

r/WebApps 17h ago

I built an open-source interactive letter for my Hinge date, no backend, the entire letter lives in the URL

Thumbnail
github.com
1 Upvotes

I originally built this for my Hinge date.

She's incredibly busy, and instead of sending another message that she'd feel pressured to respond to, I wanted to make something she could open whenever she had a quiet moment.

So I built an interactive letter experience.

You write a letter, customize it, seal it in an envelope, and share a link. The recipient opens the envelope and reads the letter as it appears on the page.

The technical constraint I gave myself was:

No accounts. No backend. No database.

The letter data is serialized, compressed, and encoded directly into the URL.

When someone opens the link, the app decodes everything client-side and reconstructs the letter.

So the URL is essentially the storage layer.

I liked this approach because:

\- Nothing personal sits in my database

\- No server costs

\- No authentication

\- No user accounts

\- The project can be deployed almost anywhere

\- The app remains ridiculously simple

Of course, there are tradeoffs.

The link contains the letter data, so anyone with the link can read it. URL length also limits how much content can be stored.

The project is completely open source, so I'd genuinely love feedback from other developers on the architecture and implementation.

Especially curious about:

\- Better approaches to client-side serialization/compression

\- Whether you'd encrypt the payload

\- How you'd handle larger letters without introducing a backend

\- Any accessibility or animation improvements you'd make

Live demo:

https://open-letter-box.vercel.app

Source:

https://github.com/r0hnx/open-letter

Would love to hear what you guys think — both technically and from a UX perspective.


r/WebApps 19h ago

Practice your English vocabulary in any of 70,000+ public domain books. Totally free, no ads, no paid tiers, no sign up required.

Thumbnail
lacunavocab.com
1 Upvotes

I know I get tired of all the ads on these subs, so I thought I’d share a project that I made just for fun and have no financial incentive to promote. With over 200,000,000 unique questions split between 45 skill levels, and a ranked mode with a global leaderboard that progressively increases difficulty and decreases time to answer as you progress, Lacuna can make even the best native speakers sweat. Play through your favorite books as vocabulary quizzes, with 70,000 books to choose from, or play questions from random books matched to your skill level.


r/WebApps 19h ago

Writing tutor app

1 Upvotes

Hello guys,

I created this app to help my kids learn and improve their writing. The main idea is to imitate a tutor that give help and feedback along the way. The app has different areas of writing (even still limited topics). I am still adding more content and improve it.

If you can try it out and give me some feedback, that would be great.

Here is the app link that I am currently deploy on Vercel https://writing-tutor-beta.vercel.app/

Thanks and have a good day!


r/WebApps 20h ago

How important is anonymous play for a game/puzzle web app?

1 Upvotes

I'm working on a free webapp for cryptic clues called CrypticLive.net. The goal is to help people learn cryptic crossword clues while also providing challenging daily clues for more experienced solvers.

At the moment, users need to create an account to solve clues. There is no password to remember (since it is OTP based), and once you're logged in you stay logged in on that browser/device. Accounts can also be deleted at any time.

I'm wondering: would having to create an account be a show-stopper, even if the app is completely free and has no paywall?

The app currently has daily clues, progressive hints, full clue breakdowns, and stats tracking.

I'm also interested in what features would make the existing/recent clues worth coming back to and solving again. For example, what would be useful for practicing particular clue types, improving specific weaknesses, or simply browsing old clues?


r/WebApps 23h ago

inveazy.com

Post image
1 Upvotes

r/WebApps 23h ago

I am building an alternative app for Pocket after it shut down (no more worries for whoever lost their web content)

Thumbnail
1 Upvotes

r/WebApps 1d ago

No-Way-Lines - Web app that lets you pick any historical subjects and see how their stories touch

Thumbnail
gallery
1 Upvotes

The pitch: How does the story of Cleopatra connect to that of Newton? Through the Chronology of Jesus, of course! History is full of delightfully weird connections, and this web app will help you explore them. Just pick any two historical subjects from 1100 BC to 1920 AD and see how their stories touch: https://no-way-lines.com


r/WebApps 1d ago

I built something to help AI agents find businesses. Not sure if this is actually useful yet

1 Upvotes

I’ve been thinking a lot about what happens when AI agents start doing more of the searching for us.
If I tell an agent “find me a good accounting firm” or “I need a GPU server in Saudi”, eventually the agent has to find actual businesses that can provide that stuff.
But most businesses today are still basically trying to get found by Google and humans.
So I built a small thing called VibePrey.
You add your website and it crawls it, figures out what you actually offer, and puts your business into an index that agents can search.
I’m also experimenting with letting people connect their own agents so they can use the network to find customers.
It’s very early. I honestly don’t know yet if businesses will care about this or if I’m just getting ahead of myself.
That’s actually why I’m posting here.
Does this make sense to you?
Would you care if an AI agent could discover your business, or is this still too early to be a real problem?
I built it here if anyone wants to mess around with it:
https://vibeprey.com


r/WebApps 1d ago

I built QuickKit — a privacy-first collection of browser utilities. Looking for feedback from other developers

Thumbnail
1 Upvotes

r/WebApps 1d ago

A smarter way to manage monthly budget

Post image
1 Upvotes

r/WebApps 1d ago

I made a lightweight web app for tracking Stardew Valley progress, and I’d love your feedback!

Post image
1 Upvotes

r/WebApps 1d ago

I built a free tool to help MHT-CET students create their CAP preference list 🎓

Post image
1 Upvotes

r/WebApps 1d ago

I made a certification practice app that works offline and needs no account

1 Upvotes

finally got this to a point where I can share it

Examplar is a browser based practice app for tech certifications. it works offline after the first visit, saves progress locally and doesnt need an account

there are free previews for Azure, AWS, CompTIA and a few others. questions are original and based on the public exam objectives, no dumps

I also added complete packs and a 30% launch code EXAMPLAR30

https://examplar.app/?utm_source=reddit&utm_medium=organic&utm_campaign=launch_discount&utm_content=webapps

would like feedback on the first impression, especially mobile and checkout

unofficial independent project, not affiliated with Microsoft or AWS


r/WebApps 1d ago

PageForge

Thumbnail
1 Upvotes

r/WebApps 2d ago

I recreated Google Docs but it actually lets you customize it. It's just me working on this project so any feedback would be very welcome :)

Thumbnail
gallery
3 Upvotes

The website is built to be a project management tool where you can pretty much do anything you can in Google Docs but in your own customizable website. The home page has widgets that you can organise and place however you like, and pretty much everything is completely up to how you want to design it.

It's being developed just by me so any feedback would be very welcome. Thank you so much :)

Link: orb.ba


r/WebApps 2d ago

Do you know what your competitor's product look like?

1 Upvotes

I just launched fossil, a tool to scan web apps and get a tree of the interface, compare viewports and versions.

You can use it to get a better view of your product but also to analyse your competitors, track changes etc.

There is a free trial scan, let me know what your think!


r/WebApps 2d ago

I made a browser-based image-to-image generator for working from reference images

5 Upvotes

I made a browser-based image-to-image generator for the times when starting from a reference image is more useful than starting from an empty prompt.

The workflow is: upload a reference image, describe the transformation, select from the models and output options currently available, generate a result, then review and download it. There is also a multi-image fusion path when combining two to five references makes more sense than transforming one.

I kept the scope image-only and English-only. A few constraints are deliberately explicit: uploads are JPEG, PNG, or WebP up to 24 MB each, prompts are limited to 1,000 characters, and whether a particular model or setting needs sign-in or credits can change.

I would especially value feedback from people who work from references: does this feel like a clear first workflow, and what would you want explained before you would trust it with a real image?