https://github.com/arcjet/examples
Arcjet examples monorepo
https://github.com/arcjet/examples
Last synced: 11 months ago
JSON representation
Arcjet examples monorepo
- Host: GitHub
- URL: https://github.com/arcjet/examples
- Owner: arcjet
- Created: 2025-06-23T21:32:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-25T13:24:45.000Z (12 months ago)
- Last Synced: 2025-07-26T03:09:54.993Z (12 months ago)
- Language: TypeScript
- Size: 3.78 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Arcjet examples
This repository contains examples of using the Arcjet SDK in various
frameworks.
## Examples
> [!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](https://github.com/arcjet/example-astro)
([`./examples/astro`](./examples/astro))
- [Express.js example](https://github.com/arcjet/example-expressjs)
([`./examples/expressjs`](./examples/expressjs))
- [Fastify example](https://github.com/arcjet/example-fastify)
([`./examples/fastify`](./examples/fastify))
- [NestJS example](https://github.com/arcjet/example-nestjs)
([`./examples/nestjs`](./examples/nestjs))
- [Next.js example](https://github.com/arcjet/example-nextjs)
([`./examples/nextjs`](./examples/nextjs))
- [Remix example](https://github.com/arcjet/example-remix)
Can't find what you're looking for? Try the [`examples` directory of the
`arcjet/arcjet-js` repository](https://github.com/arcjet/arcjet-js/tree/main/examples).
## Contributing
Please see the [Contributing guide](./CONTRIBUTING.md) for information on how to
contribute to this repository or add a new example.