Most free SEO tools online either require a sign-up, hit you with paywalls after the first check, or only work for WordPress sites. I got tired of it, so I built my own.
Live tool:
Zero sign-up. Zero API keys. Fully open source.
Why I Built This
I'm a Showit website designer and SEO specialist at CORS proxy to fetch the raw HTML of any URL the user enters. This lets the tool work client-side without a backend.
Parsing the HTML: Once the HTML string comes back from the proxy, I pass it to DOMParser to get a queryable document object. From there it's standard DOM queries: querySelector('title'), querySelectorAll('img'), etc.
Performance data: The PageSpeed Insights API v5 is free and doesn't require an API key for basic usage. I call it with ?strategy=mobile and pull the LCP, CLS, TBT, and overall score from the response.
Scoring: Each check is worth 1 point (pass), 0.5 points (warning), or 0 points (fail). The final score is normalized to 0-100 and displayed as an animated SVG ring.
It Works on Every Platform
This is the part I care most about. The tool does not care what CMS or website builder your site uses. It fetches the rendered HTML output, which looks the same whether the site was built on:
WordPress with Yoast or RankMath
Showit with a custom design
Wix or Squarespace
Webflow, Ghost, or a static site- A custom-coded HTML site
If the page is publicly accessible, the tool can audit it.
SEO Score and What It Means
I built the scoring around what actually moves rankings:
- A perfect SEO score on this tool means your on-page fundamentals are solid
- Warnings flag things like a title that is slightly too long or a meta description that is missing
- Fails flag critical issues like no H1, no sitemap, or missing Open Graph tags
The score is not a vanity metric. Every point maps to a specific, fixable issue.
Export to CSV
After running an audit, you can click Export CSV to download a spreadsheet with all results: section, check name, status, value found, and fix tip. Useful for sending to a client or tracking changes over time.
Try It
Run it on your own site and let me know what score you get. If you find a bug or want to add a check, pull requests are open.
I also built a dedicated -- Showit Website Designer and SEO Specialist.
SOCIAL SHARE CARD GENERATOR