An open API service indexing awesome lists of open source software.

https://github.com/arcjet/examples

Arcjet examples monorepo
https://github.com/arcjet/examples

Last synced: 11 months ago
JSON representation

Arcjet examples monorepo

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.