Django ninja aio CRUD

Hi everyone, i want to show you my github repo. I created a framework based on Django and Django Ninja that works with asynchronous operations (only them right now) and make you able to create REST api and CRUD operations with a really simple code implementation. Check it on GitHub and, if you like, please leave here a comment and a star on Github and give it a shot, i will appreciate it a lot.

Introducing Ninja AIO: a lightweight, async-first framework for building clean, maintainable APIs with Django. It focuses on low-latency performance, clear patterns, and developer-friendly tooling to speed up backend development.

Key features:

  • Async-first architecture for scalable APIs

  • Type-safe request/response handling

  • Built-in auth, pagination, and exception handling

  • Flexible parsers/renderers (JSON and more)

  • Simple model utilities for CRUD

  • Easy integration into existing Django projects

  • Well-structured docs, examples, and tutorials

Why it matters:

  • Faster iteration with minimal boilerplate

  • Safer code via explicit types and errors

  • Production-ready for microservices and APIs

  • Clean abstractions and test coverage

Get started:

Open to contributions, feedback, and community discussion.