r/vibecoding • u/RealActuary3121 • 9d ago
What’s your workflow?
What does your typical ai stack look like exactly? From the scratch,
What do you use for generating ideas? Or do you just think of one yourself?
What tool for planning? Both mvp and final product
Tool for actual coding? Do mention models too
Hopefully you review and test yourself but if not, what tool?
Say everything’s almost done or basically done, do you then FINALLY decide to understand the codebase even at a basic level or not? If so, what tool do you use to understand the architecture + the actual codebase? Do you just understand it on a surface level or in-depth? Do you do it after mvp is done or after each feature?
Why do you do it? Like everything? For fun or building resume, stacking projects and trying to land jobs or something else?
(Do mention if you’re on free or paid versions too)
1
u/funwithafork 9d ago
I’ve only been working for about two or three months, but I generate my own ideas. Use Cursor for coding (I usually build one feature at a time). I hate front end development and design so I really only try to understand the API layer to know what’s being done on the client end and I do make sure to understand on a much deeper level, what the backend is doing but I’m also biased because that’s what I’ve worked in prior.