Frontend – Landing
This document describes the CallPilot landing site, built with Next.js, and how to configure it for local development.
The landing is the public website for CallPilot (marketing site, product overview, lead capture, etc.) and connects to Proxima/CallPilot backend services for forms and basic interactions.
Tech stack
- Framework: Next.js (React)
- Language: TypeScript (recommended)
- Styling/UI: Tailwind / CSS Modules / other (depending on implementation)
- Routing: File-based routing (
pages/directory) - Package manager:
npm
Dev environments variables
These variables define the base URLs for the different backend services consumed by the frontend.