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!
Top comments (1)
Since it's under alpha version for testing so do use it and provide me updates regarding errors.etc