Deploy with AI
Ship from Claude or GitHub Copilot. Create apps, deploy them, and read logs without leaving your chat or your editor.
❯ @lightcloud /deploy
React (Vite) · building…
Live · https://shop.light-cloud.io
❯ @lightcloud /status
Deployedshop · production
Same deploy, asked two ways — both come back with a live URL.
Your chat or your editor.
Pick the one you already have open. Both talk to the same Light Cloud account and the same apps.
Add the Light Cloud MCP server to Claude, sign in once through your browser, and ask Claude to deploy. It can create apps, ship them, manage environments, and read logs.
Install the Light Cloud extension and use @lightcloud in Copilot Chat. Slash commands cover the whole loop, and a project config file means follow-up commands need no arguments.
Two clients, one platform.
Claude reaches Light Cloud through the MCP server. Copilot reaches it through the VS Code extension. Both end up on the same apps, environments, and logs — and deploy to Cloud Run or the global CDN like any push from GitHub.
Handled for you.
The parts you would otherwise type into a form are read from the repo and the working directory.
Your stack is detected from the repo, so you do not describe the build by hand.
Environment variables are read from your .env file and set on the app for you.
Deploys come back with a live URL and a link to the console.
A small config file records the app, so later commands run without repeating yourself.
Add the MCP server to Claude or install the VS Code extension, sign in once, and deploy. The docs walk through both.