HACKER Q&A
📣 bodash

What tech stack would you pick to rebuild HN today?


Hacker News is famously built with Arc[^1] and I know that users don't care about your tech stack[^2]. BUT, I'm really interested to know, if you had to rebuild HN today, what tech stack would you choose? (the answer is very unlikely to be Arc, right?)

This is to consider all the existing features of HN (auth, comments, updates, text-heavy, etc) but also the "hidden" features like content moderation, filtering bots, shadowbaning, high availability, API, and etc.

[^1]: https://news.ycombinator.com/item?id=28155134 [^2]: https://news.ycombinator.com/item?id=43125981


  👤 bodash Accepted Answer ✓
Personally, I think Go + HTMX + PostgreSQL + Redis can go a long mile, but I could be missing hindsights

👤 mindcrime
If I had to build it myself? Probably something like:

Spring Boot, HTMX, Postgresql, Valkey, Solr


👤 chistev
I built a HN clone with just Django two years ago.