Frontend Deployments
Use the Mekong dashboard upload flow to deploy built frontend assets.
How it works
- Build your app for production
- Zip the output folder
- Upload from
/dashboard/deploy - Choose the correct stack template
- Go live on your Mekong subdomain
Stack templates
| Stack | Template | Upload this |
|---|---|---|
| Plain HTML / CSS / JS | static | Folder containing index.html |
| React (CRA) | static | Contents of build/ |
| React Vite | static | Contents of dist/ |
| Vue + Vite | static | Contents of dist/ |
| Next.js | nextjs | Prepared standalone server root |
| Next.js API | nextjs | Prepared standalone server root |
| PHP | php | Runtime-ready app root with index.php |
Select the guide for your stack from the sidebar.