0.1.16 • Published 9h ago
chromeship
Licence
UNLICENSED
Version
0.1.16
Deps
0
Vulns
0
Weekly
0
ChromeShip Studio
The local platform for building and shipping fullstack Chrome extensions.
npm install -g chromeship
ChromeShip gives you managed Chromium, live logs, Supabase, Stripe, AI, email, production builds, and agent automation — in one local Studio. Create a project, start the runtime, and code. No stitching tools together.
Quick Start
npm install -g chromeship
chromeship dev
Open the Studio in your browser, create a project, pick your surfaces, and hit Start.
The Studio handles the rest: Vite dev server, managed Chromium, live logs, builds, and backend functions.
MCP
ChromeShip ships with a stdio MCP server so AI agents can operate your projects:
chromeship-mcp
Cursor / Claude Desktop config:
{
"mcpServers": {
"chromeship": { "command": "chromeship-mcp" }
}
}
What you get
- Manifest V3 extension scaffolding: React, Vite, TypeScript, Tailwind, shadcn
- Managed Chromium dev browser
- Popup, side panel, options, new tab, content script, background
- Shadow DOM-isolated content UI with live reload
- Live logs across all surfaces
- Chrome Web Store-ready production ZIP builds
- Supabase local functions, ngrok, remote deploy (Pro)
- Stripe, AI, Resend integrations (Pro)
- Environment variables (local/production, public/secret)
- Localization with translation editing
- MCP server with 55 tools
Requirements
- Node.js 18+
- Docker Desktop (only for Supabase local functions)
Docs
Full documentation at chromeship.com/docs.