Widgets
Show your live analytics anywhere. Widgets are small embeddable views of a project's realtime traffic that you can place on any website.
Overview
Widgets render a slice of your project's analytics inside an iframe you can embed on your own site: a live visitor counter, a last-24-hours traffic badge, or a last-30-minutes activity chart. They are a good fit for open startups, status pages, and portfolio sites that want to show real traffic.
Enable widgets
- Open
Settings → Widgetsfor your project. - Toggle
Widgetson. - Pick a widget type, customize it, and copy the snippet.
Widget data is only served while the toggle is on. Turning it off takes every embedded widget offline immediately. Only a project owner or admin can change this setting.
Widget types
Realtime— a pulsing dot with the number of people on your site right now. Updates every 15 seconds.Badge— a compact card with your domain, an hourly visitor sparkline, and the visitor count for the last 24 hours.Chart— users in the last 30 minutes as a per-minute bar chart with hover tooltips, plus a top-countries list.
Embed the snippet
Copy the snippet from Settings → Widgets and paste it into your site's HTML:
<iframe src="https://www.reignat.com/widgets/<project-id>/chart?theme=system" style="background: transparent !important; border: none; width: 100%; height: 430px;" frameborder="0" allowtransparency="true" title="Reignat Widget" loading="lazy"></iframe><iframe src="https://www.reignat.com/widgets/<project-id>/chart?theme=system" style="background: transparent !important; border: none; width: 100%; height: 430px;" frameborder="0" allowtransparency="true" title="Reignat Widget" loading="lazy"></iframe>Customization
Widgets are customized through query parameters on the iframe URL, all generated for you by the settings page:
theme—system,light, ordark.mainTextSize— base text size in pixels (10 to 32).primaryColor— hex color for the dot and chart bars.secondaryColor— hex color for the badge sparkline.
The widget background is transparent, so it inherits whatever background your page gives it. Use Save styles on the settings page to keep your customization as the project's defaults.
Notes
- Widgets are read-only and expose aggregate numbers only, never visitor-level data.
- Widget pages are excluded from search engine indexing.
- Embedding works on any site; the iframe is intentionally allowed to be framed cross-origin.