I.e. stuff you build in your spare time for fun.
Ask HN: What's your preferred stack for personal projects?
1–9 of 9 posts
Re: Ask HN: What's your preferred stack for personal projects?
#2Flask (Python), FastAPI and htmx. A very capable stack while still be manageable by a solo-developer.
Re: Ask HN: What's your preferred stack for personal projects?
#3LAMP. No frameworks, no JavaScript.
Re: Ask HN: What's your preferred stack for personal projects?
#4Rails + SQLite
Re: Ask HN: What's your preferred stack for personal projects?
#5It varies a lot depending on the project, but generally I'm just using gcc, make, and a text editor. I'll use Eclipse as an IDE for particularly complex projects.
Re: Ask HN: What's your preferred stack for personal projects?
#6Next.js + MUI + Vercel, with Jetbrains and Github behind the scenes. Super easy and fast DX. Maybe Astro for simpler projects.
Grew up in the LAMP world and wrote HTML/CSS/JS by hand. Not going back to that.
I keep wanting to learn Swift (I miss nice, fast desktop apps) but never seem to have time...
Re: Ask HN: What's your preferred stack for personal projects?
#7Django + Unpoly + Bootstrap + Postgres
Re: Ask HN: What's your preferred stack for personal projects?
#8Linux, Python and/or C++, sometimes ncurses.
Re: Ask HN: What's your preferred stack for personal projects?
#9A Linux web server where I write HTML and Javascript and then I check if it works in a web browser.