Embeds
Bring the feedback loop into your own product.
Install FeatureJet on a marketing page, docs site, app shell, or changelog page. The loader mounts an iframe for requests, roadmap, changelog, and shipped proof without inheriting host CSS.
<script src="https://featurejet.com/embed/v1.js"
data-featurejet-board="acme"
data-embed="widget"></script>How it works
One loader, four places to close the loop.
The script reads data-featurejet-board, validates a board slug, and defaults data-embed to widget. Roadmap and changelog render inline; widget opens a focus-managed panel; badge fetches public ship stats.

data-embed="widget"Feedback widget
A focused request list that opens from a compact launcher inside your product.

data-embed="roadmap"Roadmap
A live, read-only view of what is under consideration, planned, and shipped.

data-embed="changelog"Changelog
A newest-first stream of shipped updates, ready to place on your own changelog page.
data-embed="badge"Shipped badge
Add a small proof point anywhere you want customers to see that feedback turns into releases.
Options
Small controls, stable output.
The loader supports light or dark theme hints, a left or right widget launcher, a custom label, and a week or month shipped-count badge period.
<script src="https://featurejet.com/embed/v1.js"
data-featurejet-board="acme"
data-embed="roadmap"
data-theme="light"></script>