Landing page for the Solana-First AI Developer agent.
- Dark/light theme toggle
- Solana-inspired color scheme (purple/teal gradients)
- Roboto Mono typography throughout
- Playbooks.com-inspired design
- Waitlist signup form
- FAQ accordion
- Responsive design
npm install
npm run devOpen http://localhost:3000 in your browser.
- Next.js 14
- TypeScript
- Tailwind CSS
- Lucide React (icons)
- Framer Motion (animations - ready to add)
Based on the landing page builder skill:
- No border radius on buttons (
rounded-none) - Section dividers with
//mono separators - Solana gradient:
from-[#9945FF] to-[#14F195] - Max-width containers at 1280px
- Roboto Mono as primary font
- Connect waitlist form to backend (Supabase/Postgres)
- Add analytics (Plausible/Vercel Analytics)
- Deploy to Vercel
- Set up custom domain
- Add email notifications for waitlist signups