Skip to content

desplega-ai/vibe-qa-extension

Repository files navigation

desplega.ai - Vibe QA Extension

Browser extension that integrates desplega.ai Vibe QA into Lovable and other vibe coding platforms.

What it does

  • 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

Development

bun install
bun run dev        # Start dev mode (Chrome)
bun run build      # Production build
bun run zip        # Create extension zip for store submission

Configuration

Create .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.

Publishing

See PUBLISH.md for Chrome Web Store submission details.

License

MIT © desplega.ai