Skip to content

Clone 3D Web Prompts site into Next.js - #1

Draft
edenbuilds wants to merge 1 commit into
masterfrom
cursor/clone-3d-hero-prompts-e0f7
Draft

Clone 3D Web Prompts site into Next.js#1
edenbuilds wants to merge 1 commit into
masterfrom
cursor/clone-3d-hero-prompts-e0f7

Conversation

@edenbuilds

Copy link
Copy Markdown
Owner

Summary

Ports mubbashirdevsite/3d-hero-prompts into the Next.js template as a pixel-faithful clone of the original static site.

What was cloned

  • Hero section with gradient headline, CTA buttons, and scroll hint animation
  • Particle canvas background with mouse-repulsion and connection lines
  • Ambient CSS orbs with drift animation
  • 12 prompt cards with copy-to-clipboard functionality (from prompts.json)
  • How it works 4-step workflow grid
  • Pro tips section with 3 advice cards
  • Fixed navigation with scroll shadow and active section highlighting
  • Scroll-reveal animations via IntersectionObserver
  • Responsive layout matching the original breakpoints (1024px, 768px, 480px, 1440px)

Implementation details

  • Fonts: Space Grotesk + Space Mono via next/font/google
  • Site styles preserved in src/app/site.css with original design tokens
  • Client components for interactive features (particles, copy, scroll reveal, nav)
  • Prompt data imported from src/data/prompts.json

Verification

  • npm run check passes (lint + typecheck + build)
Open in Web Open in Cursor 

Port the mubbashirdevsite/3d-hero-prompts static site into the Next.js
template with pixel-faithful styling, particle canvas background, prompt
cards with copy-to-clipboard, scroll reveal animations, and all 12 prompts
from the original data/prompts.json.

Co-authored-by: edenbuilds <edenbuilds@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants