# Django ninja aio CRUD

**URL:** https://forum.djangoproject.com/t/django-ninja-aio-crud/43316
**Category:** Show & Tell
**Created:** [November 1, 2025, 10:57pm UTC](https://forum.djangoproject.com/t/django-ninja-aio-crud/43316 "2025-11-01T22:57:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![caspel26](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/caspel26/32/30487_2.png) [@caspel26](https://forum.djangoproject.com/u/caspel26)
#### Post date: [November 1, 2025, 10:57pm UTC](https://forum.djangoproject.com/t/django-ninja-aio-crud/43316/1 "2025-11-01T22:57:47Z")

</div>

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](https://github.com/caspel26/django-ninja-aio-crud) 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.

---

<div class="post-metadata">

### Author: ![discourse\_ai\_spam](https://avatars.discourse-cdn.com/v4/letter/d/c68b51/32.png) [@discourse\_ai\_spam](https://forum.djangoproject.com/u/discourse_ai_spam)
#### Post date: [November 1, 2025, 10:57pm UTC](https://forum.djangoproject.com/t/django-ninja-aio-crud/43316/2 "2025-11-01T22:57:50Z")

</div>



---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/djangoproject/original/1X/43aa234ca0bf7c581b054b0ebee4abe7514a6808.png) [@system](https://forum.djangoproject.com/u/system)
#### Post date: [November 1, 2025, 10:58pm UTC](https://forum.djangoproject.com/t/django-ninja-aio-crud/43316/3 "2025-11-01T22:58:51Z")

</div>



---

<div class="post-metadata">

### Author: ![caspel26](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/caspel26/32/30487_2.png) [@caspel26](https://forum.djangoproject.com/u/caspel26)
#### Post date: [January 1, 2026, 11:58pm UTC](https://forum.djangoproject.com/t/django-ninja-aio-crud/43316/4 "2026-01-01T23:58:08Z")

</div>

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:

- GitHub: https://github.com/caspel26/django-ninja-aio-crud/

- Docs & site: https://django-ninja-aio.com/

Open to contributions, feedback, and community discussion.
