Made With

Detect the tech stack behind any website. Powered by 3,787+ fingerprints, async parallelism, and zero external dependencies.

3,787
Technologies
108
Categories
5,000
Domains / Request

Try it

Features

Bulk Scanning
Submit up to 5,000 domains in one request. All scanned concurrently with configurable parallelism.
Deep Detection
Matches HTML, headers, cookies, meta tags, script sources, URL patterns, and page text.
Version Extraction
Resolves version numbers from regex capture groups — know exactly which version is running.
Zero Dependencies
No Redis, no Postgres, no Celery. In-memory caching and rate limiting, ready to deploy anywhere.

Quick Start

# Scan a domain
curl -X POST https://madewith.mikehernandez.co/scan \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"domains": ["github.com", "shopify.com"]}'