InstallDocumentation Index
Fetch the complete documentation index at: https://docs.wyrly.dev/llms.txt
Use this file to discover all available pages before exploring further.
@wyrly/core first. Add framework adapters only when your app needs them.
Deno 2.x
Use JSR for Deno projects.@wyrly/core.
Node.js 20+
Use npm for Node.js and bundler-based applications.Bun
Use the npm package from Bun.Framework adapters
Install the adapter that matches your runtime.| Runtime | Package |
|---|---|
| Next.js App Router | @wyrly/next |
| Express | @wyrly/express |
| Hono | @wyrly/hono |
| Fresh 2.x | @wyrly/fresh |
| GraphQL request context | @wyrly/graphql |
Requirements
- TypeScript 5+
- Standard decorators
experimentalDecorators: false- ESM-compatible runtime or bundler
- Deno 2.x, Node.js 20+, Bun, or a supported web framework
reflect-metadata or emitDecoratorMetadata.