Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/plugins/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove duplicate ElysiaTemplate listing to avoid conflicting categorization.

At Line 46, ElysiaTemplate is now listed under Community templates, but it still exists under Project templates at Line 151. Keep it in one canonical section (or replace the old entry with a cross-reference) to prevent drift and confusion.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/plugins/overview.md` at line 46, Remove the duplicate "ElysiaTemplate"
entry so it appears in only one canonical section: either delete the Project
templates listing of "ElysiaTemplate" (the entry currently duplicated at the
other section) or replace that Project templates entry with a short
cross-reference to the Community templates section; locate the string
"ElysiaTemplate" and update the duplicate entry in the "Project templates" or
"Community templates" section accordingly to keep a single canonical reference.

- [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
Expand Down
Loading