A new tool called “Roast My Website” has launched, offering developers and designers a way to get instant, unfiltered feedback on their work. As highlighted on Hacker News, this project leverages AI to analyze and humorously critique any URL provided by the user. It stands out not just for its entertainment value, but for its underlying architecture, having been built using the workflow automation platform n8n.
While most AI coding assistants are designed to be helpful and polite, this tool takes a different approach. It acts as a brutal design critic, scanning websites to identify flaws in user experience (UX) and visual aesthetics. The project demonstrates how quickly developers can now spin up consumer-facing AI applications by chaining together existing models and automation tools.
Key Capabilities
This isn’t a standard code validator. The tool focuses on the subjective quality of a website’s interface through a satirical lens. Here is what it brings to the table:
- Instant UX Auditing: Users simply enter a URL, and the AI inspects the page structure, color choices, and layout. It identifies pain points that might confuse users or clutter the visual hierarchy.
- The “Design Crime Score”: To quantify the critique, the tool assigns a score out of 10. This gamifies the feedback loop, giving developers a metric to improve (or laugh at).
- Unfiltered Feedback: Unlike corporate AI tools heavily guard-railed for politeness, this model delivers “brutal but loving” commentary. It mimics the radical candor often missing from internal design reviews.
- Built on n8n: The technical foundation is notable. By using n8n, the creator orchestrated the scraping, processing, and generation workflows without building a complex proprietary backend.
Why This Matters
This launch points to a broader trend in the AI industry: the rise of “personality-driven” AI. We have seen early iterations of this with xAI’s Grok, which focuses on a rebellious tone. “Roast My Website” applies this concept to a specific vertical—web design.
Standard tools like Google Lighthouse provide objective metrics on speed and accessibility. However, they cannot tell you if your color palette clashes or if your typography feels outdated. This tool attempts to bridge that gap using the semantic understanding of Large Language Models (LLMs). It offers qualitative feedback that usually requires a human consultant.
Furthermore, the use of n8n highlights the lowering barrier to entry. Developers no longer need to be AI experts to deploy distinct, functional applications. They can treat AI models as modular components in a larger workflow.
Practical Applications
While framed as entertainment, there is utility here for professionals:
- Sanity Checks: Solo founders often work in a vacuum. A quick roast can reveal obvious design flaws they have become blind to.
- Competitor Analysis: Users can input competitor URLs to see what the AI identifies as weaknesses in their design strategy.
- Stress Testing: The tool encourages testing on high-traffic sites. The launch notes suggest trying it on chaotic designs like LingsCars or Arngren, or even established giants like Amazon and Reddit, to see how they hold up against modern design standards.
Availability
The service is currently free to use. There is no complex signup process; it operates on a simple input-output model. Since it relies on real-time scraping and generation, performance depends on the current load and the complexity of the target website.
This launch serves as a reminder that AI’s utility isn’t limited to writing code or generating images. It can also serve as a critic, providing the kind of honest, subjective feedback that is often difficult to get from human peers.