Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@launchsecure/launch-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
LaunchPod
Local run pod for LaunchSecure pipelines. Starts a local server with a browser UI to manage pipeline runs, workspaces, and an integrated Claude Code terminal.
Quick Start
npx launchpodThis starts the LaunchPod server and opens the UI in your browser.
Options
--port <number> Server port (default: 52718, or set PORT env var)
--token <string> Auth token (or log in via the UI)Configuration
LaunchPod looks for optional config in the current directory:
launchpod.config.json— port and project settings.env.local— environment variables (e.g.LAUNCHSECURE_URL)
Credentials are stored in .launchpod/ within your project directory.
Requirements
- Node.js >= 18
- Git (for workspace features)
- Claude CLI (optional — enables the integrated terminal)
License
MIT