Hallmark: The Anti-AI-Slop Design Skill That Makes AI-Generated UIs Look Human — 11,200+ GitHub Stars
Hallmark is an open-source design skill for Claude Code, Cursor, and Codex that generates professional UIs indistinguishable from human designers. With 11,200+ GitHub stars and 3,372 stars gained in a single day, it solves the 'AI slop' problem by running 57 anti-pattern tests and choosing from 20 unique themes per brief.
npx skills add nutlope/hallmark.
What Is Hallmark and Why Should Developers Care?
If you've ever used AI coding tools to generate a landing page or UI component, you've probably noticed something frustrating: they all look the same. Same gradient backgrounds, same card layouts, same generic Tailwind classes. The internet calls this "AI slop" — outputs that scream "machine-generated" from a mile away.
Hallmark is an open-source design skill that fixes this problem. Created by Together AI (the team behind the popular Nutlope repositories), Hallmark doesn't just generate UI — it generates UI that looks like a real designer made it. Every page gets a unique fingerprint: different macrostructure, different theme, different typographic choices.
With 11,200+ GitHub stars and gaining 3,372 stars in a single day (July 2026), Hallmark has become one of the fastest-growing AI design tools in the developer community. Here's why it matters and how to use it.
The "AI Slop" Problem Hallmark Solves
When you ask Claude Code or Cursor to "build me a landing page for my SaaS," you get something functional but forgettable. The same blue-to-purple gradient. The same hero section with a CTA button. The same testimonial cards. It works, but it doesn't feel designed.
This happens because LLMs are trained on millions of similar templates and default to the statistical average — the "on-distribution" output. Hallmark actively fights this by:
- Rejecting defaults: It identifies the most common patterns and explicitly avoids them
- Running 57 slop-test gates: Before emitting any code, it checks for anti-patterns like generic gradients, overused card layouts, and predictable typography
- Pre-emit self-critique: The AI reviews its own output and refuses to ship if it looks too template-y
- Choosing from 20 themes: Each brief gets matched to a unique visual identity, not a random one
The result? Two pages generated by Hallmark for two different briefs feel like completely different websites, not color-swapped versions of the same template.
How Hallmark Works: Four Powerful Verbs
Hallmark isn't just a one-shot generator. It offers four distinct modes for different workflows:
1. Build (Default Mode)
Give Hallmark a brief like "landing page for a honey farm" and it picks a macrostructure, applies a theme, runs the slop test, and hands back production-ready HTML + CSS. No frameworks required — just self-contained files you can drop anywhere.
# Just describe what you need
"Build me a landing page for an artisan sourdough bakery called Hum"
# Hallmark picks the perfect theme and structure
# Result: A warm, organic design with earthy tones and handwritten-style typography
2. Audit Existing Code
Already have a UI that looks AI-generated? Run hallmark audit to get a punch list of anti-patterns without any edits:
hallmark audit ./src/components/LandingPage.tsx
# Output:
# ⚠️ Generic gradient background detected (line 12)
# ⚠️ Overused card grid layout (line 45)
# ⚠️ Default Tailwind color palette (lines 8-20)
# Score: 67/100 — 14 anti-patterns found
3. Redesign with a New Fingerprint
Keep your content and information architecture, but throw out the visual structure. hallmark redesign rebuilds the page with a completely different aesthetic while preserving your copy and brand guidelines.
4. Study Designs You Admire
Found a website you love? Use hallmark study to extract its design DNA — macrostructure, typography pairings, color anchors — without copying it pixel-for-pixel. Hallmark refuses to clone paid templates or produce exact replicas.
hallmark study https://stripe.com
# Extracts: Clean macrostructure, bold typography, minimal color palette
# Generates a portable design.md you can hand off to other AI tools
Real-World Example: Building a Record Label Landing Page
Let's say you're building a landing page for an indie record label called "Cold Snap." Here's how Hallmark approaches it:
- Brief analysis: Record label = creative, edgy, music-focused
- Theme selection: "Carnival" theme — bold colors, playful typography, dynamic layouts
- Macrostructure: Asymmetric grid with overlapping elements, not the standard hero-features-testimonials flow
- Slop test: Checks for generic music industry clichés (vinyl records, headphones) and avoids them
- Output: A unique, memorable page that feels designed by a human with taste
The generated page uses unconventional layouts, unexpected color combinations, and typography that feels hand-picked — not pulled from a "modern SaaS" template.
Key Benefits of Using Hallmark
- Eliminates AI slop: Your generated UIs look professional and unique, not template-y
- Works with your existing tools: Integrates seamlessly with Claude Code, Cursor, and Codex
- Zero dependencies: Generates self-contained HTML + CSS — no build step, no framework lock-in
- Audit mode: Improve existing UIs without rewriting them from scratch
- Study mode: Learn from designs you admire and apply their principles
- Open source and free: MIT licensed, actively maintained by Together AI
- 20 curated themes: Each with its own personality, from "Cinder" (tech-focused) to "Garden" (organic, natural)
Installation and Usage
Getting started with Hallmark takes seconds:
# Install globally
npx skills add nutlope/hallmark
# Or manually copy to your AI tool's skill directory:
# Claude Code: ~/.claude/skills/hallmark/
# Cursor: .cursor/rules/hallmark.mdc
# Codex: ~/.codex/skills/hallmark/ (personal) or .codex/skills/hallmark/ (project)
Once installed, just use it naturally in your prompts:
# Build mode (default)
"Create a landing page for my AI-powered recipe app"
# Audit mode
"Audit this component for design anti-patterns"
# Redesign mode
"Redesign this page with a fresh visual identity"
# Study mode
"Study the design principles from linear.app"
FAQ: Common Questions About Hallmark
1. Is Hallmark free to use?
Yes! Hallmark is completely open source under the MIT license. You can use it, fork it, modify it, and ship it in commercial projects without any restrictions.
2. Does Hallmark work with all AI coding tools?
Hallmark officially supports Claude Code, Cursor, and Codex. It may work with other tools that support skill files, but these three are the tested and documented platforms.
3. Can I use Hallmark for production websites?
Absolutely. Hallmark generates production-ready HTML and CSS with no external dependencies. The output is self-contained and can be deployed directly to any static hosting service.
4. How is Hallmark different from other UI generators?
Most UI generators produce template-like outputs that look AI-generated. Hallmark actively fights this by running 57 anti-pattern tests and choosing from 20 unique themes, ensuring every output looks handcrafted.
5. Can I customize Hallmark's themes?
Yes. The themes live in the references directory and can be modified or extended. You can also create custom themes by following the pattern in the existing theme files.
6. Does Hallmark require any frameworks like React or Vue?
No. Hallmark generates plain HTML and CSS with no framework dependencies. This makes it perfect for static sites, landing pages, and prototypes where you don't need the overhead of a JavaScript framework.
7. How often is Hallmark updated?
Hallmark is actively maintained by Together AI and the open-source community. Run npx skills add nutlope/hallmark periodically to get the latest updates and improvements.
Ready to Build UIs That Don't Look AI-Generated?
Hallmark represents a new approach to AI-assisted design: instead of accepting generic outputs, it actively pushes against the statistical average to produce work that feels intentional and human. Whether you're building landing pages, UI components, or prototypes, Hallmark helps you ship designs you'd be proud to show a real designer.
Get started today:
- GitHub Repository — Star it, fork it, contribute
- Live Demo — See examples of Hallmark-generated pages
- Learn AI Development — Master AI tools like Claude Code and Cursor