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:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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*
|
||||
Reference in New Issue
Block a user