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 custom 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 will auto-detect your framework (Next.js, React, Node.js, etc.) and suggest 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: 20.x (latest LTS)
Step 4: Deploy
Click "Deploy" and watch the real-time build logs. Your app will be live in 2-3 minutes with a .boottify.com subdomain.
Step 5: Verify
Visit your app URL and verify everything is working. You can add a custom domain later from the Domains settings.