Live data from Hacker News

Show HN: SiteTell: finds the areas of your site that read as AI-generic

getsitetell.com

1–3 of 3 posts

Show HN: SiteTell: finds the areas of your site that read as AI-generic

#1
Hey everyone, I built this product called SiteTell. You put in your website url, it returns a list of all of the things across the site that get flagged as likely to be AI-written/AI-generic. It works against a curated rule set (which will obviously get updated as AI models update and evolve) and then you can fix these issues and get a PDF/CSV/JSON file that you can download to either take the suggested fixes yourself and apply them, or use the CSV/JSON file to drop into your agent for it to fix autonomously within minutes. I actually ran it through my first copy of SiteTell and my rule set gave me an overall score of 6/100. Woops.

Google updated its core rules in February 2026. The important thing to note is that it does not punish AI-written content. It instead punishes thin content, or generic content. The stuff that AI will typically write if you don't go and edit it after. SiteTell can fix this by taking these generic, common issues such as stock AI openers (think 'in today's fast paced world'), AI vocabulary (see 'seamlessly integrates') or far more subtle things that once you notice, you see everywhere. For example, consecutive paragraphs within 8 or so words of the same length.

The other way I think SiteTell helps is through trust. Increasingly if you go to a landing page, or even a whole site, that reads generically and has the typical AI tells (em-dashes etc...) it instantly loses some amount of intangible trust with the customer which could be costing you customers if you run a site with a lot of written copy. SiteTell also aims to fix this.

The rule set is really the main product in my opinion. It's about 200 rules covering vocabulary, sentence structure, hedging, and some layout patterns, built from public slop-word lists, a corpus diff against pre-2022 marketing copy, and a lot of manual tuning against real sites. False positives are the hard part, particularly with technical writing where precise language reads as formulaic. Because of the false positive situation, if a user chooses to go through with the fixes they can pick and choose what parts actually need fixing. The customer gets granular control and gets to essentially remove the false positives before the fix stage.

Detection is pure regex and heuristics, so scanning is free and needs no signup. Rewrites cost money because they hit an API, so those are paid.

Stack is Next.js, Supabase, Gemini Flash for the rewrites only.

Show HN: SiteTell: finds the areas of your site that read as AI-generic
getsitetell.com