Light Cloud
Deploy web applications in seconds with @lightcloud in GitHub Copilot Chat
Quick Start
- Install this extension
- Open GitHub Copilot Chat (
Cmd+Shift+I / Ctrl+Shift+I)
- Type
@lightcloud /deploy and hit Enter
That's it! Your app will be live in seconds.
Features
| Feature |
Description |
| One-Command Deploy |
Deploy any project with just @lightcloud /deploy |
| GitHub Integration |
Auto-detect your repo and deploy on push |
| Local Upload |
Deploy projects without Git - just upload |
| Auto Framework Detection |
React, Next.js, Vue, Angular, Python, Node.js, Go, and more |
| Instant URLs |
Get your deployment URL and dashboard link directly in chat |
| Environment Variables |
Automatically parse .env files |
Commands
@lightcloud /deploy Deploy current project
@lightcloud /redeploy Redeploy current environment
@lightcloud /status Check application health
@lightcloud /list List all your applications
@lightcloud /plan Preview deployment config
@lightcloud /destroy Delete an application
@lightcloud /login Sign in to Light Cloud
@lightcloud /logout Sign out
Supported Frameworks
Frontend / Static Sites
React, Next.js, Vue.js, Angular, Svelte, Astro, SolidJS, HTML/CSS/JS
Backend / Containers
Node.js, Python, Go, Java, Ruby, PHP, .NET, Rust, Custom Dockerfile
Example
You: @lightcloud /deploy
Light Cloud: Analyzing project...
Framework: React (Vite)
Build: npm run build
Output: dist/
Deployment Started!
URL: https://my-app.light-cloud.io
Dashboard: https://console.light-cloud.com/apps/my-app
Requirements
Settings
| Setting |
Description |
Default |
lightcloud.autoDetectFramework |
Auto-detect project framework |
true |
lightcloud.showBuildLogs |
Show build logs in chat |
true |
lightcloud.uploadMaxSizeMB |
Max upload size (MB) |
100 |
Links
Made with care by Light Cloud