design2/24/2026·7 min read·richardjypark

Cyberpunk Design System Prompt

Guide AI to generate subtle cyberpunk-inspired UI code for Next.js + Tailwind CSS + shadcn/ui projects

Snippet

Copy this entire snippet and paste it as context when asking an AI to build or modify UI components for your project:

How to Use

  1. Copy the snippet above into your AI conversation as system context
  2. Ask the AI to build a component — e.g., "Build a dashboard card with stats"
  3. Expect terminal-style cards, cyan accents on dark backgrounds, proper glow effects
  4. Verify output against the pre-ship checklist in section 8

What It Covers

  • Color system — Dark palette with cyan accent rules and CSS custom properties
  • Typography — Geist font usage, cyberpunk label treatments, sizing scale
  • Layout — Cyber-grid and scanline background patterns with Tailwind
  • Components — Terminal cards, standard cards, 3 button variants, badges, inputs
  • Effects — Neon glow values, glitch keyframes (restricted usage), motion principles
  • States — Full interaction state map with exact Tailwind classes
  • shadcn/ui — Extend-don't-fork integration strategy with CVA example
  • Checklist — 9-point verification before shipping any component