Skip to main content

Documentation 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 is published as a small set of focused packages.

Package matrix

PackageDeno JSRnpmDescription
@wyrly/coreyesyesCore container, tokens, lifetimes, validation
@wyrly/expressyesyesExpress 5 middleware
@wyrly/honoyesyesHono middleware
@wyrly/graphqlyesyesGraphQL request scope
@wyrly/nextyesyesNext.js App Router helpers
@wyrly/freshyesnoFresh 2.x helpers

Core package

Install the core package first:
deno add jsr:@wyrly/core
or:
npm install @wyrly/core

Add adapters as needed

For a Next.js application:
npm install @wyrly/next @wyrly/core
For a Hono application:
deno add jsr:@wyrly/hono jsr:@wyrly/core
For an Express application:
npm install @wyrly/express @wyrly/core