From b9f610b7f47f59dbe89500bfe7f00c25b5445e34 Mon Sep 17 00:00:00 2001 From: Mert Enercan <79616834+mertthesamael@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:01:16 +0300 Subject: [PATCH 1/3] Update overview.md --- docs/plugins/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index d5b01a5b..41cea500 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -147,6 +147,7 @@ Here are some of the official plugins maintained by the Elysia team: ## Project templates: - [ElysiaTemplate](https://github.com/QLing-yes/ElysiaTemplate) - MVC backend, auto route & middleware, more coming. +- [Kavoru]([https://github.com/QLing-yes/ElysiaTemplate](https://github.com/mertthesamael/Kavoru)) A production-ready ElysiaJS backend starter on Bun and TypeScript, with JWT auth, Prisma/PostgreSQL, OpenAPI, OpenTelemetry, Sentry, Kafka, WebSockets, Resend email, cron jobs, and Docker — structured for feature modules and a consistent API response envelope. --- From a34969b574273e0567503220c1e0fd91b2da3a65 Mon Sep 17 00:00:00 2001 From: Mert Enercan <79616834+mertthesamael@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:13:45 +0300 Subject: [PATCH 2/3] Update overview.md --- docs/plugins/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index 41cea500..aaaa9bf4 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -147,7 +147,7 @@ Here are some of the official plugins maintained by the Elysia team: ## Project templates: - [ElysiaTemplate](https://github.com/QLing-yes/ElysiaTemplate) - MVC backend, auto route & middleware, more coming. -- [Kavoru]([https://github.com/QLing-yes/ElysiaTemplate](https://github.com/mertthesamael/Kavoru)) A production-ready ElysiaJS backend starter on Bun and TypeScript, with JWT auth, Prisma/PostgreSQL, OpenAPI, OpenTelemetry, Sentry, Kafka, WebSockets, Resend email, cron jobs, and Docker — structured for feature modules and a consistent API response envelope. +- [Kavoru](https://github.com/mertthesamael/Kavoru) A production-ready ElysiaJS backend starter on Bun and TypeScript, with JWT auth, Prisma/PostgreSQL, OpenAPI, OpenTelemetry, Sentry, Kafka, WebSockets, Resend email, cron jobs, and Docker — structured for feature modules and a consistent API response envelope. --- From 1943ad383b7efb387d2923078ce7769e8448616e Mon Sep 17 00:00:00 2001 From: Mert Enercan <79616834+mertthesamael@users.noreply.github.com> Date: Sat, 6 Jun 2026 08:34:36 +0300 Subject: [PATCH 3/3] Update overview.md --- docs/plugins/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index aaaa9bf4..d2b9113f 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -147,7 +147,7 @@ Here are some of the official plugins maintained by the Elysia team: ## Project templates: - [ElysiaTemplate](https://github.com/QLing-yes/ElysiaTemplate) - MVC backend, auto route & middleware, more coming. -- [Kavoru](https://github.com/mertthesamael/Kavoru) A production-ready ElysiaJS backend starter on Bun and TypeScript, with JWT auth, Prisma/PostgreSQL, OpenAPI, OpenTelemetry, Sentry, Kafka, WebSockets, Resend email, cron jobs, and Docker — structured for feature modules and a consistent API response envelope. +- [Kavoru](https://github.com/mertthesamael/Kavoru) - A production-ready ElysiaJS backend starter on Bun and TypeScript, with JWT auth, Prisma/PostgreSQL, OpenAPI, OpenTelemetry, Sentry, Kafka, WebSockets, Resend email, cron jobs, and Docker — structured for feature modules and a consistent API response envelope. ---