Landing page for Kiwi Voice — open-source voice interface for OpenClaw AI agents.
- HTML + Tailwind CSS (CDN) + vanilla JavaScript
- Bilingual EN/RU via
data-en/data-ruattributes - Fonts: Bricolage Grotesque, Onest, JetBrains Mono (Google Fonts)
- Icons: Font Awesome 6
- Dark/light theme toggle with localStorage persistence
- Docker + Nginx for production deployment
Open index.html in a browser — no build step required.
docker compose up -dServes on port 8080 via Nginx with gzip, caching, and security headers.
index.html Main page (bilingual EN/RU)
css/style.css Custom styles (animations, bento grid, glass cards, theme)
js/main.js Interactivity (scroll reveal, particles, FAQ, copy buttons)
js/i18n.js Language switching logic
assets/ Favicon
nginx/ Nginx config for Docker
Dockerfile Multi-stage Docker build
docker-compose.yml Docker Compose config
