spent a couple months building python scripts for the stuff i kept doing manually — checking sites for seo issues, figuring out what framework a site runs on, testing page speed. figured other people probably do the same thing so i cleaned them up and put them out there.
what they do
seo analyzer — feed it a url and it checks meta tags, heading structure, image alt text, internal/external links, page load basics. spits out a report you can actually use.
tech stack detector — tells you what cms, frameworks, analytics tools, cdns, and js libraries a site is running. useful when you're scoping out a competitor or inheriting someone else's project.
speed checker — measures load time, resource sizes, number of requests. not as fancy as lighthouse but runs locally with zero setup.
broken link checker — crawls a site and finds dead links. surprisingly useful — most sites have more broken links than you'd think.
why i made them free
honestly because i wanted people to actually use them and tell me what's broken. they're all python scripts you run locally — no api keys, no accounts, no limits.
they're also available as a free api if you want to integrate them into your own stuff.
grab them
all four are on gumroad as free downloads (pay what you want):
if you try them let me know what you think — especially if something doesn't work right. still actively fixing stuff.
Top comments (0)