Browser extension that integrates desplega.ai Vibe QA into Lovable and other vibe coding platforms.
- Injects a QA button into the Lovable toolbar
- Opens Vibe QA panel inline, replacing the preview panel
- Stores your API key securely in browser storage
bun install
bun run dev # Start dev mode (Chrome)
bun run build # Production build
bun run zip # Create extension zip for store submissionCreate .env for local development:
VITE_DESPLEGA_API_URL=http://localhost:5005
VITE_DESPLEGA_APP_URL=http://localhost:5173
Production defaults to api.desplega.ai and app.desplega.ai.
See PUBLISH.md for Chrome Web Store submission details.
MIT © desplega.ai