Vibe-coding an AI-visibility tool, anyone else prioritizing speed over structure right now?
by•
Working on a scrappy prototype to track brand mentions across ChatGPT, Gemini, and Perplexity. Going full "build for the vibe" mode, no perfect architecture, just shipping the core loop and fixing what breaks.
Curious how others here approach this: do you vibe-code the whole MVP, or do you draw a line somewhere (e.g., auth/payments still get done "properly")?
4 views
Replies
I think certain parts like auth/payments are especially important, you can prioritize speed over the structure. But for me, security should be my top priority. I think as long as you understand what you are building, I think you are fine.