AI Prompt Library
Ready-to-use prompts for HTML, React, 3D scroll animations, and more. Every thumbnail below is a live render of the exact code behind it — copy the prompt into any AI to get that same result.
Typewriter Effect Heading
Create a heading that types itself out character-by-character with a blinking cursor at the end, looping through a list of phrases, using pure JavaScript (no library).
Gradient Wave Text
Build a heading where a gradient color sweeps continuously left to right across the text using background-clip: text and a moving background-position keyframe animation.
Animated Counter on Scroll
Create a stat number that counts up from 0 to its target value over 1.5 seconds as soon as it scrolls into the viewport, using requestAnimationFrame with an ease-out curve.
Countdown Timer
Build a countdown timer showing days, hours, minutes, and seconds in separate flip-style boxes, updating every second with the digits sliding/fading on change.