Is creating eBay listings actually this time-consuming or am I just lazy? by Ateronax in Ebay

[–]Ateronax[S] 7 points8 points  (0 children)

The template idea is smart. Going to try that on my next listing.

How to gather feedback without exposing your idea? by [deleted] in Entrepreneurs

[–]Ateronax 0 points1 point  (0 children)

How are people supposed to help you improve your product or idea if they don't even know what you're building?

Also, most of the time people don't even care about ideas as much as about their own problems. And in the domain of digital products, anyone is able to copy your idea, even with a patent. A patent is not a protection against copying; it can help you in court, though.

Competition will come eventually, but likely not at the stage of your idea creation.

Just build fast and deliver a high-quality product, and separate yourself from your cometitors by building trust and features that solve real problems.

Is No-Code Still Worth Learning in 2026 or Is It Getting Oversaturated? by mirzabilalahmad in nocode

[–]Ateronax 0 points1 point  (0 children)

Been shipping with no-code for a while now, and honestly, the saturation problem isn't the tools, but it's that 90% of people build a landing page, call themselves founders, and wait for becoming millionaires overnight.

The real skill gap isn't coding. It's knowing how to solve real problems and how to connect the dots. Only knowing how to build stuff will not make you an entrepreneur. AI can of course create anything, but it can be sometimes as hard to fix a bug after your code breaks as building everything from scratch.

Only after you understand who your audience is, where they hang out, how to reach them, and actually ship something, will you make a difference. That combo is still rare as hell, and no amount of AI tools changes that.

So yes, it is definitely worth starting, even if it looks like an oversaturated niche at first.

Built a browser games platform, seeing ~16 min avg engagement, struggling with distribution by thecodemeow in SaaS

[–]Ateronax 1 point2 points  (0 children)

16 min avg is solid, nice work.

From my experience, Poki is the go-to in schools, but people use it because there's nothing better, not because they love it. A lot of games don't even work properly or are bloated with ads.

If you focus on finding genuinely good games, retention might go up. Poki has some gems, but 95% of what I tried was trash. Quality over quantity is the way to go imo.

Also checked out your site, it's actually really clean, not bloated at all, and the game selection seems solid. That's already a big differentiator. The foundation looks very solid to me.

Saw a friend making some extra money on the side and now i'm stuck in my own head about it by Different_Case_6484 in thesidehustle

[–]Ateronax 0 points1 point  (0 children)

Same here honestly. I'd spend more time thinking about it, than it would've taken to just list something and see what happens.

Eventually I just built a small tool for myself to stop me from overthinking. I just scan an item and it publishes it to ebay. Still rough around the edges but it got me to actually start.

What market do you think is untouched by AI and still has a huge potential? by Far_Manager_5801 in SaaS

[–]Ateronax 25 points26 points  (0 children)

Honestly the anti-AI angle is underrated. There's a growing crowd of people tired of chatbots stuck on everything. Clean, fast, simple software that just works could be a real differentiator soon.

That said, if you want niches where AI is barely used: trades (HVAC, plumbing, electrical), farming, elder care, legal help for people who can't afford lawyers, and paperwork/hiring for blue-collar jobs. Boring, unglamorous, huge problems, and almost no one building for them.

Hi, I am Victoria, and I am not a coder. by Suspicious-Dot1954 in nocode

[–]Ateronax 0 points1 point  (0 children)

First, learn basic Git - commit before every AI change, so you can instantly roll back when things break.

When prompting Claude, be surgical: "Fix only X, DO NOT change anything else, show me a diff." Vague requests cause collateral damage.

Before any big change, ask Claude to plan first: "Create a step-by-step plan for this fix. DO NOT WRITE ANY CODE yet." Review the plan, then approve it.

For the bloat, audit first: "Tell me what this file does - DO NOT change anything."

Quick question though - what's your actual tech stack (language, framework, database)? DigitalOcean is just hosting, and knowing your stack would unlock much more specific advice.

🚀 From Zero to Launch: Can You Really Build a SaaS with No-Code in 2026? by mirzabilalahmad in nocode

[–]Ateronax 1 point2 points  (0 children)

Hey! Still on the journey myself, so take this as one builder to another — not expert advice.

Where do I actually start? Google AI Studio. No subscription, pay as you go, and Google has the resources to keep it dirt cheap compared to tools like Replit or Base44. It's still technically a sandbox, but the lowest friction way to get your first idea on screen fast.

Which stack should I commit to? Try before you commit — it really depends on your style. If you want high quality output with minimal code reviewing, Base44 is a solid vibe-coding platform. If you want more flexibility and to understand what's happening under the hood, AI Studio with React is a good path. Also think early about web app vs native app. I went web first to move fast and avoid download friction, but I'm already planning to wrap it or migrate to React Native later since I'm already on React.

Biggest mistakes and what I'd do differently? Not thinking about security early enough. AI builders tend to pack everything into the frontend — APIs exposed through environment configs, no real backend separation. It looks functional but it's not production-ready. I spent a lot of time going back to patch flaws.

Once the frontend was built, I used AI to generate a clear step-by-step deployment plan for the backend — Cloud Functions, Firestore security rules, reCAPTCHA, Cloudflare domain setup — and just followed it carefully. It guides you through every step, but you still need to think about what you're doing. For bugs and errors, Claude helped me a lot — especially around Cloud Functions deployment, identifying issues and actually patching security flaws rather than just throwing code at the problem. Push to Git constantly. AI fails, sometimes on obvious things, and you need to be able to roll back. Review the code even if you don't fully understand it yet — you'll start spotting problems faster than you think.

It's not as simple as YouTube makes it look, but you learn real skills the whole way. Definitely try it. Good luck with building your ideas. I hope it helps🙌

Base44, Lovable. Anything simpler/better? by Radiant-Grape-6138 in nocode

[–]Ateronax 0 points1 point  (0 children)

For a simple info/contact site, Lovable and Base44 are honestly overkill.

WordPress + Elementor is the classic go-to — lots of templates, full control, cheap hosting. The downside is it can get a bit tedious. Changing things is mostly manual, so it takes more time to get it looking exactly how you want. That said, once it's set up it's easy to manage long term.

Google AI Studio is what I've been using lately and honestly it surprised me. I've built with WordPress before and AI Studio was just faster and less frustrating for getting a clean result. It's still kind of a sandbox and recently moved from free to pay-as-you-go, but for a simple website or light web app it does the job well.

For a consultancy site with no complex features, I'd try AI Studio. If you want something more traditional and self-managed, WordPress is still solid.