+63
| # Covibing | ||
| Covibing lets one person host a live AI build session on their machine while collaborators join in the browser. | ||
| The host keeps: | ||
| - the repo | ||
| - the localhost app | ||
| - the Cursor agent runs | ||
| - the git worktrees | ||
| Guests get: | ||
| - a shared invite link | ||
| - a browser chat with the agent | ||
| - the live product preview | ||
| - approvals and session awareness | ||
| ## Install | ||
| ```bash | ||
| npm install -g covibing | ||
| ``` | ||
| Or run it without a global install: | ||
| ```bash | ||
| npx covibing start | ||
| ``` | ||
| ## Quick Start | ||
| Start a session: | ||
| ```bash | ||
| covibing start | ||
| ``` | ||
| If Covibing does not detect your app automatically, pin the preview URL: | ||
| ```bash | ||
| covibing start --preview http://localhost:3000 | ||
| ``` | ||
| ## What It Does | ||
| - starts a local host runtime | ||
| - opens a browser dashboard | ||
| - creates invite links for guests | ||
| - can manage Cloudflare quick tunnels for dashboard + preview sharing | ||
| - sends browser prompts to Cursor CLI on the host machine | ||
| - persists local session state | ||
| ## Notes | ||
| - Covibing currently targets Cursor CLI for the MVP | ||
| - the host machine is always the source of truth | ||
| - guests do not need a local repo checkout | ||
| ## Links | ||
| - GitHub: https://github.com/seanryy/covibing | ||
| - Issues: https://github.com/seanryy/covibing/issues |
+12
-2
| { | ||
| "name": "covibing", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "private": false, | ||
| "type": "module", | ||
| "description": "Multiplayer runtime for co-vibe coding with one host machine, browser guests, Cursor, and shared previews.", | ||
| "bin": { | ||
@@ -10,5 +11,14 @@ "covibing": "dist/index.js" | ||
| "files": [ | ||
| "dist" | ||
| "dist", | ||
| "README.md" | ||
| ], | ||
| "license": "MIT", | ||
| "homepage": "https://github.com/seanryy/covibing#readme", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/seanryy/covibing.git" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/seanryy/covibing/issues" | ||
| }, | ||
| "keywords": [ | ||
@@ -15,0 +25,0 @@ "ai", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
No website
QualityPackage does not have a website.
15019
11.68%4
33.33%1
-50%2
-33.33%0
-100%64
Infinity%3
-25%