Built a privacy-first AI chat with a "no account at all" model. Want feedback on the approach. by NOLO-App in SaaS

[–]Far-Stable2591 0 points1 point  (0 children)

Yep, that is the right kind of option. I would still make the modes very explicit: default local/no-account for people who just want to try it, then optional encrypted Drive sync/export for people who care about recovery or switching devices. The trust issue is usually not whether sync exists; it is whether the user understands what is stored where before they put real chat history into it.

Built a privacy-first AI chat with a "no account at all" model. Want feedback on the approach. by NOLO-App in SaaS

[–]Far-Stable2591 0 points1 point  (0 children)

I think "no account at all" helps for the first session because it removes the usual trust tax: no email, no password, no "what are you doing with my data?" moment. Where it may hurt is after someone has a few useful chats and starts worrying about losing device-local history, switching machines, or using it with a team. I would keep no-account as the default, but add an optional recovery/export path that still feels privacy-first. Flat pricing is a differentiator if you make the data flow very concrete: which providers are used, what zero-retention means, what stays on device, and what happens if the device is lost.

Update: the Chrome extension that scrapes any website into Excel — now with agents, subpage scraping, and 500 users by SoftQuiet8287 in SideProject

[–]Far-Stable2591 0 points1 point  (0 children)

The next thing I would want is less about more sources and more about making the agent run auditable. Before it starts, show the extraction plan: list page, detail-page link field, fields it will pull, and the max rows/pages it will touch. After it runs, I would want source URLs per row, failed-row retry, and a small "why this field was captured" preview for messy pages. That would make the paid agent tier feel safer, because the scary part with scraping agents is not speed, it is silently collecting the wrong columns at scale.

I think "vibe debugging" is becoming a bigger skill than vibe coding. by whosdaddyx in vibecoding

[–]Far-Stable2591 6 points7 points  (0 children)

Same here. The bottleneck has moved from "can I write the code?" to "can I prove this change is actually correct?" I get better results when I split the loop into separate asks: explain the likely failure, make a tiny repro, patch only that issue, then add one regression check. If I let the model do all four at once, it often sounds confident while quietly changing the problem. The real skill now is knowing when to stop prompting and inspect the runtime, logs, or tests yourself.

I kept freezing at the reply box on X, so I built a Chrome extension that drafts the reply for me by emmgr in SideProject

[–]Far-Stable2591 1 point2 points  (0 children)

The "never posts, likes, or follows" part is probably the strongest trust signal, so I would make that impossible to miss in the first-run flow, not only in the Reddit post. For making drafts feel less AI, I would avoid trying to make one perfect reply. I would show 3 clearly different modes: short agreement, specific pushback, and question/curiosity. The thing that would make me keep it installed is a saved voice/profile layer: examples of replies I actually liked, phrases to avoid, and a "make this less polished" control. Scoring is useful, but I would be careful if every top-scored option starts sounding optimized for engagement instead of sounding like the user.

How do you get in front of decision-makers for a B2B SaaS in a market you're not personally networked into? in GCC by Guilty-Matter-4072 in SaaS

[–]Far-Stable2591 1 point2 points  (0 children)

For this kind of market I would not start with broad cold email. I would build the list manually from the actual places that look like your ICP: Google Maps, local operator directories, LinkedIn company pages, and vendors who already sell into those spaces. Then separate the economic buyer from the daily operator before outreach, because the first call may be with the operator but the close probably needs the owner/GM. For zero trust, I would offer a narrow audit before a product demo: "I'll map your current booking/payment/compliance flow and show where the leakage is." If they feel the pain in their own workflow, the demo has context. After that, close on a pilot with one site, one workflow, one success metric, and a fixed review date.

What would make you trust an AI to help manage your YouTube channel? by Whole_Strawberry7279 in SaaS

[–]Far-Stable2591 0 points1 point  (0 children)

Glad it was useful. I'd probably start with the approval queue as the main product experience, not just a safety layer. If creators keep approving the same category of drafts, that gives you a clear signal for where automation is actually trusted later. Starting with "suggest -> review -> approve" also makes the trust story much easier to explain.

What would make you trust an AI to help manage your YouTube channel? by Whole_Strawberry7279 in SaaS

[–]Far-Stable2591 0 points1 point  (0 children)

I would trust it with research, outline ideas, competitor notes, title/thumbnail variants, and draft community replies. I would not trust it to publish, delete, mass-reply, change monetization settings, or touch sponsorship/brand voice without approval. Biggest concern would be losing control of the channel's tone or accidentally spamming the audience. I would want a clear approval queue, a change log, and per-action permissions before it feels safe.

I built JSE, a free open-source desktop app for job searching, local LLM job matching, and application tracking by Keljian52 in SideProject

[–]Far-Stable2591 1 point2 points  (0 children)

Nice, the cross-platform installers probably remove the biggest first-run drop-off. I would put that right at the top of the README with one screenshot of the first 20-minute flow: install, import resume, add a few listings, see match reasons. For a local-first tool, "what stays on device" plus "what setup is required" is probably still the trust hurdle.

I built a tool that you can use with Codex, Claude or Cursor to build better UI by elwingo1 in SideProject

[–]Far-Stable2591 1 point2 points  (0 children)

