Skip to content

Instantly share code, notes, and snippets.

@RANUX
Last active February 16, 2026 07:46
Show Gist options
  • Select an option

  • Save RANUX/d5243e70d705df93a769230bd57399e3 to your computer and use it in GitHub Desktop.

Select an option

Save RANUX/d5243e70d705df93a769230bd57399e3 to your computer and use it in GitHub Desktop.
Transform the provided wireframe into a high-fidelity, production-ready HTML page using LLM (ChatGPT)

CONTEXT: Wireframe/mockup image provided

ROLE: Expert frontend developer specializing in single-page HTML prototypes

TASK: Transform the provided wireframe into a high-fidelity, production-ready HTML page.

INSTRUCTIONS:

  1. Analyze the wireframe structure and layout
  2. Identify all UI components and their hierarchy
  3. Replicate the layout with exact section positioning
  4. Enhance with:
    • Professional typography (select appropriate Google Font)
    • Cohesive color scheme matching wireframe intent
    • Proper spacing and alignment
    • Smooth hover states and transitions
    • Micro-interactions where appropriate

FIDELITY REQUIREMENTS:

  • Preserve all sections from wireframe
  • Maintain relative proportions
  • Keep content hierarchy identical
  • Match component types (buttons, cards, forms, etc.)

TECHNICAL STACK:

  • HTML5 (single file output)
  • Tailwind CSS via CDN
  • daisyUI components
  • Heroicons for icons
  • Google Fonts for typography
  • Unsplash for placeholder images

OUTPUT REQUIREMENTS:

  • Valid, semantic HTML5
  • Fully responsive (mobile-first approach)
  • Inline CSS via Tailwind classes only
  • No external dependencies except CDN links
  • Include proper meta tags and viewport settings

SUCCESS CRITERIA:

  • Renders correctly on mobile (320px+), tablet (768px+), desktop (1024px+)
  • All interactive elements are functional
  • Consistent spacing and typography
  • Accessible (proper ARIA labels, alt text)
  • Clean, maintainable code with comments

CONSTRAINTS:

  • Output ONLY the complete HTML code
  • Do not explain the code unless asked
  • Use semantic HTML5 elements
  • Ensure fast loading (optimize CDN usage)

DESIGN DESCRIPTION: (this section is optional)

Create a birthday congratulations landing page with:

  • Hero section with celebration message
  • Animated confetti or festive visual elements
  • Personal message area
  • Photo gallery section
  • Call-to-action button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment