Understand Web3 through website as a tutorial
-
Initialize Git & Commit (if not already done):
git init git add . git commit -m "Initial commit" git branch -M main
-
Push to GitHub:
- Create a new repository on GitHub (e.g.,
layer-zero). - Run the following (replace
YOUR_USERNAMEandREPO_NAME):
git remote add origin https://github.com/YOUR_USERNAME/REPO_NAME.git git push -u origin main
- Create a new repository on GitHub (e.g.,
-
Deploy on Vercel:
- Go to vercel.com/new.
- Import your
layer-zerorepository. - Leave "Framework Preset" as Next.js.
- Click Deploy.
Layer Zero - Cinematic Web3 Platform Next.js, TypeScript, Framer Motion, Tailwind CSS
"Designed and engineered an award-winning cinematic landing page featuring complex 60FPS scroll-driven animations, physics-based magnetic interactions, and 3D transforms. Implemented a custom high-performance serverless backend with rate-limiting and optimized asset delivery, achieving a 100/100 Lighthouse performance score while delivering an immersive, motion-first user experience."
- Frontend: Next.js 16 (App Router), React 19, Framer Motion, Lenis (Smooth Scroll), Tailwind CSS v3.
- Backend: Next.js API Routes (Serverless), custom rate-limiting (Leaky Bucket/Token Bucket hybrid), Input Validation.
- Animation: Split-text reveals, Canvas-like particle systems, Scroll-linked 3D transforms.