Documentation

Introduction

ReDeploy is the developer platform designed for teams that want to ship faster. From local development to global deployment — everything just works.

What is ReDeploy?

ReDeploy provides a complete suite of tools for modern web application development: instant deployments from GitHub or file uploads, real-time build logs, environment variable management, and automated scaling powered by Vercel's edge network.

rocket_launchDeploy in seconds
terminalReal-time build logs
keyEnv var management
monitoringLive analytics

Quick Start

Get your project deployed in three steps:

1

Connect GitHub

Link your GitHub account from the dashboard settings page.

2

Import Repository

Select a repo to import, configure your Vercel subdomain and environment variables.

3

Deploy

Hit deploy — ReDeploy downloads your code, sends it to Vercel, and streams live build logs.

terminalOr deploy via CLI
$npm install -g redeploy-cli
$redeploy login
$redeploy deploy
Deployed to https://my-project.vercel.app

Environment Variables

Configure environment variables during deployment or edit them later from the deployments page. Variables are encrypted and stored securely on Vercel.

// Set during deploy
DATABASE_URL="postgres://..."
NEXT_PUBLIC_API="https://api.example.com"
// Edit anytime from Deployments → Key icon

Core Features

rocket_launch

Zero Config

Push and deploy — we auto-detect Next.js, Vite, Astro, static HTML and more.

public

Global Edge

35+ regions worldwide with automatic request routing to the nearest edge.

history

Instant Rollback

One-click revert to any previous deployment version.

monitoring

Real-time Logs

Stream build logs live during deployment with color-coded output.