Ask HN: What tech stack would you pick to rebuild HN today?

4 points by bodash ↗ HN
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

4 comments

[ 3.1 ms ] story [ 12.2 ms ] thread
Personally, I think Go + HTMX + PostgreSQL + Redis can go a long mile, but I could be missing hindsights
If I had to build it myself? Probably something like:

Spring Boot, HTMX, Postgresql, Valkey, Solr

I built a HN clone with just Django two years ago.
(comment deleted)