renuo/deploio-claude-plugin

3 stars · Last commit 2026-05-06

Claude Code plugin for deploying and managing apps on Deploio (nine.ch PaaS) — deploy, debug, scale, provision databases, and set up CI/CD using natural language

README preview

# Deploio — Claude Code Plugin

[![Version](https://img.shields.io/github/v/release/renuo/deploio-claude-plugin?label=version)](https://github.com/renuo/deploio-claude-plugin/releases)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

A [Claude Code](https://claude.ai/code) plugin for deploying and managing apps on [Deploio](https://deploio.ch) — Nine Internet Solutions' PaaS platform. Instead of memorising `nctl` commands, just describe what you want in plain language.

```
"Deploy my Rails app to Deploio"
"My app is throwing 503s — what's wrong?"
"Add a PostgreSQL database and wire it up"
"Set up GitHub Actions to deploy on every push"
```

---

## Prerequisites

1. **Install `nctl`** — the Deploio CLI ([full install guide](https://github.com/ninech/nctl#installation)):
   ```bash

View full repository on GitHub →