A product landing page template built with GSAP scroll animations, React 19, and Tailwind CSS 4. This is for when you need those smooth, Awwwards-style scroll effects without building the animation architecture from scratch. The setup is straightforward: clone the repo, install dependencies, and you're running on localhost:5173. The deployment instructions are notably specific about Vercel (use the build then deploy workflow, not the direct deploy), which suggests the creator learned that lesson the hard way. Good starting point if you want polished scroll interactions and don't want to spend days tweaking GSAP timelines.
npx -y skills add eng0ai/eng0-template-skills --skill gsap-awwwards-website --agent claude-codeInstalls into .claude/skills of the current project.
A stunning product landing page with GSAP scroll animations, modern React 19 architecture, and Tailwind CSS 4 styling.
dist directorygit clone --depth 1 https://github.com/Eng0AI/gsap-awwwards-website-template.git .
If the directory is not empty:
git clone --depth 1 https://github.com/Eng0AI/gsap-awwwards-website-template.git _temp_template
mv _temp_template/* _temp_template/.* . 2>/dev/null || true
rm -rf _temp_template
rm -rf .git
git init
npm install
npm run build
Creates a production build in the dist/ directory.
CRITICAL: For Vercel, you MUST use
vercel build --prodthenvercel deploy --prebuilt --prod. Never usevercel --proddirectly.
vercel pull --yes -t $VERCEL_TOKEN
vercel build --prod -t $VERCEL_TOKEN
vercel deploy --prebuilt --prod --yes -t $VERCEL_TOKEN
netlify deploy --prod --dir=dist
npm run dev
Opens at http://localhost:5173
npm run dev in VM environmentjuliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills