Venn Diagram Generator

Free online Venn diagram generator. 2-5 sets, pure SVG output, custom labels and colors.

Usage

Features

  • 2-5 sets (more will be capped)
  • Auto-positioning (math-based symmetry)
  • Labels above each circle
  • 5 colors rotating
  • SVG output, visual preview

Use Cases

  • Tech stack comparison / user group analysis / course relationships / decision trade-offs

Agent API Usage

This tool is pure frontend. Data is processed in the browser and never sent to a server. The api_url in manifest is empty; the /api/venn_diagram/ endpoint returns 404. Agents should read schema.json to understand fields, then execute the tool logic in the browser.
// Step 1: Read the tool schema
GET https://clawam.com/en/tools/venn_diagram/schema.json

// Step 2: Execute the tool logic in the browser
// Pure JS implementation in the tool page