Build parallax scroll sections, parallax hero effects, and Apple-style parallax websites with Claude Code, Cursor, Lovable, Codex, Replit, or Google Stitch. React and Tailwind source included.
React and Tailwind source included. Build or regenerate with Claude Code, Cursor, Lovable, Codex, Replit, or Google Stitch.
Each template includes a live preview, React and Tailwind source code, and a prompt for Claude Code, Cursor, Lovable, Codex, Replit, and Google Stitch.

Parallax Storytelling Hero Section
Parallax storytelling section with three full-viewport panels and Apple-style cinematic image reveal on scroll, for editorial landing pages and product story pages. Build with Claude Code, Cursor, Lovable, Codex, Replit, or Google Stitch. React and Tailwind source included.




3D Parallax Depth Hero Section
Three-layer parallax depth hero section with image layers that recede on scroll, for cinematic product story pages and editorial landing pages. Build with Claude Code, Cursor, Lovable, Codex, Replit, or Google Stitch. React and Tailwind source included.
Chapter one
Chapter twoVertical Portrait Parallax Gallery (Editorial Image Stack)
Vertical portrait parallax gallery with staggered image scroll speeds, for fashion portfolios, model agency websites, and photographer landing pages. Build with Claude Code, Cursor, Lovable, Codex, Replit, or Google Stitch. React and Tailwind source included.

Sticky Scroll Stacked Cards Section
Apple-style sticky scroll stacked cards section for landing pages and product feature walkthroughs, cards pin as the reader scrolls. Build with Claude Code, Cursor, Lovable, Codex, Replit, or Google Stitch. React and Tailwind source included.

Ascending Image Slide-Up Hero (Type-First)
Ascending image slide-up scroll hero, the image rises from below the fold as the reader scrolls, for type-first product pages and essay openings. Build with Claude Code, Cursor, Lovable, Codex, Replit, or Google Stitch. React and Tailwind source included.

Zoom Out Reveal Scroll Hero
Zoom out reveal scroll hero, an extreme close-up image scales out to the full scene on scroll, for cinematic product pages and editorial hero sections. Build with Claude Code, Cursor, Lovable, Codex, Replit, or Google Stitch. React and Tailwind source included.

Blur to Focus Scroll Hero
Blur to focus scroll hero, a blurred image sharpens as the reader scrolls, for photography portfolios and product story pages. Build with Claude Code, Cursor, Lovable, Codex, Replit, or Google Stitch. React and Tailwind source included.

Wide by design.
Ken Burns Slow Pan Scroll Hero
Ken Burns slow pan scroll hero with a cinematic horizontal image pan and bottom-left overlay copy, for editorial magazine covers and film production sites. Build with Claude Code, Cursor, Lovable, Codex, Replit, or Google Stitch. React and Tailwind source included.
Complete app templates built with Claude Code, Cursor, Lovable, and more. Each template includes 8 to 10 screens with React and Tailwind source code and prompts for every major AI coding tool.
Vibe Coding Template · 11 screens
Parallax Landing Page Coding Template
Full Next.js + Tailwind + framer-motion parallax landing page template for Lovable, Claude Code, and Cursor. Cinematic hero, product story, feature showcase, testimonials, stats, marquee, pricing, and CTA sections.
Vibe Coding Template · 8 screens
Local Business Website Template
Full multi-page local business website template for salons, studios, restaurants, and service businesses. Homepage, services, team, gallery, booking form, testimonials, brand story, and FAQ.
Parallax sections are one of the most-searched website effects on the web. This page collects every parallax section, parallax hero, and Apple-style parallax scroll effect in the AI Library, along with the prompt that builds each one in Claude Code, Cursor, Lovable, Codex, Replit, or Google Stitch.
Included on this page
Used for
Every parallax section uses framer-motion for the scroll-driven motion and respects prefers-reduced-motion so users who prefer less motion get a static fallback. React 18 and Tailwind CSS v3 assumed.
Every template on this page includes a prompt written for each of the major AI coding tools.
A parallax section is a page section where different visual layers move at different speeds during scroll, creating a sense of depth. The most common form is a background image that scrolls slower than the foreground text. The AI Library ships multiple parallax variations: full-panel parallax storytelling, 3D depth heroes with three image layers, vertical portrait parallax for portfolios, and Ken Burns cinematic pans.
Open the parallax section page you want (Parallax Storytelling Section, 3D Parallax Depth Hero, etc.), click Copy prompt on the tool tab you use (Cursor, Claude Code, Codex, Lovable, Replit, or Google Stitch), and paste it into your tool. Each prompt is written specifically for that tool with the same design constraints so the output looks consistent across tools.
framer-motion useScroll + useTransform. It gives you deterministic parallax offsets tied to scroll position without triggering layout thrash. Reduced-motion users get a static fallback automatically. If you want a heavier motion library later (GSAP ScrollTrigger, Lenis smooth scroll), the components are easy to port.
Not if built correctly. Every parallax component in the AI Library avoids layout-triggering transforms, uses passive scroll listeners, and disables motion under prefers-reduced-motion. On mobile, motion complexity drops automatically to preserve battery.