This repository contains examples of using the Arcjet SDK in various frameworks.
Tip
Each example is a self-contained project that is available as it's own repository. We recommend cloning the individual example repositories rather than this repository as a whole.
- Astro example
(./examples/astro)
- Deno example
(./examples/deno)
- Express.js example
(./examples/expressjs)
- Fastify example
(./examples/fastify)
- NestJS example
(./examples/nestjs)
- Next.js example
(./examples/nextjs)
- Nuxt example
(./examples/nuxt)
- React Router example
(./examples/react-router)
- Remix example
- SvelteKit example
(./examples/sveltekit)
- TanStack Start example
(./examples/tanstack-start)
- Next.js deployed to Fly.io example
(./examples/nextjs-fly)
- Next.js form example
(./examples/nextjs-form)
Can't find what you're looking for? Try the examples directory of the
arcjet/arcjet-js repository.
Please see the Contributing guide for information on how to contribute to this repository or add a new example.