u/spx__007

Changing how I think about sourcing for e-commerce side projects

I’ve been experimenting with a small e-commerce side project recently, and one thing I noticed pretty quickly is how repetitive product sourcing can feel.

A lot of stores seem to use the exact same suppliers, so even when you discover a product that looks promising, it’s usually already everywhere.

To test something different, I started exploring alternative sourcing platforms instead of relying only on the sites most beginners talk about.

What stood out to me was how factory-focused a lot of the listings felt. I also noticed more suppliers offering things like custom packaging and lower-level product customization, which made me think more about building a brand instead of just dropshipping random trending items.

The downside is that the process feels less beginner-friendly overall.

I’ve had trouble figuring out which suppliers are actual factories versus trading companies, communication tends to move slower, and sourcing takes more patience compared to the plug-and-play style most people are used to.

Still, the experience changed how I think about building e-commerce side projects long term instead of only chasing short-term trends.

I’m curious if anyone else here has experimented with sourcing this way for a side project.

Did it help you build something more unique, or did the extra complexity outweigh the benefits?

reddit.com
u/spx__007 — 5 hours ago

Why does weight loss still feel so hard even with all the tools we have today?

I’ve been thinking about something and I wanted to hear real experiences from people here who are actually going through it.

It feels like we have so many tools available now for weight loss. Apps that track calories, apps that count steps, workout plans everywhere, fasting guides, AI suggestions… basically everything you could need is already out there.

But even with all of that, a lot of people still seem to struggle with actually getting consistent results or sticking to something long enough for it to work.

From what I’ve seen, some people understand what they need to do but struggle to stay consistent once life gets busy. Others are very disciplined for a while but start to feel unsure if they’re even doing things the right way. And then there are people who just feel overwhelmed because there are too many opinions and it becomes hard to know what to trust.

I’m just curious what it’s actually like from your side.

When you think about your own experience with weight loss, what has been the hardest part for you personally?

And if you’ve ever made progress before, what actually helped you keep going in a real and practical way?

reddit.com
u/spx__007 — 6 hours ago

Building a niche AI tool for veterans has been very different from building for a general audience

A friend of mine who served in the USMC recently launched a desktop AI app focused on helping veterans understand and organize their VA disability claims, and watching the process has honestly been interesting from a SaaS perspective.

What stood out immediately was how much trust matters in this niche. Most AI tools today push everything through the cloud, but the people using this product are dealing with medical records, military files, VA decision letters, and personal documents, so privacy became one of the biggest concerns early on. Because of that, the entire app runs locally on the user’s computer instead of uploading files to external servers.

The product can read through VA paperwork, analyze records, and help users spot claims or supporting evidence they may have missed before. A lot of veterans apparently spend years trying to navigate the system or paying expensive consultants without really understanding what they can claim themselves, so the goal was to make the research side easier and more accessible.

What’s been surprising is how different the marketing side feels compared to normal SaaS products. Veteran communities seem extremely sensitive to anything that looks promotional or exploitative, which honestly makes sense. At the same time, the people who actually need the tool are active in places like Reddit, Facebook groups, and YouTube comment sections around VA claims content.

So now we’re trying to figure out the best way to approach growth without making it feel like just another AI product being pushed online.

Curious how other founders here would approach this kind of niche audience. Would you lean heavily into educational content and community discussions first, or focus more on direct demos and testimonials?

reddit.com
u/spx__007 — 7 hours ago

Founder question: why does personal document organization still feel unsolved?

I’ve been spending a lot of time thinking about productivity and privacy software lately, and one thing keeps standing out to me: most people still don’t have a good system for managing their personal documents.

Even people who are extremely organized seem to have files scattered everywhere. Important PDFs sit in random cloud folders, contracts get buried in email threads, IDs end up as screenshots on phones, and somehow everyone develops their own messy workaround over time.

What’s interesting is that SaaS has solved so many complicated business problems already, yet personal document management still feels weirdly fragmented. We have amazing collaboration platforms and enterprise tools, but for individuals trying to securely organize their own life, the experience often still feels clunky or incomplete.

I’ve been working on a small project in this space called CiFile, and it’s what pushed me to start thinking more deeply about this problem. The more I look at it, the more I wonder whether the gap is actually in the tools we have, or in how people naturally approach organizing personal information.

I’m honestly curious whether this is more of a technology problem or a human behavior problem.

