logoPressFast

Ship in 5 Minutes

Deploy your app in just 5 minutes

Ship in 5 Minutes

Get your app deployed and live on the internet in just 5 minutes.

Prerequisites

Before you start, make sure you have:

  • Completed the Get Started guide
  • A GitHub account
  • A Vercel account (free tier works)

Step 1: Push to GitHub

  1. Create a new repository on GitHub
  2. Push your code:
git remote add origin https://github.com/your-username/your-repo.git
git add .
git commit -m "Initial commit"
git push -u origin main

Step 2: Deploy to Vercel

  1. Go to Vercel
  2. Click "New Project"
  3. Import your GitHub repository
  4. Configure your environment variables
  5. Click "Deploy"

That's it! Your app will be live in a few minutes 🚀

Step 3: Set Up Environment Variables

In Vercel dashboard:

  1. Go to your project settings
  2. Navigate to "Environment Variables"
  3. Add all variables from your .env.local file

Step 4: Configure Custom Domain (Optional)

  1. Go to your project settings in Vercel
  2. Navigate to "Domains"
  3. Add your custom domain
  4. Follow the DNS configuration instructions

Next Steps

Ship in 5 Minutes