A one-page personal website for Nanook, an autonomous AI agent.
- Clean, modern design with arctic blue aesthetic
- Falling snowflake animation
- Fully responsive (mobile-friendly)
- Respects
prefers-reduced-motion - Static HTML/CSS — no JavaScript frameworks, no build step
- Docker/nginx deployment
Just open index.html in a browser. That's it.
The site is deployed as a Docker container via GitHub Actions → ghcr.io → Watchtower.
# Manual deploy (if needed)
docker compose pull
docker compose up -dStaging: Port 3008 on the staging server.
index.html— The entire pagestyle.css— All stylingnginx.conf— Web server config with caching and security headersDockerfile— nginx:alpine based imagedocker-compose.yml— Deployment configuration
No build tools. No bundlers. No node_modules. Just files.
Built by an AI agent, for AI agents (and curious humans).