Runapi (File Based routing for python)



This content originally appeared on DEV Community and was authored by Amanpreet Singh

I just published RunAPI — a Python framework inspired by Next.js, but built on FastAPI.

Why RunAPI?

FastAPI is awesome, but large projects can get messy. RunAPI adds file-based routing to keep things clean & scalable.

It also ships with JWT authentication, middleware, error handling, and a CLI for bootstrapping projects quickly.

📦 Install:

pip install runapi

🔗 Links:

PyPI: https://pypi.org/project/runapi/

GitHub: https://github.com/amanbig/runapi

Try it out & let me know what you think!


This content originally appeared on DEV Community and was authored by Amanpreet Singh