Landing page for unakin.com — vanilla TypeScript Web Components, no framework.
- Vite + TypeScript
- Native Web Components (
<gradient-blob>,<scramble-text>,<heart-model>) - three.js for the segmented heart model
- GSAP ScrollTrigger for scroll-driven animation
npm install
npm run dev # dev server
npm run build # typecheck + production build to dist/
npm run preview # serve the production build locallyDigitalOcean App Platform is connected to this repo and auto-deploys
main on push (build: npm run build, output: dist/).