The marketing landing page for Celo Copilot, the comprehensive AI skill for building on the Celo ecosystem.
- Next.js 16 (App Router)
- Tailwind CSS v4
- TypeScript
- Fonts: GT Alpina Thin (headings) + Inter (body) — matching celo.org's typography
- Design: Celo brand yellow (
#FCFF52) hero, dark sections, pill buttons
npm install
npm run devOpen http://localhost:3000.
src/
app/
globals.css # Tailwind theme, Celo brand colors, animations
layout.tsx # Fonts, metadata, OG tags
page.tsx # Main landing page (all sections)
components/
TerminalMockup.tsx # Animated terminal demo
InstallCommand.tsx # Copy-to-clipboard install command
FeatureCard.tsx # Stats card (150+, 6,300+, etc.)
UseCaseCard.tsx # Use case card
SourcesMarquee.tsx # Scrolling data sources marquee
- Hero — Yellow Celo-branded hero with terminal mockup animation
- What's Inside — 6 feature cards with key stats
- Topic Clusters — Tag pills for ecosystem verticals
- Data Sources — Full-bleed marquee of curated sources
- What Builders Ask — 6 use case cards
- Get Started — CTA with install command
- Footer — celo.org-style yellow footer with columns and social icons
Deploy to Vercel:
vercel- celo-org/copilot — The actual skill (markdown + reference files)
- celo-org/agent-skills — Celo's modular agent skills collection
Apache-2.0