Hacker News new | ask | show | jobs
by alwynsiby 797 days ago
Mistakes I Made Making My First Saas

Being a computer science student, I realised that I had never actually made and deployed full-stack application before. I watched a YouTube video about a guy who had made an ai ebook Saas (ik ai hype train ) so i said to myself, 'if he can do it, why can't I?' This led me on a 1.5-month journey through something that I can safely say changed my life.

At the time of writing this, I have made one sale and i never realised that the small amount of money I made could feel better than any money I had made previously at part-time jobs. Anyway, so here are a few mistakes I have made along the way.

Imposter syndrome. At the beginning, I was completely overwhelmed with the amount of tools at my disposal. I ended up wandering aimlessly for like 2 weeks not knowing where to start and watching loads of youtube videos. Not knowing everything is okay, even necceserry in my opinion so just dive head first and give it your best shot.

Don't use AWS for everything: This could be my lack of experience speaking but I tried using aws for everything even though there a multiple better individual offerings available with generous free tiers instead of racking up a bill on aws. I now use vercel to host instead of ec2.

Not using free UI components: It's evident from my website I bassicly did everything myself. I'm not saying it's bad to do so but understand when other people have made components which you can use and modify instead of painstakingly modifying your own components for mobile etc

This is all I have time for atm but lmk what 'stupid' mistakes you guys made on your journey.

Alwyn :)