DEV Community

bicaos
bicaos

Posted on

I Built an AI That Roasts Websites Like Gordon Ramsay

I got tired of generic website feedback. "Looks nice" doesn't help anyone.

So I built RoastMyWeb — paste any URL and AI brutally roasts your website with a score out of 100.

What it does

  • Crawls your site and reads the actual HTML
  • Analyzes design, content, SEO, performance, and UX
  • Delivers a savage but actionable roast
  • Gives you a prioritized list of fixes

The Stack

  • Next.js + Tailwind CSS (frontend)
  • Cheerio (HTML parsing)
  • Llama 3.3 70B via Groq (AI analysis — free tier!)
  • Vercel (hosting — free)

Total cost to run: $0/month

Try it

https://roastmyweb-tan.vercel.app

Fair warning: it doesn't hold back.

What would you want it to analyze deeper? Drop your score in the comments!

Top comments (0)