# BuildSnitch BuildSnitch is a website builder forensics tool by Model Mischief. It inspects public web signals to infer how a site was built, using confidence-weighted evidence rather than vibes. ## What this site does - Scans a submitted domain and reports likely build platform signals - Shows evidence cards and technical fingerprints used in the attribution - Explains uncertainty when the evidence is mixed or weak ## Primary pages - Home: https://buildsnitch.com/ ## API - Health: https://buildsnitch.com/api/health - Public session token: https://buildsnitch.com/api/session - Scan endpoint: POST https://buildsnitch.com/api/scan - Deep scan endpoint: POST https://buildsnitch.com/api/scan/deeper - Recent scans: https://buildsnitch.com/api/scans/recent - Scan stats: https://buildsnitch.com/api/scans/stats ## Notes for agents - Respect robots.txt and published access controls. - The homepage is the canonical product entrypoint. - If requesting markdown negotiation, use `Accept: text/markdown` on `/markdown`.