diff --git a/src/content/tools/elysia.md b/src/content/tools/elysia.md new file mode 100644 index 00000000..cd575ff8 --- /dev/null +++ b/src/content/tools/elysia.md @@ -0,0 +1,19 @@ +--- +name: ElysiaJS OpenAPI +description: The incredibly fast bun-based web application framework has OpenAPI baked in, and just building applications can be enough to emit API documentation using Scalar UI, or exported for other uses. +categories: + - openapi-aware-frameworks +link: https://elysiajs.com/plugins/openapi +repo: https://github.com/elysiajs/elysia-openapi +languages: + nodejs: true +oasVersions: + v2: true + v3: true + v3_1: false + v3_2: false +featuredArticles: + - title: 'How to generate OpenAPI with Elysia' + url: https://www.speakeasy.com/openapi/frameworks/elysia + date: 2026-06-01 +---