Skip to content

Integrations

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

JavaScript / TypeScript

FrameworkPackageGuide
Next.js@nextauralabs/vettly-sdkNext.js Guide
React@nextauralabs/vettly-reactReact Guide
Express@nextauralabs/vettly-sdkExpress Guide
Node.js@nextauralabs/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

AI Tools

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

Quick Install

npm

bash
npm install @nextauralabs/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?