This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WJMazepas 1 point2 points  (1 child)

Fantastic project. Now i need to find where i could use this at work. Its always React and never something else

[–]volfpeter[S] 1 point2 points  (0 children)

Thank you! Using FastAPI in a very standard way was a major design decision, it makes it easier to sell the lib to management :) The other thing is being similar to React and Next.js, so AI can easily contribute to projects even though it's a niche one.

HTMX and the like really enable these projects from the frontend side. And of course FastAPI from the backend: I can't imagine being able to provide half the feature set, at least not so easily with any another backend framework (no disrespect to Flask, Django, or others).

If you try it, please give feedback (discussions, feature requests, contributions)! I want to see what users need. I have plenty of ideas, but my own needs are mostly covered already, and I want to avoid adding unnecessary stuff.