A small lab building bleeding-edge experiments at the intersection of cryptography and autonomous agents — across every chain that matters.
This repo is the public-facing landing site for miny-labs.
- Vite + React 19 + TypeScript
- Tailwind CSS with HSL-token design system
- framer-motion for animations and scroll-driven reveals
- hls.js for the streaming background video in the CTA section
- Inter + Instrument Serif via
@fontsource - lucide-react for iconography (with inline SVGs for brand and chain glyphs)
- Hero — chain logo strip, headline, dual CTAs (Get in touch / Explore the lab)
- Crypto has evolved — three paradigms we build for: zero-knowledge, autonomous agents, multi-chain
- Mission — scroll-driven word-by-word reveal over a looping ambient video
- The lab for meaningful crypto and AI primitives — four service columns
- Start your experiment — HLS-streamed CTA section with mailto + GitHub
- Footer
npm install
npm run dev # → http://localhost:5173
npm run build # production bundle in /dist
npm run preview # preview the built bundleDeployed to Vercel via the Vercel CLI:
vercel # link + preview
vercel --prod # production deployThe site is static — no backend, no environment variables required.