···2929- [Axios](/openapi-ts/clients/axios)
3030- [Next.js](/openapi-ts/clients/next-js)
3131- [Nuxt](/openapi-ts/clients/nuxt)
3232+- [Effect](/openapi-ts/clients/effect) <span data-soon>Soon</span>
3233- [Legacy](/openapi-ts/clients/legacy)
33343435Don't see your client? [Build your own](/openapi-ts/clients/custom) or let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).
+14
docs/openapi-ts/clients/effect.md
···11+---
22+title: Effect client
33+description: Effect client for Hey API. Compatible with all our features.
44+---
55+66+# Effect <span data-soon>soon</span>
77+88+<FeatureStatus issueNumber=2082 name="Effect" />
99+1010+### About
1111+1212+[Effect](https://effect.website/) is a powerful TypeScript library designed to help developers easily create complex, synchronous, and asynchronous programs.
1313+1414+<!--@include: ../../partials/sponsors.md-->
+1
docs/openapi-ts/plugins.md
···33333434The following plugins are planned but not in development yet. You can help us prioritize them by voting on [GitHub](https://github.com/hey-api/openapi-ts/labels/RSVP%20%F0%9F%91%8D%F0%9F%91%8E).
35353636+- [Adonis](/openapi-ts/plugins/adonis) <span data-soon>Soon</span>
3637- [Ajv](/openapi-ts/plugins/ajv) <span data-soon>Soon</span>
3738- [Arktype](/openapi-ts/plugins/arktype) <span data-soon>Soon</span>
3839- [Express](/openapi-ts/plugins/express) <span data-soon>Soon</span>
+14
docs/openapi-ts/plugins/adonis.md
···11+---
22+title: AdonisJS
33+description: AdonisJS plugin for Hey API. Compatible with all our features.
44+---
55+66+# AdonisJS <span data-soon>soon</span>
77+88+<FeatureStatus issueNumber=2364 name="AdonisJS" />
99+1010+### About
1111+1212+[AdonisJS](https://adonisjs.com) is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.
1313+1414+<!--@include: ../../partials/sponsors.md-->
+1
docs/openapi-ts/web-frameworks.md
···1212Hey API natively supports the following frameworks.
13131414- [Fastify](/openapi-ts/plugins/fastify)
1515+- [Adonis](/openapi-ts/plugins/adonis) <span data-soon>Soon</span>
1516- [Express](/openapi-ts/plugins/express) <span data-soon>Soon</span>
1617- [Hono](/openapi-ts/plugins/hono) <span data-soon>Soon</span>
1718- [Koa](/openapi-ts/plugins/koa) <span data-soon>Soon</span>
+7
packages/openapi-ts/README.md
···275275- [`@hey-api/client-next`](https://heyapi.dev/openapi-ts/clients/next-js)
276276- [`@hey-api/client-nuxt`](https://heyapi.dev/openapi-ts/clients/nuxt)
277277278278+### Planned Clients
279279+280280+The following clients are planned but not in development yet. You can help us prioritize them by voting on [GitHub](https://github.com/hey-api/openapi-ts/labels/RSVP%20%F0%9F%91%8D%F0%9F%91%8E).
281281+282282+- [`@hey-api/client-effect`](https://heyapi.dev/openapi-ts/clients/effect)
283283+278284Don't see your client? [Build your own](https://heyapi.dev/openapi-ts/clients/custom) or let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).
279285280286### Native Plugins
···298304299305The following plugins are planned but not in development yet. You can help us prioritize them by voting on [GitHub](https://github.com/hey-api/openapi-ts/labels/RSVP%20%F0%9F%91%8D%F0%9F%91%8E).
300306307307+- [Adonis](https://heyapi.dev/openapi-ts/plugins/adonis)
301308- [Ajv](https://heyapi.dev/openapi-ts/plugins/ajv)
302309- [Arktype](https://heyapi.dev/openapi-ts/plugins/arktype)
303310- [Express](https://heyapi.dev/openapi-ts/plugins/express)