The marketing website for Every Last Mile, built with React and deployed via GitHub Pages.
The site was designed in Figma and scaffolded into code using Claude Design (Figma Make powered by Claude). Ongoing development and maintenance is done with Claude Code.
Design source: Figma
- Framework: React 18 + React Router 6
- Build: Vite 5
- Styling: Tailwind CSS 4 (via
@tailwindcss/vite) - Hosting: GitHub Pages (
everylastmile.app) - Deploy: GitHub Actions → Pages (with 404.html SPA fallback)
| Route | Page |
|---|---|
/ |
Home |
/how-it-works |
How It Works |
/features |
Features |
/pricing |
Pricing |
/support |
Support |
/account-deletion |
Account Deletion |
/legal/terms |
Legal — Terms |
/legal/privacy |
Legal — Privacy |
npm install
npm run devnpm run buildOutput goes to dist/.