Do people avoid organizing documents because existing tools are too complicated? Is privacy becoming a bigger concern now? Or do most people just settle for good enough storage systems and never think about it until they urgently need a file they can’t find?

Would love to hear how other founders or SaaS people here think about this space, especially anyone building around productivity, storage, or privacy.

reddit.com
u/spx__007 — 8 hours ago

Reservists and VA claims how has your experience actually been?

I’ve been having a few conversations with other vets lately while working on a veteran-focused project called VetClaims AI, and I’m honestly curious how this looks from the Army Reserve side.

The VA claims process always seems like one of those things that sounds straightforward at first, but once people actually go through it, the experience can be very different depending on timing, unit, and how prepared someone is when they start.

For those of you who’ve dealt with it while still serving or after transitioning, how did it go for you?

Was it something you felt prepared for, or did you end up learning most of it as you went along?

I’m also curious if you felt like you had enough guidance at the time, or if it was more of a figure it out on your own situation.

Genuinely interested in hearing how it’s been for different people here, since everyone’s path seems a bit different with this stuff.

reddit.com
u/spx__007 — 19 hours ago

Built a niche AI SaaS for veterans would love feedback from other SaaS builders

I’ve been working on a SaaS idea called VetClaims AI and wanted to share it here to get honest feedback from people who actually build and ship products.

It’s an AI-based tool designed for a very specific audience: US military veterans dealing with the VA disability claims process.

The idea is pretty straightforward. Users upload their VA-related documents like medical records, decision letters, service history files, and the tool helps them make sense of it all. It highlights potential claims they may qualify for, flags previously denied claims that might now be worth revisiting, and helps organize everything into a structured format they can take to a VSO.

One important thing: it runs locally on the user’s computer. The goal is to keep everything private since we’re dealing with sensitive personal and medical information.

I’m still shaping how this should sit in the market and how it should be positioned, so I’d really appreciate input from other builders.

A few things I’m thinking about and would love opinions on:

  • Does this feel more like a SaaS or a desktop tool with SaaS elements?
  • How would you approach distribution for something that’s very niche like this?
  • In a product like this, would you prioritize accuracy of output or simplicity of UX in the early stages?
  • Have you seen AI tools succeed (or fail) when they deal with sensitive personal/legal-type documents?

I’m not trying to sell anything here just looking to learn from people who’ve built in this space before. Any feedback, criticism, or ideas are welcome.

Would be great to hear how others would approach something like this.

reddit.com
u/spx__007 — 20 hours ago

Does anyone else feel like reproducing frontend bugs gets harder as apps grow?

One thing that’s been frustrating me lately is how much time gets lost after a bug is already reported.

Not necessarily fixing it reproducing it consistently.

Especially on larger web apps where issues can depend on:

  • deployment version
  • staging vs production
  • browser/device differences
  • failed API requests
  • caching/CDN behavior
  • auth/session state
  • feature flags

A lot of tickets still end up turning into:

  • can you reproduce it again?
  • which environment was this from?
  • do you have console/network logs?
  • was this before or after the latest deploy?

Feels like teams spend more time gathering context than actually fixing the issue sometimes.

Curious whether people here are still handling this mostly manually, or if there are workflows/tools that have genuinely helped reduce the QA dev back-and-forth.

reddit.com
u/spx__007 — 22 hours ago

Is anyone else’s campus Wi-Fi basically useless at night?

I’m not even joking, my dorm Wi-Fi completely changes personality after like 8pm

During the day it’s fine, but at night everything starts struggling. YouTube buffers, Instagram barely loads, games start lagging, and sometimes pages just refuse to open for no reason.

I thought it was only my building until I started asking other people on campus and apparently everybody deals with the same thing.

I’ve been trying random stuff to improve it because I got tired of disconnecting every few minutes while studying or streaming. Recently tested an Android app called Truman Dash mainly because it didn’t ask me to sign up or create an account first. I mostly wanted to check my network speed quickly and see if my Wi-Fi was actually the problem.

Not gonna lie, the speed test feature is actually pretty useful when the internet starts acting weird.

But now I’m curious is this just a normal college Wi-Fi experience everywhere?

What’s the worst dorm internet situation you guys have dealt with?

reddit.com
u/spx__007 — 23 hours ago

Studying online has been harder for me lately and I think it’s not just about motivation

I’ve noticed something a bit strange while studying over the past few months. It’s not really that I don’t want to study or that I’m distracted all the time. It feels more like small things keep breaking my focus without me even realizing it.

