quickstage
v0.1.6
Published
Stage and share web prototypes in seconds. CLI and MCP server for QuickStage.
Downloads
736
Maintainers
Readme
quickstage
Stage and share web prototypes in seconds. One command to deploy, one URL to share.
Install
npx quickstage setupUsage
CLI
npx quickstage stage # Stage current project
npx quickstage list # List your snapshots
npx quickstage login # Save your PAT
npx quickstage setup # Set up PAT + Claude Code integrationClaude Code (MCP)
npx quickstage setup --pat YOUR_TOKENThen in Claude Code, say "stage this project" or run /stage.
Flags
| Flag | Description |
|------|-------------|
| --manual | Skip build step |
| --create | Create new snapshot |
| --update <id> | Update existing snapshot |
| --name <name> | Snapshot name |
| --password <value> | Custom password |
| --public | No password |
| --output-dir <dir> | Override output directory |
| --build-cmd <cmd> | Custom build command |
| --stdin | Read HTML from stdin |
| --env KEY=VALUE | Environment variable injection |
| --ci | Non-interactive mode |
| --json | JSON output |
Links
- Website: https://quickstage.tech
- Dashboard: https://quickstage.tech/dashboard
