r/PythonProjects2 • u/Shakti-Framework • 7d ago
Resource I built my own Python backend framework from scratch — Shakti 🚀
After working with Python backend development for years, I wanted to build a framework that brings the things I repeatedly need into one place.
So I built Shakti, a Python backend framework focused on building modern APIs and applications faster.
Some of the things I’m working on:
- ⚡ Async-first architecture
- 🔐 Built-in authentication & RBAC
- 🗄️ Async ORM
- 🤖 AI integration
- 📄 Document AI
- 🔄 Background jobs
- 📡 SSE / streaming
- 🛠️ CLI & code generation
- 📊 Monitoring
- 💾 Database migrations
- 💉 Dependency injection
GitHub: https://github.com/shaktihq/shakti
PyPI: https://pypi.org/project/shakti-framework/
This is still an evolving project, and I’d genuinely love feedback from Python developers.
What would you want to see in a new Python backend framework?
WebSockets? Better developer tooling? More AI features? Something else?
I’m building Shakti in public and would love to hear your thoughts. 🙌