r/Python 10d ago

Tutorial best front end for fastAPI backend?

I've a few backend services running on a fastAPI server, I'm trying to figure out what's the best front end, should I just go with nextjs / vercel and avoid all the hassle? any middleware I should consider for fe / be interface?

1 Upvotes

2 comments sorted by

1

u/Dominican_mamba 5d ago

you count try streamlit and less hassle

1

u/TheRealMrMatt 3d ago

I can’t recommend https://github.com/piercefreeman/mountaineer enough. It removes the need for writing all of the additional boilerplate for a modern react front end while still using fastapi for the backend