deployment-patterns
Installation
SKILL.md
Deployment Patterns for Scientia Stack
Deploy to Vercel, Railway, or Docker following proven patterns from 98+ projects.
Platform Selection
Choose based on project type:
| Project Type | Platform | Reason |
|---|---|---|
| Next.js frontend | Vercel | Native support, edge functions |
| Python backend | Railway | Nixpacks, health checks |
| ML/GPU workloads | RunPod | GPU access, vLLM |
| Local development | Docker | Consistent environment |