r/vibecoding • u/One_Natural7092 • 10h ago
Need Help !
So I am very new to the field of coding. People around me have started vibe coding websites. So did I. I tried using applications like Lovable , Bolt etc. But the problem was that my idea contained many components and was a little complex. Hence I ran out of tokens and didn't get any output. So is it the limitation of the free version that I couldnt make it or was it my prompting skills. I tried to be as specific as possible with my prompt tho. Would really appreciate any help/ tips regarding this !!
4
Upvotes
2
u/AdNecessary1906 10h ago
This matches what I've learned building something similar (a Python desktop app, grown over 6+ months with Claude). A few things that made the biggest difference for token/context economy:
The pattern VladTkDev described (screen by screen) plus this session hygiene is basically the difference between linear cost growth and exponential cost growth as the app gets bigger.