Initial design spec for cameleer.io marketing site

Captures brainstormed architecture: Astro 5 static site on Hetzner
Webhosting L, Cloudflare profile B (WAF, rate limit, HSTS, security
headers), redirect-to-Logto auth at auth.cameleer.io. Four pages (home,
pricing, imprint, privacy), English-only with i18n-ready scaffold, no
analytics in v1. Homepage uses dual-register 6-section weave serving
both manager and engineer audiences at every scroll depth.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-24 16:13:47 +02:00
commit e15408b498
3 changed files with 398 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Build output
dist/
.astro/
# Dependencies
node_modules/
# Environment
.env
.env.local
.env.*.local
# OS
.DS_Store
Thumbs.db
# Editors
.idea/
.vscode/
*.swp
# Brainstorming / visual companion previews
.superpowers/
# Logs
*.log
npm-debug.log*