Drop a URL. Get brutally roasted by AI. No mercy. 100% hilarious.
🔗 Try it Live — Free Demo · ⭐ Star This Repo · 💳 Get Full Report ($19)
Website Roaster is an AI-powered tool that takes any website URL and generates a hilarious, brutally honest roast. Think of it as a stand-up comedian doing a code review — but funnier, meaner, and somehow more accurate.
Paste your competitor's site, your own site, or your boss's startup landing page. Watch the AI tear it apart with savage precision.
- 🔥 AI-Powered Roasts — Uses GLM-4 (智谱 AI) to generate sharp, witty critiques
- 🌐 Works on Any Website — Paste any URL, public or private
- 🎨 Sleek Dark Theme UI — Single-file HTML, works offline, GitHub Pages ready
- ⚡ Fast & Free Preview — Get a taste of the roast instantly
- 📊 Full Report ($19) — In-depth multi-page audit: design, UX, SEO, copy, tech stack
- 🐍 Simple Flask API — Self-host in 5 minutes
- 📋 Shareable — Tweet your roast or copy a share link
[ Demo Screenshot — paste a URL, get roasted ]
👉 toolscout-site-vert.vercel.app/roast
📖 阅读背后的故事
No sign-up. No download. Just paste a URL and watch the magic happen.
- Python 3.9+
- A Zhipu AI API key (free tier available)
git clone https://github.com/austincao/website-roaster.git
cd website-roasterpip install flask flask-cors requests beautifulsoup4export ZHIPU_API_KEY="your-api-key-here"python api/roast.pyThe API will start on http://localhost:5000.
Open index.html in your browser. If you're running the API locally, update the API_URL in index.html:
const API_URL = "http://localhost:5000/api/roast";Roast a website. Returns a savage AI-generated critique.
Request:
{
"url": "https://example.com"
}Response:
{
"roast": "This website looks like it was designed by someone who just discovered <marquee> in 1998...",
"url": "https://example.com",
"title": "Example Domain",
"description": "This domain is for use in illustrative examples..."
}cURL example:
curl -X POST https://tools.pojudao.com/api/roast \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'Health check. Returns {"status": "ok"}.
website-roaster/
├── index.html # Single-file frontend (dark theme, offline-capable)
├── api/
│ └── roast.py # Flask API (GLM-4 powered)
├── LICENSE # MIT License
├── README.md # You're reading it
└── .github/
└── FUNDING.yml # Sponsor links
The free preview gives you a hilarious 300-word roast. But if you want the Full Roast Report:
- 📄 Multi-page PDF with in-depth analysis
- 🎨 Design critique — color choices, spacing, accessibility
- 🧭 UX audit — navigation, CTAs, user flow
- 📝 Copy review — headlines, tone, grammar
- 🔍 SEO basics — meta tags, structure, performance vibes
- 🛠 Tech stack roast — what your HTML reveals about your choices
💳 Buy Full Report — $19 via PayPal
After payment, forward your receipt + the URL you want roasted. You'll get your full report within 24 hours.
Pull requests are welcome! Want to make the roasts even more savage? Here's how:
- Fork the repo
- Create your feature branch (
git checkout -b feature/savage-mode) - Commit your changes (
git commit -m 'Add extra sass') - Push to the branch (
git push origin feature/savage-mode) - Open a Pull Request
If this project made you laugh, give it a star ⭐ — it helps more people discover it!
MIT © Austin Cao (曹春峰)
- GLM-4 by Zhipu AI for powering the roasts
- Flask for the lightweight API
- You, for having the courage to roast your own website
丢一个网址进来,AI 帮你无情吐槽这个网站。把你的网站、竞品网站、或者老板的创业项目丢进来,看 AI 如何精准吐槽。
👉 toolscout-site-vert.vercel.app/roast
📖 阅读背后的故事
git clone https://github.com/austincao/website-roaster.git
cd website-roaster
pip install flask flask-cors requests beautifulsoup4
export ZHIPU_API_KEY="你的智谱API密钥"
python api/roast.py打开 index.html 即可使用。
免费预览只有 300 字的搞笑吐槽。购买完整报告可获得:
- 📄 多页 PDF 深度分析
- 🎨 设计点评 — 配色、间距、可访问性
- 🧭 UX 审计 — 导航、CTA、用户流程
- 📝 文案审查 — 标题、语气、语法
- 🔍 SEO 基础 — 元标签、结构、性能
- 🛠 技术栈吐槽 — HTML 暴露了你的技术选择
If this project made you laugh, ⭐ star it!
Made with 🔥 by Austin Cao (曹春峰)
