frontend-design-ultimate

๐ŸŽจ Create distinctive static sites with React, Tailwind, shadcn/ui โ€” no mockups needed. Anti-AI-slop design, mobile-first patterns, single-file bundling.

์„ค์น˜
CLI
npx skills add https://github.com/kesslerio/frontend-design-ultimate-clawhub-skill --skill frontend-design-ultimate

CLI๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์ด ์Šคํ‚ฌ์„ ์„ค์น˜ํ•˜๊ณ  ์ž‘์—… ๊ณต๊ฐ„์—์„œ SKILL.md ์›Œํฌํ”Œ๋กœ ์‚ฌ์šฉ์„ ์‹œ์ž‘ํ•˜์„ธ์š”.

์ตœ๊ทผ ์—…๋ฐ์ดํŠธ: 4/22/2026

Frontend Design Ultimate

๐ŸŽจ Create distinctive, production-grade static sites with React, Tailwind CSS, and shadcn/ui โ€” no mockups needed.

License
ClawHub

What is this?

An OpenClaw/Claude Code skill that generates bold, memorable web designs from plain text requirements. No Figma, no wireframes โ€” just describe what you want.

Key Features:

  • ๐Ÿšซ Anti-AI-slop โ€” Explicit guidance to avoid generic designs (no Inter, no purple gradients, no centered layouts)
  • ๐Ÿ“ฑ Mobile-first patterns โ€” Responsive CSS that actually works
  • โšก Two workflows โ€” Vite (pure static) or Next.js (Vercel deploy)
  • ๐Ÿงฉ shadcn/ui components โ€” 10 common components pre-installed, add more with CLI
  • ๐Ÿ“ฆ Single-file bundling โ€” Bundle entire sites to one HTML file
  • ๐Ÿ”— Composable guardrails โ€” Pair with design-taste-frontend for stricter anti-slop enforcement while this skill stays the workflow/generator layer

Quick Start

Install the Skill

# OpenClaw
openclaw skill install frontend-design-ultimate

# Claude Code (copy to .claude/skills/)
git clone https://github.com/kesslerio/frontend-design-ultimate-clawhub-skill.git ~/.claude/skills/frontend-design-ultimate

Use It

Just describe what you want:

Build a SaaS landing page for an AI writing tool. Dark theme, 
editorial typography, subtle grain texture. Pages: hero with 
animated demo, features grid, pricing table, FAQ accordion, footer.

The skill will:

  1. Commit to a bold aesthetic direction
  2. Choose distinctive typography (no Inter!)
  3. Build with React + Tailwind + shadcn/ui
  4. Apply mobile-first responsive patterns
  5. Output production-ready code

What Makes This Different?

vs. Generic AI Design

Generic AI This Skill
Inter font everywhere Distinctive typography choices
Purple gradients Context-appropriate palettes
Centered layouts Intentional spatial composition
No animations Orchestrated motion
Solid backgrounds Atmospheric textures

Based On

  • Anthropic's frontend-design โ€” Design philosophy, anti-AI-slop guidance
  • Anthropic's web-artifacts-builder โ€” React+Tailwind+shadcn scaffolding
  • Community frontend-design-v2 โ€” Mobile-first responsive patterns

Workflows

Option A: Vite (Pure Static)

bash scripts/init-vite.sh my-site
cd my-site
npm run dev

# Build
npm run build

# Bundle to single HTML
bash scripts/bundle-artifact.sh

Option B: Next.js (Vercel)

bash scripts/init-nextjs.sh my-site
cd my-site
npm run dev

# Deploy
vercel

Documentation

Requirements

  • Node.js 18+
  • npm

License

Apache 2.0 โ€” See LICENSE

Credits

Built on the shoulders of:


Made with ๐ŸŽจ by Kessler.io