COMPLIANCE AS CODE FRAMEWORK
OpenPolicy is the consent and compliance layer for your app. Privacy policy, cookie banner, and consent log — generated from your TypeScript, versioned with your code.
Astro
Static site compiling policies directly in page frontmatter with @openpolicy/core. No integration, no generated files.
@openpolicy/sdk · @openpolicy/core · @openpolicy/renderers
Next.js
Next.js App Router app rendering policies at runtime via @openpolicy/react. Includes the "use client" provider pattern required for App Router.
@openpolicy/sdk · @openpolicy/react
TanStack Start
Vite + React app using the Vite plugin alongside TanStack Start. Policies are served as dedicated routes.
@openpolicy/sdk · @openpolicy/vite