frontend-design-zh

Generate production-grade static websites with React, Tailwind CSS, and shadcn/ui from text requirements.

10|10|Updated May 13, 2026
One-click install
npx skills add https://github.com/yuluyangguang1/openclaw-portable --skill frontend-design-zh-yuluyangguang1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-design-zh
Source: https://github.com/yuluyangguang1/openclaw-portable/tree/main/system/skills-zh/SuperDesign-zh
Command: npx skills add https://github.com/yuluyangguang1/openclaw-portable --skill frontend-design-zh-yuluyangguang1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires react, typescript, tailwindcss, framer-motion, lucide-react, class-variance-authority, clsx, tailwind-merge, parcel, html-inline, and includes scripts (resource) and references (resource) components.

What problem does it solve? AI-generated websites often look generic—Inter fonts, purple gradients, centered layouts, and plain backgrounds. This Skill turns plain-text requirements into distinctive, production-ready static websites with a deliberate anti-generic design philosophy, mobile-first responsive patterns, and ready-to-run project scaffolding. ## Core Features & Use Cases - Anti-generic design system: Enforces unique typography, contextual color palettes, asymmetric layouts, coordinated animations, and atmospheric backgrounds instead of default AI design tropes. - Two build workflows: Scaffold projects with Vite for pure static output (including single-file HTML bundling) or Next.js for Vercel deployment, both preconfigured with React 18, TypeScript, Tailwind, shadcn/ui, and Framer Motion. - Mobile-first responsive patterns: Provides battle-tested CSS fixes for hero sections, grids, forms, navigation, and touch targets across breakpoints. - Use Case: Describe a SaaS landing page with a dark editorial theme, hero animation, pricing table, and FAQ accordion, and receive a complete Next.js or Vite project with shadcn/ui components and a centralized site configuration file. ## Quick Start Ask the assistant to build a landing page for your product using this skill, describing the theme, sections, and style you want, then run the generated init script and start the dev server with npm run dev.

Frequently Asked Questions about frontend-design-zh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a landing page with React and Tailwind from a text description?

Describe the page purpose, theme, and sections in plain text, and the skill selects an aesthetic direction, typography, and color palette before scaffolding a complete project. Run the generated init script, then use npm run dev to preview the site locally.

Should I use Vite or Next.js for a static marketing site?

Use Vite when you want pure static output that can be bundled into a single HTML file for sharing. Use Next.js when you plan to deploy to Vercel or need app-router features like multiple pages.

What are the requirements to run the frontend scaffolding scripts?

You need Node.js 18 or higher and npm installed. The init scripts check the Node version automatically and exit with an error if the requirement is not met.

How do I add more shadcn/ui components to the generated project?

Run npx shadcn@latest add followed by the component name inside the project directory. The init scripts preinstall ten common components such as button, card, accordion, and dialog, and you can install all components with the --all flag.

Why does my hero section leave empty space on mobile?

A two-column CSS grid reserves space for a hidden column on mobile. The skill's mobile patterns fix this by switching the hero to display flex with centered alignment at the 768px breakpoint.

Can I bundle the whole website into a single HTML file?

Yes, the bundle-artifact script builds the Vite project with Parcel and inlines all assets into one bundle.html file. Run it from the project root after installing dependencies.