Skip to main content
The Nometria Chrome Extension runs inside your vibe coding platform’s browser tab. It captures your project’s code, packages it, and sends it to Nometria — no manual export or copy-paste required. It also powers two-way sync: once your app is deployed, the extension monitors your builder for changes and automatically commits them back to your GitHub repo.

Install the extension

1

Install from Chrome Web Store

Go to nometria.com/extension and click Add to Chrome.The extension requires access to:
  • The URLs of supported builder platforms (Base44, Bolt, Manus, Emergent, Lovable)
  • No access to other sites or your browsing history
2

Sign in to Nometria

Click the extension icon in your Chrome toolbar and sign in with your Nometria account.
3

Open your builder project

Navigate to your project in Base44, Bolt, Manus, Emergent, or Lovable. The extension icon will light up indicating the platform is supported.

Export your project

1

Click Export to Nometria

Click the Nometria extension icon → Export to Nometria.The extension reads your project’s current file tree and packages it.
2

Review detected files

A preview shows the detected framework, file count, and estimated project size. Confirm everything looks correct.
3

Complete setup in the dashboard

You’ll be redirected to nometria.com/dashboard with your project pre-loaded. Add environment variables, choose your domain, and deploy.

Two-way sync via extension

After your initial deployment, the extension can monitor your builder for code changes and push them automatically:
  1. In your project’s dashboard settings → Sync → enable Two-Way Sync
  2. Keep your builder tab open while working — the extension runs in the background
  3. When the extension detects a meaningful change, it:
    • Diffs the current code against the last known commit
    • Pushes a commit to the builder/latest branch in your repo
    • Opens a PR to merge into main (or auto-merges if configured)
You don’t need to do anything special while building — just work normally in your AI builder and the extension handles the rest.

Platform support

PlatformInitial exportTwo-way sync
Base44
Bolt
Manus
Emergent
Lovable✓ (GitHub preferred)

Troubleshooting

The extension only activates on supported builder platforms. Make sure you’re on one of the listed platforms and are viewing an open project (not a dashboard/home page).
Some builders restrict script access on certain pages. Try refreshing the page and clicking export again. If the issue persists, use the ZIP upload method instead.
Ensure the extension is active (icon is lit) in the builder tab. Some builders update the DOM incrementally — give it 10–15 seconds after making a change before expecting a commit. Check the extension popup for sync status.