A 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-demoOnce 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
- Pure HTML/CSS implementations (no frameworks required)
- Master prompts for each aesthetic direction
- Color palettes and signature effects
- Responsive design
- Production-ready code
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/
