v1.0.0: Initial Release (2026-03-30)

Generate production-ready VPS deployment scripts for common app stacks.
All 17 script combinations integration-tested on Ubuntu 24.04.

Features:
- Script generation for CLI stacks: Go, Node.js, PHP (LEMP)
- Script generation for panel setups: aaPanel, CyberPanel, CloudPanel, HestiaCP, FastPanel
- Each package includes setup.sh, nginx config, and systemd service units
- Database selection: PostgreSQL, MySQL, MariaDB
- Optional pro optimizations: BBR, Fail2Ban, sysctl tuning
- Docker mode support (opt-in)
- User management and deployment history
- Deployment edit and delete

Security:
- HttpOnly cookie session auth with CSRF origin enforcement
- Cloudflare Turnstile on register and login
- Login lockout for failed attempts
- JWT key rotation support
- Non-enumerable public IDs for deployments
- Audit event trail for auth and deployment actions
- Configurable audit log retention

Stack:
- Backend: Go (Echo + GORM), PostgreSQL
- Frontend: Astro (static), React, Tailwind CSS