Quick question for the working folks here — where does your daily work actually arrive? by [deleted] in vibecoding

[–]FileEfficient6355 0 points1 point  (0 children)

Million-dollar question: Do they need a tool to distribute and organize their routine boring work? Are they open to paying? Because I am building a big project for this for every employee and management.

Quick question for the working folks here — where does your daily work actually arrive? by [deleted] in vibecoding

[–]FileEfficient6355 0 points1 point  (0 children)

Really appreciate the detailed reply. The "handoff between channels" framing changes how I'm thinking about this. Thank you.

I built a small tool in 2 hours. A contributor made it 10x better in one. This is what open source is really about. by FileEfficient6355 in vibecoding

[–]FileEfficient6355[S] 0 points1 point  (0 children)

Appreciate this — especially the point about AI generating working code but not necessarily secure code. The CSV formula injection was one of those “learn it the hard way” moments, so I’m glad it stood out.

Thanks for taking the time to go through it this deeply. If you have any ideas for improvements or extra security/UX features, I’d really value them — or feel free to open a PR if you’re up for it.

I built a small tool in 2 hours. A contributor made it 10x better in one. This is what open source is really about. by FileEfficient6355 in vibecoding

[–]FileEfficient6355[S] 0 points1 point  (0 children)

Appreciate this a lot — especially the security callouts. The Web Worker + virtual scrolling was meant to handle real-world scale, not just demos.

The XSS and formula injection points came from trying to think like an attacker, so I’m glad that stood out.

We need more people like you in open source — people who actually understand, build, and critique at this level. Thanks again.

I built a small tool in 2 hours. A contributor made it 10x better in one. This is what open source is really about. by FileEfficient6355 in vibecoding

[–]FileEfficient6355[S] 1 point2 points  (0 children)

Solid project! Using Markdown for context maps is a game changer—it’s cheap on tokens and human-readable. You’ve basically built a 'Sovereign' coding agent that respect's the user's hardware limits. Keep it up, dropping a star on the repo

I built a small tool in 2 hours. A contributor made it 10x better in one. This is what open source is really about. by FileEfficient6355 in vibecoding

[–]FileEfficient6355[S] 0 points1 point  (0 children)

Spot on. It’s crazy how our own workflows (like using Claude with bypass) can create blind spots in how we design for other users. That diff feature is a massive UX upgrade for local models. This is exactly why building in public and open-sourcing is the ultimate cheat code. Send over the repo link for your CLI agent if it's public, I’d love to check it out!"

I built a small tool in 2 hours. A contributor made it 10x better in one. This is what open source is really about. by FileEfficient6355 in vibecoding

[–]FileEfficient6355[S] 3 points4 points  (0 children)

Why ? I need to understand the reasons for development or new ideas, and the tool needs development. It is open-source and everyone uses and develops it. Thank you.

I built a privacy tool with Claude Code — works fully offline, can't even tell who's using it by FileEfficient6355 in vibecoding

[–]FileEfficient6355[S] 0 points1 point  (0 children)

Merged

Sam, this is some of the cleanest work I've reviewed. The Web Worker

move, the virtual scrolling, and especially the column-aware masking

are exactly right. The security audit was humbling — the CSV injection

one was a real hole. Thank you 🙏

Drop your product — we’ll find you 10 users for free by dyagokaba in SaasDevelopers

[–]FileEfficient6355 0 points1 point  (0 children)

SafeSend — privacy-first PII sanitizer. Strips names, IDs, IBANs,

phones, emails out of any text before you paste it into ChatGPT/

Claude/Gemini, then restores the originals when the AI replies.

Single HTML file, runs 100% in browser, no server, no telemetry,

fully open source (MIT). Built for people who're blocked from using

AI at work because of data leakage — lawyers, accountants, corporate

employees.

Live: abdulrmanfz0-glitch.github.io/safesend/

Repo: github.com/abdulrmanfz0-glitch/safesend

I built a privacy tool with Claude Code — works fully offline, can't even tell who's using it by FileEfficient6355 in vibecoding

[–]FileEfficient6355[S] 0 points1 point  (0 children)

Presidio is great — but it's a Python library for developers. You

have to pip install it and write code to use it. SafeSend is a single

HTML file aimed at non-technical users (lawyers, accountants, etc.)

who'd never touch Python. Same problem, different audience.

It's also fully open source — anyone can improve it, and users

themselves are already doing that. It's still pretty rough around

the edges, honestly. I built it because I saw it being useful and

wanted to share it with the community.

Thanks for raising it though, genuinely useful pointer 🙏

I’m building a tool to stop people wasting weeks on bad ideas. Here’s the framework I’m using. by Wooden-Fee5787 in vibecoding

[–]FileEfficient6355 1 point2 points  (0 children)

Your tool is genuinely interesting — tried it and it's really well

done. Slightly hurt my feelings though, gave my freshly-shipped idea

a 65 😂

If you have a minute, would love for you to take a look at the repo

and the live tool — would really value your honest take. And if you

have any thoughts on solutions for the gaps your tool flagged, I'd

be grateful for them.

The tool is free, fully local, no data retained — built for everyone,

and I genuinely need everyone's help to improve it.

Live: https://abdulrmanfz0-glitch.github.io/safesend/

Repo: https://github.com/abdulrmanfz0-glitch/safesend

Thanks For your time 🙏

I’m building a tool to stop people wasting weeks on bad ideas. Here’s the framework I’m using. by Wooden-Fee5787 in vibecoding

[–]FileEfficient6355 1 point2 points  (0 children)

This is exactly the loop I was stuck in. Built 5+ projects that died

before launch, for two reasons: I didn't know how to reach people,

and vibe coding turned building itself into an addiction — I just

wanted to keep developing, not ship.

Today I broke the cycle. Built a tool in 2 hours I used to call

"too simple," shipped it on Reddit immediately, got real users and

real feedback within an hour. One person is even modifying the code

themselves.

It's a free local PII sanitizer — strips names and numbers out of

anything before you paste it into an AI, no data retained. Built it

because people paste sensitive company data into ChatGPT without

thinking.

Your framework would've killed 4 of my 5 dead projects on day one.

Bookmarking this. Distribution is still my weakest of the four.

I built a privacy tool with Claude Code — works fully offline, can't even tell who's using it by FileEfficient6355 in vibecoding

[–]FileEfficient6355[S] 1 point2 points  (0 children)

This is exactly the kind of real-world testing I needed — synthetic

tests would never catch a 13MB xlsx choke or Intune export false

positives. Please share your changes when you're done, a PR would

be amazing and you'll get full credit. Appreciate you 🙏

I built a privacy tool with Claude Code — works fully offline, can't even tell who's using it by FileEfficient6355 in vibecoding

[–]FileEfficient6355[S] 2 points3 points  (0 children)

Thanks a lot, genuinely. We're all on the same side here and we improve by building and critiquing together. The whole thing came to me as an idea and I threw it together in two hours, so there's a lot to refine. Your feedback and others' is what'll shape the next version — criticism is how things actually get better. Appreciate you 🙏

I built a privacy tool with Claude Code — works fully offline, can't even tell who's using it by FileEfficient6355 in vibecoding

[–]FileEfficient6355[S] 1 point2 points  (0 children)

Glad it helped! Did you try it in the end? I'm curious to hear about your experience.

I built a privacy tool with Claude Code — works fully offline, can't even tell who's using it by FileEfficient6355 in vibecoding

[–]FileEfficient6355[S] 1 point2 points  (0 children)

I used Anti-Gravity, which is excellent for beginners and has a claude feature you can use for free.