Simple static waitlist page with:
- mandatory email
- 5 optional product questions
- English copy + German transcript text
- localStorage save + CSV export
- Open a terminal.
- Go to the project folder:
cd /workspace/bona - Start a local web server:
python3 -m http.server 8000
- Open your browser.
- Go to:
http://localhost:8000 - Fill the form and click Join waitlist.
- Use Download CSV to export local entries.
- No framework and no build step.
- No external JavaScript dependencies.
- System font stack only (no remote font fetches), helping faster first render on regular browsers.