Static marketing site for BrandSandbox, including the protocol, services, case studies, and insights pages.
This project is plain HTML, CSS, and browser JavaScript. Serve the repository root with any static file server so root-relative assets and form pages resolve correctly:
python3 -m http.server 8000Then visit http://localhost:8000.
index.html— homepage.protocol.html,services.html,case-studies.html, andinsights.html— supporting pages.forms/— embedded request-test and strategist-chat interfaces, plus their shared modal scripts.img/— brand and favicon assets.whitepapers/— downloadable BrandSandbox documents.
The site includes two browser-based interactions:
- The request-test modal collects contact and validation details.
- The strategist chat opens from the homepage and creates a chat session before exchanging messages.
Both are designed to communicate with the companion API service. This repository contains no API credentials, database settings, or deployment secrets. Configure and run the backend separately for submissions and chat to work.