# imagetosvg.com — AI Agent Context File # https://imagetosvg.com/llms.txt # Last updated: 2026-06-08 ## About imagetosvg.com is a free online image-to-SVG converter. Users upload PNG, JPG, WEBP, or BMP images and receive optimized SVG vector files. The tool uses AI-powered image classification (Claude) and VTracer vectorization, followed by SVGO optimization. ## Core Tool - **Converter**: POST /api/convert — multipart/form-data with `image` file, `preset` (default|icon|art|photo), `colorMode` (color|bw) - **Download**: GET /api/download/:id — returns SVG file with Content-Disposition - **Status**: GET /api/conversions/:id — returns conversion metadata + full SVG data ## Pricing - Free tier: 5 conversions/day, no signup required - Starter plan: 50 AI generation credits — via Polar.sh - Pro plan: 200 AI generation credits — via Polar.sh ## Key Pages - / — Homepage with live converter - /image-to-svg — Dedicated converter page - /how-to-convert-image-to-svg — Step-by-step tutorial - /convert-image-to-svg-for-cricut — Cricut cutting machine guide - /free-svg-icons — Directory of free SVG icon resources - /potrace-online — Potrace vectorizer tool - /vtracer-online — VTracer vectorizer tool - /svg-converter — General SVG converter - /svg-in-code — Guide for using SVG in code - /ai-generate — AI SVG generation (authenticated, credit-based) - /pricing — Plans and pricing - /api-docs — REST API documentation for developers - /blog — SEO content hub ## Format Pages (/[format]) — 76 pages Covers all image-format-to-SVG conversions including: - /png-to-svg, /jpg-to-svg, /jpeg-to-svg, /webp-to-svg, /bmp-to-svg, /gif-to-svg - /tiff-to-svg, /ico-to-svg, /heic-to-svg, /avif-to-svg, /svg-to-png, /svg-to-jpg - /svg-to-pdf, /svg-to-webp, /svg-to-ico, /svg-to-gif, /eps-to-svg, /ai-to-svg - /pdf-to-svg, /psd-to-svg, /svg-optimizer, /svg-to-base64, /base64-to-svg - Plus 50+ additional format conversion and SVG tool pages ## Convert Pages (/convert/[slug]) — 30 pages Specific conversion guides including: - /convert/png-to-svg-without-losing-quality - /convert/logo-png-to-svg - /convert/jpg-to-svg-free - /convert/convert-photo-to-vector - /convert/batch-image-to-svg - /convert/convert-qr-code-to-svg - /convert/convert-infographic-to-svg - /convert/convert-typography-to-svg - Plus 22 additional conversion-specific guides ## Compare Pages (/compare/[slug]) — 34 pages SVG tool and format comparisons including: - /compare/svg-vs-png - /compare/svg-vs-jpg - /compare/imagetosvg-vs-vectormagic - /compare/imagetosvg-vs-convertio - /compare/potrace-vs-vtracer - /compare/svg-vs-webp - Plus 28 additional comparisons ## How-To Guides (/how-to/[slug]) — 69 pages Step-by-step tutorials including: - /how-to/convert-png-to-svg - /how-to/vectorize-image-in-illustrator - /how-to/vectorize-image-in-inkscape - /how-to/make-svg-for-cricut - /how-to/create-svg-from-scratch - /how-to/svg-animation-css - /how-to/svg-accessibility - /how-to/optimize-svg-for-web - Plus 61 additional how-to guides ## SVG Use Case Pages (/svg-for/[use]) — 50 pages SVG guides for specific use cases including: - /svg-for/cricut - /svg-for/laser-cutting - /svg-for/embroidery - /svg-for/web-development - /svg-for/react - /svg-for/wordpress - /svg-for/print-design - Plus 43 additional use-case guides ## App Integration Pages (/app/[platform]) — 36 pages SVG integration guides for platforms including: - /app/illustrator, /app/figma, /app/canva, /app/photoshop - /app/inkscape, /app/affinity-designer, /app/procreate - /app/react, /app/nextjs, /app/svelte, /app/vue, /app/angular - /app/wordpress, /app/shopify, /app/webflow - /app/cricut, /app/glowforge, /app/lightburn - /app/notion, /app/vscode, /app/after-effects, /app/d3js - Plus 12 additional platform guides ## SVG Tool Pages (/tool/[slug]) — 58 pages SVG reference and tool pages including: - /tool/svg-optimizer, /tool/svgo-online, /tool/svg-minifier - /tool/svg-validator, /tool/svg-to-css, /tool/svg-to-base64 - /tool/svg-color-picker, /tool/svg-favicon-generator - /tool/png-to-vector, /tool/jpg-to-svg, /tool/webp-to-svg - /tool/svg-animation-generator, /tool/svg-waveform-generator - Plus 45 additional SVG tool and reference pages ## Blog Content (/blog/[slug]) Topic clusters: ### Cluster 1 — Cricut SVG Guides - /blog/cricut-svg-files-guide (target: "Cricut SVG files") - /blog/svg-for-cricut-beginners - /blog/cricut-svg-tips - /convert-image-to-svg-for-cricut ### Cluster 2 — PNG/JPG to SVG Conversion - /blog/how-to-convert-png-to-svg (target: "how to convert PNG to SVG") - /blog/how-to-vectorize-a-logo - /blog/convert-handwriting-to-svg - /blog/remove-background-svg ### Cluster 3 — Converter Comparison - /blog/best-svg-converters (target: "best SVG converter") - /blog/svg-vs-png-which-to-use - /blog/vector-vs-raster ### Additional Blog Content - /blog/what-is-svg - /blog/svg-animation-basics - /blog/optimize-svg-file-size - /blog/transparent-background-in-svg - /blog/svg-for-laser-cutting-guide - /blog/svg-for-embroidery - /blog/svg-icons-for-websites - /blog/svg-in-email - /blog/how-to-edit-svg-code - /blog/how-to-use-svg-in-figma ## API (for developers) Base URL: https://imagetosvg.com/api - POST /api/convert — Convert image to SVG - GET /api/download/:id — Download SVG - POST /api/generate — AI SVG generation (auth required) - POST /api/checkout — Start Polar.sh checkout ## Tech Stack Next.js 14+ App Router, Railway (PostgreSQL), Drizzle ORM, Supabase Auth, Polar.sh billing, Tailwind CSS v4