Connect GitHub or GitLab, pick any repo — public or private — click Deploy. DropDeploy builds and hosts your app — share it with anyone in seconds.
How It Works
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.
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
One button. DropDeploy picks up your project immediately and starts working on it.
You can deploy multiple projects at the same time
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
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
Features
No setup. No expertise. Just your project and a button.
Connect your GitHub or GitLab account and deploy any repo — public or private. Or paste a URL directly. No tokens to manage.
Supports 9 popular languages and frameworks. Pick yours from the list and everything is set up correctly for you.
See your project build step by step in real time. You're never left staring at a spinner wondering what's happening.
Store API keys and passwords securely in the dashboard. They stay private and are never exposed in your code.
Every project gets its own URL the moment it goes live. Copy it and share it with anyone, instantly.
Every project is automatically checked for known security issues before it goes live. No extra steps needed.
Push new code to GitHub and hit Deploy again. Your live link updates — same URL, no disruption.
All your projects, their live links, deployment history, and settings — in a single clean dashboard.
Explore
Browse apps, APIs, and tools deployed by other developers. Publish your own project and let the world find it.
Browse ExploreWho It's For
Whether you're shipping your first project or managing a team, DropDeploy gets out of your way.
Solo Developers
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.
Students & Bootcampers
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.
Internal Tools
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.
# 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
Install dropdeploy-cli once and deploy any project with a single command — no browser required.
Install globally with npm and the dropdeploy command is available in every project on your machine.
No flags needed. The CLI reads your repo and picks the right build pipeline automatically.
Watch every build step in real time — cloning, installing, building, starting — with a live progress bar.
Set DROPDEPLOY_TOKEN and DROPDEPLOY_URL as environment variables and deploy from any pipeline.
/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.
Download the command file
Save deploy.md to your Claude commands directory.
Place it in ~/.claude/commands/
Claude Code picks up any .md file in that folder as a slash command automatically.
Type /deploy in Claude Code
The skill checks your CLI, auth, and runs dropdeploy deploy — streaming build output right in the chat.
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
Sign in, connect GitHub or GitLab, pick your repo, and click Deploy. Your project is live in minutes — public or private, no setup required.