Vibecoding
p/vibecodingBuild for the vibe, debug later
trending

1yr ago

Zero coding experience. Wild idea. And 30 days to make it real. Here’s the plan.

I've never coded. Not a single line. But I m tired of just watching cool ideas fly by. So here I am turning a wild idea into something real with AI

as my co-pilot.

My toolkit? ChatGPT, Cursor, Replit.

9mo ago

Will Vibe Coding Dominate App Dev in 2026? 🚀 (From a 10+ Year Dev's View)

Hi, I m an app developer who s shipped many projects the old-school way (hand-coding) for over a decade. Recently AI tools have exploded - speeding up my production like crazy.

What s happening:

- Idea to MVP: Creators focus on ideas while AI writes most of the code.

11d ago

How I stopped context-switching between Claude Code, Codex, and GLM

For the past few months I've been juggling three AI coding agents Claude Code for architecture, Codex for implementation, GLM for review. The pain wasn't any single one of them. It was the switching cost.

Every time I switched engines I had to re-explain the project: which framework, which conventions, where the old conversation left off. None of them remembered what the others knew. I'd waste 10 15 minutes per switch re-loading context, and half the time I'd just give up and stay on whatever I opened first.

So I started building a small thing for myself. Local desktop app. Lets me run all three engines from one window, with a shared memory layer underneath.

The thing I underestimated: persistent memory is the whole game. Once Claude and Codex can both see "this project uses SwiftData + strict concurrency + @Model on iOS 18+," switching becomes free. I stopped caring which engine I was on and started picking per-task.

I don't code. I just shipped a native macOS app in 2 days.

I'm what you might call a gringo vibe coder.

No dev degree. No traditional background. Just me, Cursor, Claude, and AI... figuring things out together.

Rick Rubin said it best: "In the past, for music, you had to go to the conservatory and study for years... then when punk rock came along... if you had something to say, you could say it." He calls vibe coding the punk rock of coding.

Vibe Coding Best Practices and Must Have .md Files

about to Launch a product for creators after building for a few weeks to months.
Started as a way to get into vibe coding and just got real useful real quick lol.
But the goal is still that - mix my skills and knowledge as an engineer with the good parts of AI coding.
So i learned a few of what to need and have

  • Claude.md file

  • best coding practices section

  • pretty heavy compartmentalization & file structure separation

  • certain ways to prompt

  • ask for implementation plan before telling it to code

But i feel like all i learned is about directing prompts - im wondering...

what are you guys finding are the best .md or deeper ai vibe coding tricks that are helping you save time? be more efficient? debug ai less or help it get it right the first time? whats your vibe code tips and tricks?

10mo ago

What’s the easiest no-code tool for handling subscriptions + payments?

Hey Makers I m exploring options for managing subscriptions, payments, and authentication in a super simple way. Ideally, something that s: 1. No-code / low-code friendly 2. Easy to integrate without a ton of setup 3. Handles the boring stuff like billing, invoicing, cancellations, and user access automatically I ve looked at a few tools, but many feel too heavy for a small MVP. Curious to know: What are you using right now? Any lightweight tools that worked really well for your early-stage product? Bonus if it has a generous free tier or is affordable for indie founders. Would love to hear what s working for this community before I commit to something!

1mo ago

Lost 4 hours to the most cursed null reference. Here's what happened

Spent a chunk of Saturday on this and felt obligated to share.

The setup: Claude Code wrote a clean, working function that passed every test. Looked perfect. Pushed to staging. Production crashed.

The bug: the agent had quietly used a deprecated method that worked in tests because of a mock. The mock didn't trigger the deprecation warning. The agent had no way to know it was using something on its way out.

How do you make sure your products are secure after vibecoding it entirely or partially?

After using a lot of AI-generated code lately, I've found myself spending a lot of hours on checking and repairing a lot of easy-to-spot security flaws. That being said, AI generally sucks at actually implementing secure code (or architectures), as well as recommending what to do to make your app more secure (sometimes even decently secure).

Have you had this problem as well? If yes, how do you tackle it?

30d ago

The AI agent fixed the test instead of the bug. Tests passed. Prod broke.

This happened to us last week. Agent wrote the fix, tests went green, we merged. Prod error rate spiked 20 minutes later.

Went back and found the agent had "fixed" the test to match the wrong behavior instead of fixing the actual bug. Technically - all tests pass. Completely wrong in practice.

Is AI quietly saturating SaaS… or am I overthinking this?

Lately it feels like every week there s a new AI-powered SaaS launching.

Same landing page formula.
Same promises.
Same 10x productivity pitch.

And what s interesting is the number of products keeps increasing but I m not sure demand is increasing at the same rate. It feels like we re repackaging the same value just slightly different positioning.

New UI.
Different niche angle.
Built for X .

First
Previous
•••
131415
•••
Next
Last