Open Source · MIT License

Unmask the
AI-Generated Web

A forensic browser extension that reveals which AI tools, IDEs, and platforms were used to build any website — instantly, with zero data collection.

11+
Detection heuristics
8+
AI platforms detected
100%
Local — zero data sent
MIT
Open source license

Every AI fingerprint, exposed.

In the age of Vibe Coding, every AI tool leaves a unique trace. Vibe Code Detector reads them all.

🖥️
AI IDEs & Agents
Internal markers and signature patterns left by code-generation IDEs and autonomous agents.
Cursor Windsurf Trae Replit Agent Devin Claude Code
Generation Platforms
Deployment-specific signatures and generator meta tags embedded by AI web-building platforms.
v0.dev Lovable.dev Bolt.new Stackblitz Google AI Studio
🎨
Component DNA
Structural fingerprints from the most popular AI-default component libraries and icon sets.
Shadcn/UI Radix Lucide Icons Tailwind Framer Motion
📝
Prompt Artifacts
Leftover placeholder text, generic naming patterns, and embedded metadata that AI tools commonly inject.
Lorem Ipsum Feature 1/2/3 Bento Grid AI Comments

Multi-layer forensic analysis.

Each scan runs a weighted heuristic pipeline across four detection layers.

1
Utility Density Scan
Calculates the ratio of Tailwind utility classes per DOM element. A ratio above 4.5 is a strong indicator of prompt-based styling.
2
Component Fingerprinting
Identifies data-radix-* attributes combined with Shadcn CSS variables like --background and --foreground.
3
IDE Signature Matching
Scans for internal markers like __cursor, agent-specific class prefixes, and AI-generated comment blocks.
4
Final Score & Verdict
A weighted sum across all heuristics produces a 0–100 confidence score and a human-readable verdict: Human, Likely AI, or Almost Certainly AI.

EXAMPLE — ANALYSIS RESULT

87

Almost Certainly AI

High confidence of AI-generated code.

AI IDE & Agent Markers25/25
Platform Signatures20/20
Tailwind & Utility DNA15/15
Shadcn/UI & Radix15/15
Vibe Coding Stack12/15

Every signal, calibrated.

Each heuristic is assigned a weight based on its discriminative power. High-weight signals are rare in human code.

AI IDE & Agent Markers
Signatures from Cursor, Windsurf, Trae, Replit, or Devin
High confidence 25 pts
Platform Signatures
Markers from Google AI Studio, Lovable, v0, or Bolt.new
High confidence 20 pts
Tailwind & Utility DNA
Massive utility class patterns typical of v0, Lovable, and Bolt
Medium 15 pts
Shadcn/UI & Radix
Radix component structures and standard Shadcn classes
Medium 15 pts
Vibe Coding Stack
Combined use of Framer Motion, Lucide, and Tailwind
Medium 15 pts
AI Iconography (Lucide)
Heavy use of Lucide Icons, the AI industry standard
Supplemental 10 pts
Prompt Artifact Comments
Comments referencing prompts or "Generated by ..." metadata
Supplemental 7 pts
Model/Provider Metadata
References to OpenAI, Anthropic, Google, or AI-inserted license headers
Supplemental 7 pts

Get started in seconds.

Install from the Chrome Web Store in one click, or use GitHub releases for manual/unpacked installs.

📦

Install from Chrome Web Store

Use the official listing for the fastest, most reliable install and automatic extension updates.

Add to Chrome
🛠️

Manual Install / Build from Source

Clone the repository, install dependencies, and build the extension locally (or download a release zip for unpacked mode).

# Clone & build
git clone https://github.com/
  paladini/vibe-code-detector
cd vibe-code-detector
npm install
npm run build
View on GitHub →