Sometimes I sit down ready to go through lectures or notes, and then I end up dealing with slow pages, tabs freezing, videos buffering, or just switching between apps too much because something isn’t loading properly. By the time everything is working again, I’ve already lost momentum.

What surprised me is how much that actually affects how long I can stay focused. Even when I’m trying my best to be consistent, those little interruptions make everything feel harder than it should be.

I’ve been trying to adjust my setup a bit to reduce those issues and make studying feel more stable and less stop and start.

I’m curious if anyone else here feels the same way. What’s the one small thing that usually breaks your focus when you’re studying? And have you found anything that actually helps you stay in that flow for longer?

reddit.com
u/spx__007 — 1 day ago

Solo travelers from India, how do you actually deal with language barriers when you’re abroad?

I’ve been thinking about this a lot after my recent solo trips.

When you’re traveling alone, even small things feel different. Like ordering food in a local spot, trying to explain something to a taxi driver, or just asking for help when you’re lost. It’s not even about big problems it’s those small everyday interactions that can sometimes become stressful when there’s a language gap.

I feel like when you’re solo, there’s no backup. No friend to jump in or take over the conversation. You’re just there trying to figure it out on your own, and sometimes it goes smoothly, and other times it gets a bit awkward or confusing.

I’ve been exploring tools around this recently and came across WanderVox, which approaches it more like a real-time travel conversation companion instead of the usual type-and-translate flow. It got me thinking about how many solo travelers probably deal with this issue more often than we talk about.

Curious how others here handle it when traveling in places where English isn’t really common. Do you mostly rely on translation apps, try to learn phrases beforehand, or just improvise as you go?

Would honestly love to hear real experiences from other solo travelers from India.

reddit.com
u/spx__007 — 1 day ago

Been building a privacy-focused document organizer and could really use honest feedback

I’ve been working on a project called CiFile for a little while now, mainly because I got tired of having important documents scattered everywhere between cloud drives, screenshots, notes apps, random folders, and email attachments.

The idea wasn’t to create another complicated storage platform, but something that feels simpler and more personal for organizing important files while still keeping privacy in mind. I’m still improving the app and trying to understand whether the workflow actually feels useful to real people outside my own circle.

One thing I’ve noticed is that everyone seems to manage documents differently. Some people rely completely on cloud storage, others keep things locally, and some honestly just search their phone every time they need something important. I’m curious how other people here handle this problem and what they feel is missing from current apps.

I’d genuinely appreciate honest thoughts, criticism, or feedback from anyone willing to check it out. I’m more interested in learning what feels confusing, unnecessary, or useful than trying to promote it aggressively.

reddit.com
u/spx__007 — 2 days ago

What’s the most awkward language barrier situation you’ve had while abroad?

One thing I never really expected before spending more time traveling was how mentally draining small communication problems can become over time. Not huge emergencies just normal everyday moments that suddenly become complicated because you and the other person can’t fully understand each other.

A few weeks ago I was in a small restaurant and realized halfway through ordering that the staff completely misunderstood what I was asking for. Nobody was frustrated or rude about it, but we reached that awkward stage where everyone is smiling while also being completely confused. We eventually figured it out, but it reminded me how exhausting those moments can get when they happen constantly during long trips.

Another time I got sick while traveling and trying to explain symptoms at a pharmacy became way harder than expected. I thought translation apps would solve most of these situations, but they still make conversations feel very stop-and-start. You type something, hand over your phone, wait, repeat, and sometimes the meaning still feels off.

Lately I’ve been experimenting with different ways to make these interactions feel more natural instead of constantly breaking the flow of conversation. One of the things I’ve been testing is a voice-based travel companion called WanderVox, but honestly I’m still more interested in the problem itself than any specific tool how people actually handle real conversations in places where they don’t speak the language.

What surprised me most is how much these little interactions affect your confidence while traveling. When communication feels difficult all day, you naturally become more hesitant to explore, ask questions, or talk to locals.

I’m curious if other digital nomads have experienced the same thing. What country challenged you the most communication-wise? And did you eventually adapt, or do those awkward moments never really go away?

reddit.com
u/spx__007 — 2 days ago

I’ve been building a simple privacy-focused file app and would really like feedback from other founders

I’ve been working on a small productivity app and wanted to share what we’re building and honestly get some real feedback from other entrepreneurs here.

It started from a pretty simple problem I kept running into: important files and documents always end up scattered everywhere. Phone, email, screenshots, cloud drives, notes… and when you actually need something quickly, it becomes annoying to find.

