diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md
index 3b1aa64e..61933a86 100644
--- a/docs/third-party-packages.md
+++ b/docs/third-party-packages.md
@@ -214,6 +214,15 @@ A flexible and extendable web framework built on top of Starlette, Pydantic and
GitHub |
Documentation
+### Ellar
+
+GitHub |
+Documentation
+
+Ellar is an ASGI web framework for building fast, efficient and scalable RESTAPIs and server-side applications. It offers a high level of abstraction in building server-side applications and combines elements of OOP (Object Oriented Programming), and FP (Functional Programming) - Inspired by Nestjs.
+
+It is built on 3 core libraries **Starlette**, **Pydantic**, and **injector**.
+
### Apiman
An extension to integrate Swagger/OpenAPI document easily for Starlette project and provide [SwaggerUI](http://swagger.io/swagger-ui/) and [RedocUI](https://rebilly.github.io/ReDoc/).