Yeet builds and deploys your project, making it available online.
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install yeet@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/yeet.json
Step 2: Install the plugin
/plugin install yeet@yeet
Deploy your projects to the internet effortlessly. No VMs, no build pipelines, no infrastructure headaches.
Yeet makes deployment simple. Build your project and deploy it to the internet with a single command.
This Claude Code plugin automates the entire deployment workflow:
Binary Deployment:
Docker Deployment:
/plugin marketplace add yeetrun/claude-code
Then install the plugin from the marketplace.
In your project directory, run:
/yeet:yeet
Claude will:
You: /yeet:yeet
Claude: I see this is a Go project. What would you like to name the service?
You: my-api
Claude: What HTTP port does your application listen on?
You: 8080
Claude: [builds and deploys]
Result: Service deployed at https://my-api-abc123.yeet.run
Management commands:
- yeet logs my-api
- yeet restart my-api
- yeet status my-api
/yeet:yeet
again with the same service nameThe plugin uses specialized agents to:
Both binary and Docker deployments result in the same experience: a running service with a public URL.
MIT
1.0.0