From 6831dd38c08bd74434c587298a028f168b65aadd Mon Sep 17 00:00:00 2001 From: Obaydur Rahman Date: Mon, 16 Jun 2025 03:12:31 +0600 Subject: [PATCH] Add LLMs.txt Elysia plugin to generate `llms.txt` from OpenAPI/Swagger --- docs/plugins/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index 6dae5a95..ca499c1b 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -61,6 +61,7 @@ This is to ensure developers end up with a performant web server they intend to - [OAuth2 Resource Server](https://github.com/ap-1/elysia-oauth2-resource-server) - a plugin for validating JWT tokens from OAuth2 providers against JWKS endpoints with support for issuer, audience, and scope verification - [Elysia OpenID Client](https://github.com/macropygia/elysia-openid-client) - OpenID client based on [openid-client](https://github.com/panva/node-openid-client) - [Rate Limit](https://github.com/rayriffy/elysia-rate-limit) - simple, lightweight rate limiter +- [LLMs.txt](https://github.com/opuu/llms-txt) - generate `/llms.txt` for LLM friendly docs from OpenAPI/Swagger - [Logysia](https://github.com/tristanisham/logysia) - classic logging middleware - [Logestic](https://github.com/cybercoder-naj/logestic) - an advanced and customisable logging library for ElysiaJS - [Logger](https://github.com/bogeychan/elysia-logger) - [pino](https://github.com/pinojs/pino)-based logging middleware