Get started

Set up Rebase on your website

One script tag in your footer, and you're done.

<script defer src="https://cdn.rebase.dev/loader.min.js"></script>

Prefer to do it yourself? Read the install guide.

1

Paste the tag. One line before </body>, on every page.

Framework snippets
2

Claim your site. The wizard opens right in the widget — email, a code, one meta tag.

See it in the demo
3

Collect reports. They land in your tracker triaged, with full context.

What gets captured

Frequently asked questions

Have more questions? Contact us

Check three things: the tag is actually in the served page (view source, not just your editor), you're on the public HTTPS domain rather than localhost, and no ad-blocker or content blocker is stripping cdn.rebase.dev. The loader logs a clear reason to the browser console whenever it declines to run.

That's expected. Rebase runs on public HTTPS domains — production and staging. On localhost the widget explains itself in the console instead of loading, so the tag is safe to leave in during development.

Allow the loader and API in your CSP: add https://cdn.rebase.dev to script-src and https://api.rebase.dev to connect-src. The widget renders inside a shadow root, so it never inherits or leaks your page's styles.

Claiming needs the verification meta tag in your <head> to prove you control the domain. Add it, then Rebase polls and re-checks in the background — and if two people race to claim a site, the first to prove control wins.

Capture runs on every visitor session, but filing a report needs someone to open the widget and submit one. Once submitted, reports are triaged and pushed to your connected tracker automatically.

The rest of the platform

One script tag. Every bug report after that.

Free forever on one site — no card, no dashboard to learn.