Skip to content

Integrations

Vettly works with any framework or language. Choose your stack:

JavaScript / TypeScript

FrameworkPackageGuide
Next.js@vettly/sdkNext.js Guide
React@vettly/reactReact Guide
Express@vettly/sdkExpress Guide
Node.js@vettly/sdkNode.js Guide

Python

FrameworkPackageGuide
PythonvettlyPython Guide
FastAPIvettlyPython Guide
FlaskvettlyPython Guide
DjangovettlyPython Guide

Database & Backend Services

ServiceGuide
SupabaseSupabase + Vettly
ConvexConvex + Vettly

Mobile

PlatformGuide
React NativeReact Native Guide
ExpoExpo Guide

Game Engines

EnginePackageGuide
Unitycom.vettly.unityUnity Guide

AI Tools

ToolPackageGuide
Claude Desktop@vettly/mcpMCP Guide
Cursor@vettly/mcpMCP Guide
Claude Code@vettly/mcpMCP Guide

Quick Install

npm

bash
npm install @vettly/sdk

pip

bash
pip install vettly

One API, Every Platform

The same simple API works everywhere:

POST https://api.vettly.dev/v1/check
{
  "content": "Your content here",
  "contentType": "text"
}

Response:

json
{
  "action": "allow",
  "categories": [...],
  "decisionId": "dec_..."
}

Need Help?