web-app-builder
Installation
SKILL.md
Web App Builder
Build and deploy web apps to the cloud with automatic SSL and custom subdomains.
Supported Frameworks
| Framework | Build Command | Output Dir | Notes |
|---|---|---|---|
| React (Vite) | npm run build |
dist/ |
SPA, needs _redirects |
| React (CRA) | npm run build |
build/ |
SPA, needs _redirects |
| Vue (Vite) | npm run build |
dist/ |
SPA, needs _redirects |
| Astro | npm run build |
dist/ |
Static by default |
| Next.js (static) | npm run build |
out/ |
Requires output: 'export' |
| Vanilla HTML | None | . |
Just HTML/CSS/JS files |
| Svelte | npm run build |
build/ |
SPA, needs _redirects |