So we started building to try and solve that in a very simple way nothing fancy, just a clean place for your important stuff.

Right now the focus is:

  • keeping it privacy-first (no unnecessary tracking or data use)
  • making it super simple instead of overloaded with features
  • helping people quickly find important documents like IDs, receipts, contracts, etc.
  • keeping it mobile-friendly since that’s where most people actually work from now

We’re still in early testing, and I’m trying to understand a few things better from real users and founders:

How do you personally handle important documents or files for your work or business?

Do you actually trust apps for storing sensitive stuff, or do you prefer keeping everything in traditional cloud drives?

And what would make you switch from something you already use (like Drive, Notes, Dropbox, etc.) to a new tool?

Would really appreciate honest opinions even criticism is fine because we’re still shaping the direction.

Also curious if anyone here has built something in the productivity/SaaS space what was the hardest part of early user feedback for you?

Thanks for reading

reddit.com
u/spx__007 — 3 days ago

Anyone else experimenting with AI agents for support/ops instead of hiring more people?

Been experimenting with something recently and wanted to hear how other founders are thinking about this.

We started using AI agents in parts of our support and ops instead of immediately hiring more people. Not in a replace the team way, more like trying to reduce the repetitive stuff that slows everyone down.

Right now it’s basically a no-code AI agent setup that handles things like customer questions, basic lead qualification, and answering internal SOP stuff so people don’t keep repeating the same questions in Slack.

What’s been interesting is it’s less about how smart the AI is and more about how you structure it so it behaves consistently and doesn’t go off-track. That part is actually harder than expected.

Also noticed most support requests are way more repetitive than we thought, and speed matters more than perfect answers most of the time. Another weird challenge is figuring out when the AI should just shut up and escalate instead of trying to respond to everything.

We’re still figuring out a lot, especially around how strict the boundaries need to be, how to prevent it from giving answers when it’s not confident, and how to make it manageable for non-technical people without constantly editing prompts.

Curious how other founders are dealing with this. Are you using AI or automation anywhere in your startup yet, and if so what’s actually been useful vs what still feels unreliable?

reddit.com
u/spx__007 — 3 days ago

I think students are tired of apps that make simple problems feel complicated

I’ve been researching online behavior in college communities recently, and one thing keeps showing up everywhere: people are frustrated with campus internet.

Not even in a dramatic way. Just everyday frustration.

Slow dorm Wi-Fi at night. Random network restrictions. Streaming buffering for no reason. Games lagging during peak hours. Some websites/apps suddenly not loading on campus networks.

What surprised me most is how many people don’t want advanced tools anymore. They just want something simple that works immediately.

A lot of apps in this space still force users to create accounts, verify emails, start trials, or deal with complicated setup before they can even test if it helps.

It made me wonder if simplicity is becoming more important than features.

Right now I’m experimenting with a very lightweight approach:

  • instant access
  • no registration
  • fast connection
  • built-in speed testing
  • minimal friction overall

Still trying to understand what users actually value most.

If you were targeting students or younger users today, what do you think matters more:
privacy, speed, convenience, or just “works instantly”?

Curious to hear honest opinions from other builders here.

reddit.com
u/spx__007 — 4 days ago

Anyone else surprised by how far no-code AI tools have gotten lately?

I’ve been playing around with some no-code AI workflows recently and honestly it feels kind of crazy how much you can build now without being super technical.

A while back I always assumed stuff like AI agents or automated support systems would require a whole dev team behind it, but now it feels way more accessible than I expected.

We started testing YourGPT AI mainly because we were tired of dealing with the same repetitive questions every single day. Nothing complicated, just the usual support stuff and simple customer questions that kept interrupting work.

Still early and definitely not perfect. Sometimes the AI gives weird replies and you still need humans involved obviously.

But I do think it’s changed the way I look at building workflows and small systems for businesses. Feels like people can experiment way faster now without needing months of development just to test an idea.

Curious if other people here are seeing the same thing or if it’s just hype from my side.

Are most of you using no-code AI tools already or still sticking to traditional setups?

reddit.com
u/spx__007 — 4 days ago

Building for veterans has been way harder than I expected

I’ve been working on a small software project aimed at helping US veterans better understand their VA disability claims, and honestly… it’s been one of the hardest audiences I’ve ever tried to build for.

Not because veterans are difficult people, but because there’s already so much distrust in the space.

