Configuration
Customize how your application is built and deployed on Boottify.
Build Settings
Configure your app's build command, output directory, and Node.js version in the dashboard under App → Settings.
Framework Detection
Boottify auto-detects popular frameworks and sets optimal defaults:
- Next.js — Standalone output, port 3000
- React (CRA/Vite) — Static build, served via Nginx
- Node.js/Express — Custom start command
- Static HTML — Direct file serving
Environment Variables
Set environment variables in App → Env Vars. Variables are encrypted and available during build and runtime.
Custom Domains
Add custom domains in App → Domains. SSL certificates are automatically provisioned via Let's Encrypt.