Well done! Next step: publish it to a URL
Discussion
thanks, yup, gotta get it live. any recs on best simplest way to deploy something like this from cursor? i’m assuming vercel or something similar, but haven’t tried it yet
Vercel if you're using a server framework, but frankly its a bit of a pain. I never publish to vercel and I have a paid account. Or if it's just static html, you can publish it to github via gh-pages.
But at this point, cursor chat could probably give you very good advice.
Just shove on github and rename the branch to gh-pages, github will do the rest. If you need to compile it to a dist folder github may work, or vercel better depending on the app, agianst, cursor chat will tell you.
good point. i will ask cursor chat when i’m back at my computer
Good luck on your journey. You will be ahead of most quite quickly, if you do a little bit each day, and dont get discouraged. One tip I will give you is not to let code bases get to big, because the they become harder to change. Get an app into a state that works. Then make the next one based on what you're learnt. Rinse. Repeat Best of luck!
thank you! 🙏
impressive vibe coding follow thru here