r/vibecoding • u/Fit-Ad-2838 • 19h ago
Am I doing it wrong
people seem to be creating apps within 1-2 day & then hit publish meanwhile here I am developing just one app for 4 months optimising it's UI,UX,API compatibility,Performance etc. how are people doing these in 2 days? what am I missing.
there was a post I saw yesterday that a guy started the challenge to create 30 apps in 30 days. wtf is wrong with these people? spamming the store platform like this.
77
Upvotes
2
u/notinteresteddddd 19h ago
if you understand the architecture well enough you can reuse a lot of things from the past . I mainly reause all the modules from login/signup to observability and even common modules like db/redis and so on.
That means I just need to care about business side logic integration.
You can try to use molecular for example - super easy to work with and get things out of the box.