Ask HN: Best tech stack in 2024 to build a fast dashboard web app?

2 points by imnotreallynew ↗ HN
I have a new project that needs a landing page, a signup flow, and a dashboard section displaying some data from a database.

I highly prefer simple, blazing fast websites like Hacker News and Craigslist that load near instantly.

I’ve got a little experience with Rails, React, Java/Kotlin (Android), and node/express.

Is there a particular tech stack that would be suitable for building something where load speed is a priority? I am more than happy to learn a new stack for this project. Thank you!

8 comments

[ 4.7 ms ] story [ 32.1 ms ] thread
Just try Django.
Isn’t python/django quite slow?
Not really. With caching it becomes quite fast. If you need extreme speed, look into a small go service or similar, but for most cases Django will be fast enough.
I still like HTML+PHP, easy to deploy, no build process, can share code across pages, no packages to maintain or keep updated, no dependencies to install, no server-crashes as each request is independent etc.