GitHub & GitLab · Public & private repos · 9 frameworks

Your project, live on the internet.

Connect GitHub or GitLab, pick any repo — public or private — click Deploy. DropDeploy builds and hosts your app — share it with anyone in seconds.

or via CLI

How It Works

Built for builders, not DevOps engineers.

Getting your project live shouldn't take hours of setup. We handle the hard part — you just click Deploy.

Setup takes longer than building

Hours of config before anyone can even see your work.

Too much to learn just to share

Hosting shouldn't require a completely different skill set.

When it breaks, you're in the dark

No feedback, no trace, no idea what went wrong.

DropDeploy fixes this in four steps
Step 01

Add your project

Give your project a name, pick your language, and paste a GitHub or GitLab link — or pick a repo from your connected account. That takes about 30 seconds.

Private repos work too — connect your account once and pick from a list

Step 02

Click Deploy

One button. DropDeploy picks up your project immediately and starts working on it.

You can deploy multiple projects at the same time

Step 03

Watch it go live

Follow the progress right on your dashboard. Each step is shown as it completes so you always know where things stand.

If something fails, you see exactly what went wrong

Step 04

Share your live link

Your project is live and has its own URL. Copy it and share it with anyone — teammates, clients, or the whole internet.

Your link stays the same on every future deploy

my-portfolio

github.com/you/my-portfolio

● Live
Got your latest code
No security issues found
App built successfully
App is now running
Your link is ready to share
https://my-portfolio.domain.in

Features

Everything you need to go from idea to live.

No setup. No expertise. Just your project and a button.

Public or private — just deploy

Connect your GitHub or GitLab account and deploy any repo — public or private. Or paste a URL directly. No tokens to manage.

Works with your language

Supports 9 popular languages and frameworks. Pick yours from the list and everything is set up correctly for you.

Watch it go live

See your project build step by step in real time. You're never left staring at a spinner wondering what's happening.

Keep your secrets safe

Store API keys and passwords securely in the dashboard. They stay private and are never exposed in your code.

A link you can share

Every project gets its own URL the moment it goes live. Copy it and share it with anyone, instantly.

Safe by default

Every project is automatically checked for known security issues before it goes live. No extra steps needed.

Redeploy in one click

Push new code to GitHub and hit Deploy again. Your live link updates — same URL, no disruption.

Everything in one place

All your projects, their live links, deployment history, and settings — in a single clean dashboard.

Explore

Discover what the community is building.

Browse apps, APIs, and tools deployed by other developers. Publish your own project and let the world find it.

Browse Explore

Who It's For

Built for every kind of builder.

Whether you're shipping your first project or managing a team, DropDeploy gets out of your way.

Solo Developers

Build it. Share it. Move on.

Stop spending weekends on server setup. Paste your GitHub link, click Deploy, and have a live link ready to share — so you can get back to building.

  • No server knowledge needed
  • Live link in minutes
  • Redeploy any time

Students & Bootcampers

Show your work with a real link.

Don't just screenshot your project. Get a real, live URL you can put in your portfolio, send to a recruiter, or share with a friend — in minutes.

  • 9 frameworks supported
  • No cloud account needed
  • Live link to show employers

Internal Tools

Host tools just for your team.

Run private dashboards and admin tools on your own setup, with access control built in. Only the people you invite can see or manage what you deploy.

  • You control the infrastructure
  • Restrict access by role
  • Built-in security checks
terminal

# install once

$ npm install -g dropdeploy-cli

# log in

$ dropdeploy auth login

Email: you@example.com

Password: ••••••••

✓ Logged in

# deploy from any repo

$ dropdeploy deploy

Checking repository…

Detecting framework… ✓ NEXTJS

Triggering deployment…

› Cloning repository

› Building Docker image

› Starting container

✓ Deployed successfully

Live URL → https://my-app.dropdeploy.app

CLI

Deploy without leaving your terminal.

Install dropdeploy-cli once and deploy any project with a single command — no browser required.

One install, use everywhere

Install globally with npm and the dropdeploy command is available in every project on your machine.

Auto-detects your framework

No flags needed. The CLI reads your repo and picks the right build pipeline automatically.

Live build output, streamed

Watch every build step in real time — cloning, installing, building, starting — with a live progress bar.

CI-ready

Set DROPDEPLOY_TOKEN and DROPDEPLOY_URL as environment variables and deploy from any pipeline.

npm
Claude Code

Deploy with /deploy in Claude Code.

Add the /deploy slash command to Claude Code. One download, then trigger deployments directly from your AI editor — no browser needed.

  1. 1

    Download the command file

    Save deploy.md to your Claude commands directory.

  2. 2

    Place it in ~/.claude/commands/

    Claude Code picks up any .md file in that folder as a slash command automatically.

  3. 3

    Type /deploy in Claude Code

    The skill checks your CLI, auth, and runs dropdeploy deploy — streaming build output right in the chat.

Download deploy.md
Claude Code
/deploy

Checking dropdeploy CLI… ✓ found

Auth status… ✓ logged in

Running deployment…

› Cloning repository

› Building Docker image

› Starting container

✓ Deployed successfully

Live at → https://my-app.en3.wtf

# one-time setup

mkdir -p ~/.claude/commands

curl -o ~/.claude/commands/deploy.md \

https://app.en3.wtf/deploy.md

# then in Claude Code:

/deploy

Ready to share your project with the world?

Sign in, connect GitHub or GitLab, pick your repo, and click Deploy. Your project is live in minutes — public or private, no setup required.