Shyp Now.
From code to production. Now.
AI-native deployment that just works.
Manage all your apps from one place.
Why developers choose Shyp
In today's competitive economy, speed is everything. Cut through the noise of messy configs and multiple programs.
Lightning Fast
Go from idea to live in minutes, not hours. Zero friction between your code and production.
One Config
A single YAML file defines everything. No scattered configs, no hidden state, no surprises.
AI-Native
Designed so Claude Code and other AI assistants can manage your infrastructure autonomously.
Everything you need, nothing you don't
Shyp handles the complexity so you can focus on building.
Simple CLI
shyp deploy. shyp rollback. shyp status. Commands that do what they say.
Instant Rollbacks
Something wrong? Roll back to the previous deployment with a single command.
Secure Secrets
Encrypted at rest, injected at runtime. Your secrets never touch disk unencrypted.
Auto SSL
Let's Encrypt certificates automatically provisioned and renewed.
Nginx + PM2
Battle-tested infrastructure. No Docker overhead, just native performance.
Fleet Management
One command shows all your apps. Deploy, monitor, and manage everything from one place.
The old way vs Shyp
Stop wrestling with infrastructure. Start shipping.
- SSH into server, pull latest code
- Run npm install, hope nothing breaks
- Manually configure nginx.conf
- Set up PM2 ecosystem file
- Debug port conflicts
- Manually run certbot for SSL
- Copy .env files around
- Pray nothing crashed during deploy
$ shyp deploy my-app
Pulling latest from main...
Building application...
Starting on port 3042...
Configuring nginx...
SSL certificate active
Deployed in 47 secondsBuilt for modules
Shyp's plugin system lets you extend deployment capabilities for any architecture. Game engines, microservices, monoliths — bring your own.
type: wyrt-engine
name: wyrt
server:
ports:
http: 4040
websocket: 8080
webmanager_start: 8000
modules:
fyrnvale:
domain: fyrnvale.com
port: 8000
deploy:
mode: script
script: deploy.sh
idlemyst:
domain: idlemyst.com
port: 8001
deploy:
mode: pm2Engine Types
Define custom engine types for game servers, microservice architectures, or any multi-port setup.
Plugin Interface
Clean separation between Shyp core and your custom deployment logic. No vendor lock-in.
Port Coordination
Shyp tracks which ports your engine manages, avoiding conflicts with other apps.
Get started in 60 seconds
Three commands. That's all it takes.
Install Shyp
npm install -g shypCreate your app config
name: my-app
repo: git@github.com:you/my-app.git
domain: my-app.com
type: nextjs
build:
command: npm ci && npm run build
start:
command: npm startDeploy
shyp deploy my-appFree and open source. MIT licensed.
Loved by developers
See what developers are saying about Shyp.
“Managing multiple web apps with AI tooling used to be brittle. Claude just understands Shyp configs instantly - everything clicks into place.”
“I used to dread deployments. Now I just tell my AI assistant to deploy and grab a coffee. It's done before I'm back.”
“The YAML config is so simple that AI agents can read, understand, and modify it without any handholding. That's the magic.”
“Went from 6 different scripts and configs to one directory. My future self thanks me every time I need to debug something.”
“Finally, a deployment tool that doesn't require a PhD to configure. My whole team was onboarded in 10 minutes.”
“The rollback saved us at 2am. One command and we were back online. No panic, no drama.”
Shyp is free and open source, made possible by our sponsors.