From 45396c344f2bdf3aa39a7e97df14cb4ef4e0f73c Mon Sep 17 00:00:00 2001 From: QLing-yes <78684352+QLing-yes@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:54:10 +0800 Subject: [PATCH] add Community templates --- docs/plugins/overview.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index 1af8c624..c225bd26 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -41,9 +41,13 @@ Here are some of the official plugins maintained by the Elysia team: - [Server Timing](/plugins/server-timing) - audit performance bottlenecks with the [Server-Timing API](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing) - [Static](/plugins/static) - serve static files/folders -## Community plugins +## Community templates: +- [ElysiaTemplate](https://github.com/QLing-yes/ElysiaTemplate) - `bun create app-elysia@latest` MVC、auto route、multiple template options、more coming - [Create ElysiaJS](https://github.com/kravetsone/create-elysiajs) - scaffold your Elysia project with the environment easily (help with ORM, Linters and Plugins)! + +## Community plugins + - [Lucia Auth](https://github.com/pilcrowOnPaper/lucia) - authentication that is simple and clean - [Elysia Clerk](https://github.com/wobsoriano/elysia-clerk) - unofficial Clerk authentication plugin - [Elysia Polyfills](https://github.com/bogeychan/elysia-polyfills) - run Elysia ecosystem on Node.js and Deno