AI

AI Assistant

Online

Welcome! I can help you build UI patterns with Tailwind CSS. What would you like to create?
10:02 AM
I need a responsive pricing table with three tiers.
10:03 AM
I've generated a three-tier pricing layout. It uses grid-cols-3 on large screens and stacks vertically on mobile. The middle tier is highlighted as recommended.
10:03 AM
Now I need a hero section with a gradient background. Something modern and clean.
10:15 AM
Here's a gradient hero section using Tailwind's bg-gradient-to-br with OKLCH color stops. It includes a headline, subtext, and dual CTAs.
10:15 AM
Can you make the gradient more subtle and add an animation?
10:16 AM
I've toned down the gradient and added a subtle fade-up entrance animation with prefers-reduced-motion support. The colors now transition from a warm neutral to a soft blue.
10:16 AM