Hacker News new | ask | show | jobs
by hoistbypetard 1588 days ago
With a similar outlook to yours, I landed on django, htmx and tailwindcss.

I had started down the path of fastapi, svelte and tailwindcss, but when I figured out that htmx let me use server-rendered templates, getting rid of the api and the packaging toolchain felt more ergonomic.

And if you're doing server-rendered things instead of APIs, django has a few more batteries included. (But I really like fastapi for APIs.)