Deploy Options Overview
Shevky outputs static files to dist/. Any host that serves static files is compatible.
Evidence
- Shevky does not include platform-specific deployment adapters.
- The
shevky.github.ioconsumer project in the workspace uses GitHub Pages, confirming that pattern. - All consumer projects use
buildanddevnpm scripts only.
Deployment Modes
- Manual upload - Upload
dist/contents to any static host. - Git-based hosts - Push to a branch that the host builds and serves.
- CI/CD pipeline - Automate
npm ci && npm run buildand publishdist/.
Platform Guides
| Platform | Type | Page |
|---|---|---|
| GitHub Pages | Evidence-based | GitHub Pages |
| Netlify | Inferred example | Netlify |
| Vercel | Inferred example | Vercel |
| AWS Amplify | Inferred example | AWS Amplify |
| Docker | Inferred example | Docker |
| CI/CD | Generic pattern | CI/CD |
Note: Platforms marked "Inferred example" are not explicitly supported in the codebase but work because Shevky outputs standard static files.