I used cursor more than 8 months, I wonder is there any app or something like product can be made by cursor only. I mean, if the user like me don’t have experience of coding.
I try to do some personal tools but failed.
Make models follow my VSA rules here: VSA: Vertical Slice Architecture for complex projects in your situation, adding other rules like - when file gets over 200 lines, refactor following vsa rules - would be beneficial, you actually need low knowloadge of coding to do any app that doesn’t need much optimization of resources and doesn’t need an ‘edge’ in its niche category
some hints you may already know: start first by planning the idea, then the database, then the code, for each step give instructions for planning/research(you can find many in this forum), use git commit after every big change and make models use git from terminal when something doesn’t work as before(give them the datetime things went wrong), make models populate .gitignore and .cursorignore to prevent context buildup
Very helpful! I’ll try!