Protect your web project
At this point in the setup process, Appwarden is monitoring your domain for unauthorized web infrastructure changes.
To enable Appwarden to quarantine your domain during a security breach, integrate your web project with @appwarden/middleware.
If your project runs on the Cloudflare network or is deployed on Cloudflare Pages,
- Appwarden is compatible with your website
- Ships with a nonce enabled Content Security Policy (CSP) feature
- Integrates into your project using a GitHub Actions workflow (recommended) or a modern JavaScript framework adapter
To set up Appwarden in your Cloudflare-powered project, refer to the Cloudflare integration guide.
If your project is deployed on Vercel,
- Appwarden is compatible with your website
- Requires a cache provider such as Upstash KV or Vercel Edge Config
- Integrates into your project via a Vercel Edge Middleware file
To set up Appwarden in your Vercel-powered Next.js project, refer to the Vercel integration guide.