# Sonder (static site) This repository serves a static website (HTML/CSS/JS) from `frontend/` via a small Express server. ## Key URLs - / -> Home - /strategize/ -> Strategy - /build/ -> Implementation - /about/ -> About - /team/ -> Team - /case-studies/ -> Case Studies - /essays/ -> Essays index - /contact-us/ -> Contact form (POSTs to /api/contact) - /join-us/ -> Careers - /agents/ -> LLM/agent-oriented page index ## Runtime - Backend: Node/Express serves static files and provides `/api/health` and `/api/contact`. - Form submissions are appended to `server/contact_submissions.json` (not committed).