Deploy Your First App
This guide walks you through deploying your first application on Boottify. By the end, you'll have a live app running on a subdomain with automatic SSL.
Step 1: Create a Project
Navigate to your dashboard and click "New App". Choose from the marketplace templates or connect your own repository.
Step 2: Connect Your Repository
Select your GitHub repository. Boottify auto-detects your framework (Next.js, React, Node.js, and more) and suggests optimal build settings.
Step 3: Configure Deployment
Review the build settings:
- Build Command:
npm run build - Start Command:
npm start - Port: 3000 (auto-detected)
- Node Version: 22 LTS (default; honors
engines.node)
Step 4: Deploy
Click "Deploy" and watch the real-time build logs. Your app goes live with a .boottify.com subdomain and automatic SSL.
Step 5: Verify
Visit your app URL and verify everything is working. Add a custom domain later from the Domains settings.