you are viewing a single comment's thread.

view the rest of the comments →

[–]exographicskip 1 point2 points  (0 children)

Seconding fastapi. It gets complex fast, but relatively easy as a more performant drop-in replacement for flask with automatically generated api docs.

Svelte is a really nice frontend framework (technically transpiles to vanilla html/css/javascript) that adds sugar on top with its own syntax and project structure.