this post was submitted on 29 Oct 2023
1 points (100.0% liked)

Side Project

29 readers
1 users here now

A community for sharing and receiving constructive feedback on side projects.

founded 1 year ago
MODERATORS
 

hey all, anyone else feel the paradox of choice with tech stacks for side projects? sometimes simpler is better. what's your go-to stack when you just want to get an idea out fast? would love to swap notes and learn from each other's shortcuts.

you are viewing a single comment's thread
view the rest of the comments
[–] SirLagsABot@alien.top 1 points 1 year ago

For the app:

  • .NET web API
  • VueJS single page app
  • Auth0 for Auth crap.
  • Tailwind CSS and Flowbite for styling.
  • Local SQL Server db or cheap Azure SQL db.

For marketing site/main site:

  • NuxtJS
  • Tailwind stuff again

Host it all on GitHub. Simple CI/CD scripts to Azure.