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>
28 lines
250 B
Plaintext
28 lines
250 B
Plaintext
# 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*
|