Skip to content

feat: add NestJS adapter - #59

Open
martijn00 wants to merge 2 commits into
letstri:mainfrom
martijn00:feat/nest-adapter
Open

feat: add NestJS adapter#59
martijn00 wants to merge 2 commits into
letstri:mainfrom
martijn00:feat/nest-adapter

Conversation

@martijn00

Copy link
Copy Markdown
Contributor

Summary

  • Add permix/nest with a Nest APP_GUARD that sets up a per-request instance and a @Check decorator for route-level permission checks (Express and Fastify HTTP adapters).
  • Include docs, a runnable examples/nest app, and skill/artifact updates so agents pick up the Nest pattern.
  • Closes Add Nest.js integration聽#11

Test plan

  • cd permix && pnpm exec vitest run src/nest
  • pnpm test && pnpm run check-types && pnpm run lint
  • cd examples/nest && pnpm start and hit GET / (200), GET /write (403), GET /permix

Made with Cursor

Wire Permix into Nest via APP_GUARD so each request gets its own instance, then enforce @check on handlers without tying the API to Express middleware. Closes letstri#11.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

@martijn00 is attempting to deploy a commit to the letstri Team on Vercel.

A member of the Team first needs to authorize it.

Toolchain skills from skills.sh fail format check and are not project source.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Nest.js integration

1 participant