Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.47 KB

File metadata and controls

57 lines (42 loc) · 1.47 KB

🚀 Quick Deploy Guide - 3 Easy Options

Option 1: Render.com (Recommended) ⭐

Time: 2 minutes | No Credit Card Required

  1. Go to render.com
  2. Click "Get Started for Free"
  3. Sign in with GitHub
  4. Click "New +" → "Web Service"
  5. Connect your GitHub account
  6. Select aman179102/CodePad repository
  7. Settings:
    • Name: codepad
    • Environment: Docker
    • Plan: Free
  8. Click "Create Web Service"
  9. Done! Your CodePad will be live at https://codepad-xxxx.onrender.com

Option 2: Railway.app (Best Performance)

Time: 1 minute | $5 Free Credits Monthly

  1. Go to railway.app
  2. Click "Start a New Project"
  3. Sign in with GitHub
  4. Click "Deploy from GitHub repo"
  5. Select aman179102/CodePad
  6. Railway auto-detects Dockerfile
  7. Click "Deploy"
  8. Done! Live at https://codepad-production-xxxx.up.railway.app

Option 3: Replit (Instant)

Time: 30 seconds | Always Free

  1. Go to replit.com
  2. Click "Create Repl"
  3. Click "Import from GitHub"
  4. Paste: https://github.com/aman179102/CodePad
  5. Click "Import"
  6. Click the "Run" button
  7. Done! Instantly live and accessible

🎯 Which One to Choose?

  • Need it NOW? → Replit (30 seconds)
  • Want professional hosting? → Render (free forever)
  • Need best performance? → Railway ($5 free credits)

All options support your full CodePad with all 14 programming languages! 🔥