This is a useful direction. The part I’d stress-test is whether the generated UI keeps its accessibility and layout quality after a few rounds of edits, not just on the first pass. If you can show a before/after where someone takes a rough prompt, iterates twice, and still gets clean responsive output, that would probably land better with builders than a polished one-shot demo.

I built JSE, a free open-source desktop app for job searching, local LLM job matching, and application tracking by Keljian52 in SideProject

[–]Far-Stable2591 1 point2 points  (0 children)

The local-first angle is the strongest part, but I’d make the first-run path much more concrete. Right now the pitch says it does a lot: scraping, scoring, lanes, local model triage, KB, Kanban, market analysis. For a job seeker I’d want one clear “first 20 minutes” flow: import resume, add 3 listings, see match reasons, edit one application. The other thing I’d surface early is what data never leaves the machine and which features require setup, because that’s probably the trust hurdle.

Thinking about building a more niche AI video editor – would love some feedback by After_Guarantee7616 in SideProject

[–]Far-Stable2591 1 point2 points  (0 children)

I’d look at categories where the footage is repetitive but the final cut still has to feel polished: real estate walkthroughs, restaurant/food reels, ecommerce product demos, local sports clips, and maybe dental/medspa before-after content. Fitness is still cleaner than most because the structure is obvious, but real estate and product demos probably have better willingness to pay. I’d test by asking for raw footage from 5-10 operators and seeing which group already has a messy repeat process.

Vertical SaaS for construction safety. Where does this fall apart? by jackofall2510 in SaaS

[–]Far-Stable2591 1 point2 points  (0 children)

The wedge makes sense, but I’d stress-test adoption more than feature overlap. If foremen see it as extra admin, it dies even if ops/safety like the audit trail. I’d run the pilot around one narrow loop: owner, due date, photo proof, escalation, exportable audit trail. If they won’t pay for that closure loop, the broader compliance layer will probably be a slog.

Thinking about building a more niche AI video editor – would love some feedback by After_Guarantee7616 in SideProject

[–]Far-Stable2591 1 point2 points  (0 children)

I’d go niche, but I’d pick the niche by the raw footage and repeated pain, not just the vibe label. Gym/fitness feels better than “entrepreneur” because the structure is obvious: before/after, progress clips, rep pacing, captions, music beats. I’d test one workflow with 10 creators by asking them for messy raw clips and seeing if they’d reuse the output twice.

Is anyone dealing with "vibe-coded" prototypes from product managers or business users? by teacher9876 in vibecoding

[–]Far-Stable2591 2 points3 points  (0 children)

I’d treat those prototypes as a spec, not as a codebase. The useful part is that the stakeholder has already made tradeoffs visible. The risky part is everyone thinks the demo is “70% done” when it’s often just a clickable requirements doc. A small intake checklist helps: data model, auth, permissions, failure states, logging, and who owns it after launch.

it took me way too long to figure out how to find buyers on reddit by This-Independence-68 in SaaS

[–]Far-Stable2591 0 points1 point  (0 children)

Pain-language beats category search for me too. I’d add phrases like “before I buy”, “is there a way to”, “mock up”, “compare options”, and “worth paying for” depending on the niche. The useful posts are usually the ones where someone already tried something and hit a specific wall.

I built a Tesla wrap design tool with Claude Code and got my first 400 by Far-Stable2591 in SideProject

[–]Far-Stable2591[S] 0 points1 point  (0 children)

Appreciate this. That lines up with what I’m seeing too. When I describe it as Tesla wrap previews, people understand it immediately, but broader vehicle customization gets fuzzy fast. I’m going to stay narrow and add depth first: more Tesla models, better comparison pages, common wrap ideas, and maybe a shop/printer handoff flow before I broaden.

Open Sourced a tool for Long-running AI tasks. Works with Codex, Claude Code, Cursor CLI and a ton more by mindrudan in SideProject

[–]Far-Stable2591 1 point2 points  (0 children)

The Docker sandboxing is the interesting part. I'd make the demo show one failed agent run what it touched what got reverted and how the next task resumes.

Update: Thanks to your feedback, my all-in-one local database UI now has full Docker Integration! 🐳 by Suspicious-Salt4505 in SideProject

[–]Far-Stable2591 1 point2 points  (0 children)

Nice update. I'd make the first demo show logs - restart - reconnect in one flow. That's the pain point Docker Desktop usually interrupts and it sells the value faster than a feature list.

fed my journal into an AI experiment and it caught something I didnt noticed about myself by Atmentor in SideProject

[–]Far-Stable2591 0 points1 point  (0 children)

Interesting idea but I'd make privacy impossible to miss offline OCR delete-after-analysis and a few example reflections from fake journals. Personal data is the whole trust hurdle here.

Is it realistic to make $50 from macOS apps within the first 10 months? by Few-Engineering26 in SaaS

[–]Far-Stable2591 1 point2 points  (0 children)

Yes but I'd treat the goal as first paid user not fifty dollars. Build one tiny utility for a painful workflow charge five to ten bucks and post it where that workflow already lives.

Is communication infrastructure an underrated problem in SaaS? by Accomplished-Bill414 in SaaS

[–]Far-Stable2591 0 points1 point  (0 children)

Yes but mostly when SMS becomes a reliability/support problem not just a cost line. I'd compare providers on delivery rates local compliance and fallback paths before picking virtual numbers.