static site checker

event

introduction

ssc (static site checker) is an opinionated HTML nitpicker, intended for people, like its author, who hand code websites.

It doesn’t just check static sites for broken links, dubious syntax, and bad semantic data, it will actively complain about things that are perfectly legal but rather untidy—like its author.

Except when serving web queries, it recursively scans your chosen directory seeking HTML & related files to verify. It produces a list of errors, warnings, and other hints of imperfection.

SSC only nitpicks the static content of sites. Scripts are ignored.

It should not be used on untrusted content; its parsers are holier than Robin’s cow (you have to be a certain age…).

try it


SSC is a web SITE validator, but a little form like this can only verify a snippet of a file. That’s not quite the same thing, but, well, it’s a start.

Paste an HTML snippet, hit nitpick.


basic


advanced












Remember, ssc is a web SITE nitpicker, so this little piece of fluff can only hint its capabilities.

current downloads

These downloads are unsigned. If that worries you, and you can’t or won’t run them in a secure context, then you can always build your own copy. The current source is available here and on github. You’ll need a C++ 17 compiler, some common libraries, and a good deal of patience: SSC is written to run quickly, not build quickly.

gen

Dylan Harris
October 2025