Deployment patterns¶
Software deployment patterns extracted from the archived compiler v1 corpus.
- Dynamic web — long-running server, same-host API, MCP HTTP on konstant; socket activation default
- Static web — static HTML/CSS/JS output, nginx serve only, no app systemd
- Vercel — standalone app on Vercel (static, frontend, serverless); no konstant systemd required