hub · compare
/html
well-formed HTML — tags nest correctly, declared charset matches body bytes, doctype matches markup version, no tag left open
chaos.catastrophic.ioGET /html
Returns HTML documents with deliberate structural flaws. Useful for testing browser parsers, scraper robustness, and ML preprocessing pipelines that ingest HTML. Default mode produces visible misnesting on a bare GET; other modes target charset, doctype, or unterminated-tag handling.
modes:
mismatched-tags
meta-charset-conflict
doctype-mismatch
script-without-endnot.catastrophic.ioGET /html
well-formed HTML — tags nest correctly, declared charset matches body bytes, doctype matches markup version, no tag left open
Build against not.catastrophic.io/html, then
flip the hostname to chaos.catastrophic.io to exercise the chaos.