By claudekit
Generate production-ready frontend UIs in styles like glassmorphism or neumorphism, complete with matching Unsplash/Pexels direct image links or custom prompts for hero images, backgrounds, and illustrations. Delivers clean HTML/CSS/JS/TS code with zero AI slop or fake URLs.
npx claudepluginhub claudekit/frontend-design-pro-demo --plugin frontend-design-proA comprehensive showcase of 11 modern frontend design aesthetics with master prompts, signature effects, and production-ready code.
| # | Style | Key Characteristics |
|---|---|---|
| 01 | Minimalism & Swiss Style | Rigorous grid systems, massive typography, asymmetric magazine layout |
| 02 | Neumorphism | Extruded elements, multiple drop shadows, "pressed in" buttons |
| 03 | Glassmorphism | Animated mesh gradients, frosted glass cards, backdrop-filter blur |
| 04 | Brutalism | Thick 3-4px borders, hard drop shadows, masonry/broken grid |
| 05 | Claymorphism | Inflated 3D clay, marshmallow shapes, candy pastels |
| 06 | Aurora / Mesh Gradient | Slow-moving breathing blobs, floating glass overlays |
| 07 | Retro-Futurism / Cyberpunk | Aggressive neon, CRT scanlines, HUD elements, glitch effects |
| 08 | 3D Hyperrealism | Realistic textures, cinematic lighting, physics-based motion |
| 09 | Vibrant Block / Maximalist | Solid clashing RGB blocks, thick borders, snap hover effects |
| 10 | Dark OLED Luxury | Absolute black + Gold accents, spotlight cursor, gold foil gradients |
| 11 | Organic / Biomorphic | "Living Earth" palette, morphing blobs, wavy dividers |
Install as a Claude Code plugin to get the frontend-design-pro skill:
# Add marketplace from GitHub
/plugin marketplace add claudekit/frontend-design-pro-demo
# Install the plugin
/plugin install frontend-design-pro
# Or from local directory
/plugin install /path/to/frontend-design-pro-demo
Once installed, Claude will automatically use the skill when building frontend interfaces.
frontend-design-pro-demo/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
└── skills/
└── frontend-design-pro/
└── SKILL.md # Skill definition
Example prompt:
use frontend-design-pro to create a frontend interface for <project-name> with <aesthetic-direction> style.
That's it!
frontend-design-pro-demo/
├── .claude-plugin/ # Claude Code plugin config
├── skills/ # Plugin skills
├── demos-v01/ # Version 1 demos
├── demos-v02/ # Version 2 demos (latest)
│ ├── index.html # Main showcase page
│ ├── 01-minimalism-swiss.html
│ ├── 02-neumorphism.html
│ ├── 03-glassmorphism.html
│ ├── 04-brutalism.html
│ ├── 05-claymorphism.html
│ ├── 06-aurora-mesh-gradient.html
│ ├── 07-retro-futurism-cyberpunk.html
│ ├── 08-3d-hyperrealism.html
│ ├── 09-vibrant-block-maximalist.html
│ ├── 10-dark-oled-luxury.html
│ ├── 11-organic-biomorphic.html
│ └── screenshots/ # Preview images
└── README.md
Each demo includes a "Master Prompt" section that describes the key characteristics and techniques used. Use these prompts as a reference when creating your own designs in that aesthetic style.
MIT
Powered by ClaudeKit
I've been spending 7+ months to dig into every aspect of Claude Code so you don't have to.
I've basically been sharing everything I learned about Claude Code on this Substack: https://faafospecialist.substack.com/
So if you find this collection useful, please consider supporting my product at ClaudeKit.cc.
Thanks so much! 🥰 Duy /zuey/
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.