The deployment layer for traditional hosting

Push.Deploy code to any server.

SENDR connects your Git repo to your server and ships every push automatically. cPanel, VPS, container, your call. No CI to babysit.

No credit card required

Or install the CLI and deploy from your terminal:

npm install -g @sendr-dev/cli

Works with the tools you already use

  • cPanel / Whogohost
  • SFTP
  • SSH / VPS
  • Docker
  • GitHub
  • GitLab
  • Supabase
  • Cloudflare R2

Why SENDR

Everything between “git push” and “it’s live”.

Git push deploys

Connect GitHub or GitLab, paste one webhook URL, and every push ships. No pipelines to wire, no YAML to babysit.

Any host, really

cPanel, SFTP, SSH or Docker. From a ₦2k shared host to a bare VPS, SENDR drops your build exactly where it belongs.

Instant rollbacks

Atomic release swaps keep the previous build warm. One click and you are back to green, even at 3am.

Secrets, encrypted

Credentials and environment variables are AES-256-GCM encrypted before they ever touch the database.

Zero downtime swaps

Releases are extracted, uploaded, then renamed into place. Traffic never sees a half-written directory.

Hooks & logs

Run pre/post deploy commands on SSH and Docker targets, and stream every line of output as it happens.

How it works

Three steps. Zero YAML.

01

Connect your repo

Link a GitHub or GitLab repository. SENDR hands you a signed webhook URL in return.

GitHub - Settings → Webhooks
Payload URL
https://api.sendr.app/webhooks/github
Content type
application/json
Secret
••••••••••••••••••••••••
02

Point at a server

Add a target: cPanel, SFTP, SSH or Docker. Validate it once; SENDR confirms it can write.

SENDR - Add Target
Host
cpanel.yourhost.com
Deploy path
/home/username/public_html
Connection valid
03

Push and watch

Your next commit triggers a deploy. The worker ships the artifact and swaps it in, live.

SENDR - Deployment #12
[0.2s] preparation ok
[12.1s] artifact_build ok
[8.4s] transfer ok
[0.3s] symlink_swap ok

Live demo

Deploy to cPanel in 60 seconds.

No CI pipeline, no YAML, no bash script. Just push and watch SENDR ship your code.

~/my-project

CLI

Deploy from your terminal.

Install the SENDR CLI and trigger deploys, check status, and stream logs without leaving your shell. Built for CI and local workflows.

Pick your package manager and copy the install command:

npm install -g @sendr-dev/cli

Sign in, link your project, push a deploy:

quickstart
# sign in (opens your browser)
sendr login

# initialize the CLI in your project
sendr init

# trigger a deployment from your repo
sendr deploy --wait

Prefer not to install? Run it on the fly with npx @sendr-dev/cli login. Full command reference in the docs.

Comparisons

SENDR. vs GitHub Actions vs Manual FTP

If you have used GitHub Actions or raw FTP before, here is how SENDR compares.

FeatureSENDR.GitHub ActionsManual FTP
Setup time2 minutes2 hoursOngoing pain
cPanel supportNativeHackyManual FTP
Zero-downtime deployBuilt-inCustom bashNo
Secrets managementEncrypted.env filesPlain text
Rollback1 clickCustom scriptManual restore
YAML requiredNoneYesNone

Where it deploys

One deploy story, every host.

Free plans cover shared hosting and Git. Pro unlocks SSH and Docker for real Node backends.

cPanel / Whogohost

Shared

SFTP

Shared

SSH / VPSPro

Server

DockerPro

Container

GitHub

Git

GitLab

Git

Supabase

Storage

Cloudflare R2Pro

Storage

Pricing

Start free. Upgrade for backends.

Free

₦0

For side projects

  • cPanel & SFTP targets
  • Unlimited Git repos
  • Encrypted secrets
  • Rollbacks & live logs

1 target

1 user

Community support

Start freeNo credit card required

Pro

₦2,000

For Node backends

  • Everything in Free
  • SSH & Docker targets
  • Build on target via hooks
  • Higher concurrency

5 targets

1 user

Priority email support

Go Pro₦2,000/month, cancel anytime

Business

₦8,000

For agencies & teams

  • Everything in Pro
  • Team seats included
  • 20 deployment targets
  • Priority support

20 targets

5 users

Shared Slack channel

Contact salesBilled monthly

Custom

Contact us

For enterprise & white-label

  • Unlimited targets & seats
  • SLA & dedicated support
  • Custom integrations
  • Self-hosted option

Unlimited

Unlimited

Dedicated Slack channel

Talk to usTailored to your stack

Questions

Things people ask.

Do I need to write CI?

For static and PHP sites, no. Push and SENDR ships it. For Node backends on SSH/Docker, hooks build on the target, so your CI stays optional.

Can it deploy to my cPanel host?

Yes. The cPanel/SFTP adapter uploads your files to the document root and swaps them in atomically. Great for PHP and static front-ends.

Where are my secrets stored?

Encrypted with AES-256-GCM at the application layer before they are written to Postgres. The key lives only in your environment.

What about rollbacks?

Every release is kept (retention configurable). A rollback re-deploys the previous build; no rebuild required.

Can I use this with my agency clients?

Absolutely. The Business plan adds team seats so multiple developers can manage deployments across client projects from one org.

Is there a free trial for Pro?

Yes. Start on the Free plan, upgrade to Pro whenever you are ready. No time limit on Free, and you can cancel Pro anytime.

Ship your next push in minutes.

Connect a repo, point at a server, and let SENDR handle the rest.

No credit card · Free forever for cPanel/SFTP