A lot of vets have already spent money on consultants, paid for advice that went nowhere, or dealt with systems that feel impossible to navigate. So the moment they hear words like AI or software, the walls immediately go up.

The product itself is actually pretty straightforward:
VetClaims AI is a desktop app that helps veterans organize and analyze their VA records to identify possible claims or denied claims worth revisiting. Everything runs locally on the user’s computer because privacy was a huge concern from day one.

But marketing it has been interesting.

I’ve noticed that talking about features barely gets attention. The conversations only become real when people start sharing personal experiences about dealing with the VA process itself.

That’s also made me realize this probably isn’t a normal growth hack type of product. Building trust matters way more than trying to force conversions.

Right now I’m experimenting with:

  • community discussions
  • educational-style content
  • founder storytelling
  • answering questions instead of directly pitching

Still figuring things out though.

For anyone here who has built products in sensitive or skeptical niches:
What ended up working best for you when it came to earning trust early on?

reddit.com
u/spx__007 — 4 days ago

Working on a niche AI product for veterans would love some honest feedback on the idea + distribution approach

I’m working on a small digital product and wanted to get some perspective from other sellers/builders here, especially around how you’d approach something like this.

It’s a Windows desktop AI tool built for US military veterans who are dealing with VA disability claims.

It’s called VetClaims AI a Windows desktop AI tool built for US military veterans who are dealing with VA disability claims.

Basically, the idea is:
users load their VA paperwork (PDFs, scanned records, decision letters, etc.), and the app reads everything locally on their machine. Then it helps organize the information and maps it against VA rating criteria so they can better understand what claims might be missing or underutilized.

It also helps generate summaries they can take to a VSO or use when filing.

The main thing I’m trying to be careful about is distribution. The niche is very sensitive and trust-heavy, and I don’t want to approach it in a spammy or aggressive way.

Right now I’m thinking Reddit and other veteran communities might be the most natural place for organic discussion, but I’m still figuring out how to do that properly without getting ignored or flagged.

So I guess my questions are:

  • If you were launching something like this, how would you validate it before scaling traffic?
  • What actually works on Reddit these days for niche SaaS / digital products?
  • Would you start with educational posts, personal story-style posts, or straight product demos?
  • How do you usually avoid crossing the line between sharing something useful and self-promotion?

I’m still early in shaping the marketing side of this, so I’d really appreciate any honest feedback even criticism is welcome.

Thanks in advance.

reddit.com
u/spx__007 — 4 days ago

Need honest feedback on an Android app we’ve been working on

I’ve been helping test an Android app called Truman Dash and wanted to get some real opinions from people here instead of only hearing feedback from friends.

The app was created for people dealing with slow Wi-Fi, unstable mobile data, and restricted internet connections. We intentionally kept it simple because a lot of similar apps feel overloaded or complicated for no reason. One thing we focused on was letting people use it instantly without creating an account first, and we also added a quick built-in speed test so users can immediately check how their connection is performing.

Right now we’re mainly trying to understand whether the app actually feels useful in real everyday situations or if there are things that make people lose interest quickly.

I’d genuinely love honest feedback about the overall experience, whether the app feels too simple, what features feel missing, or what would make you keep an app like this installed long term.

Also curious what’s the most frustrating issue you usually deal with when using public Wi-Fi, school internet, or mobile data?

Open to all opinions, even harsh criticism.

reddit.com
u/spx__007 — 4 days ago

Built something to help me organize my documents would love some honest feedback

I’ve been working on a small app called CiFile over the past while, and I wanted to share it here because I’m genuinely curious what people think.

The idea started pretty simple I kept running into the same problem: important stuff like IDs, receipts, work files, random PDFs, notes, etc. were all over the place. Google Drive, phone storage, random folders… it just got messy over time.

So I started building something to keep everything in one place in a more structured way, mainly focused on:

  • keeping documents organized without overthinking it
  • quick access when you actually need something
  • and trying to keep things a bit more private and simple than usual cloud-heavy setups

It’s still very early, and I’m not trying to sell anything here I’m more trying to figure out if I’m even solving a real problem in a useful way or just something that makes sense to me personally.

Would honestly love to hear from people here:

  • how do you currently handle important documents/files?
  • do you even use dedicated apps for this or just stick to cloud drives?
  • what annoys you most about the current options out there?

Appreciate any thoughts or criticism. I’m still shaping it.

reddit.com
u/spx__007 — 5 days ago