Skip to content

saadnvd1/cc-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cc-deploy

One-command deployment for Claude Code. Ship to production without the DevOps headache.

Install

curl -fsSL https://raw.githubusercontent.com/saadnvd1/cc-deploy/main/install.sh | bash

Or manually copy skill/SKILL.md to ~/.claude/skills/deploy/SKILL.md.

This installs globally so /deploy works in any project.

Usage

In Claude Code, just run:

/deploy

That's it. Claude will:

  1. Detect your project type (Next.js, React, Python, etc.)
  2. Pick the right platform (Vercel or Railway)
  3. Handle auth if needed
  4. Deploy and give you the URL

Supported Platforms

Project Type Platform Notes
Next.js Vercel Full support including API routes
React/Vue/Vite Vercel Static + serverless functions
Static HTML/CSS Vercel Fast CDN hosting
Python (Flask/FastAPI) Railway Auto-detects from requirements.txt
Node.js backend Railway Express, Fastify, etc.
Docker Railway Any containerized app

Prerequisites

The skill will install these if needed:

What About...

Environment variables? The skill detects .env files and reminds you to set them on the platform.

Custom domains? Deploy first, then add domains via the platform dashboard. Future versions may automate this.

Databases? Railway supports database addons. The skill will note if your project needs one.

Monorepos? Run /deploy from the specific app directory you want to deploy.

Why This Exists

Building with AI is easy. Deploying shouldn't be the hard part.

This skill bridges the gap between "it works on my machine" and "here's the live URL" for people who code with Claude.

License

MIT

About

One-command deployment skill for Claude Code - helps vibe coders ship to production

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages