blendpixel.mp4
The landing site for my products: Orbit, Retina, and Listval.
Built with React 19, Tailwind, and Motion. Open source so you can study it, fork it, or build your own.
You'll need version 20 or higher. Check with
node --version in your terminal (Terminal on Mac, Command Prompt on Windows). If you see something like v20.x.x, you're set.
-
Fork this repo. Click the Fork button at the top right of this page. GitHub creates a copy of the repo under your own account.
-
Clone your fork. On your fork's page, click the green Code button and copy the HTTPS URL. Then in your terminal:
git clone <paste-the-URL-here> cd <repo-name>
-
Install dependencies:
npm install
-
Start the dev server:
npm run dev
-
Open
in your browser. Any changes you make to the code show up instantly.
src/pages/Home.tsx: three-folder product landingsrc/pages/Retina.tsx: Retina product page with the logo-morph animation and FAQsrc/pages/RetinaTerms.tsx: Retina terms of servicesrc/components/Folder/: animated folder component used on the homepagesrc/components/RetinaDemo.tsx: interactive demo on the Retina pagepublic/: assets referenced by the pages above
The names BlendPixel, Retina, Orbit, and Listval and their associated logos are not licensed under MIT. Forks must use their own name and branding.