Keep Supporters Informed
Bills move fast. Your supporters need to know when to act. Embed a live bill tracker that updates automatically as legislation progresses.
Real-Time Status
Progress bar and status label update as bills move through Congress.
Latest Action
Show the most recent committee action, vote, or amendment.
Drive Action
CTA button sends supporters to your campaign page or bill tracker.
Live Preview
See It in Action
Search for any bill to preview the app.
Powered by Legisletter
Get Started
Create Your App
Search for a bill, customize the look, and copy the embed code.
Customize Your App
Quick select:
#
Track Bill
View full bill details on Legisletter
<!-- Legisletter Bill Tracker App -->
<div id="legisletter-bill-hr3633"></div>
<script>
(function() {
var container = document.getElementById('legisletter-bill-hr3633');
var iframe = document.createElement('iframe');
iframe.src = 'https://legisletter.org/embed/bill/hr3633?theme=light&accent=e11d48&cta=Track%20This%20Bill';
iframe.style.cssText = 'width:100%;max-width:500px;border:none;border-radius:12px;height:480px;';
iframe.setAttribute('loading', 'lazy');
window.addEventListener('message', function(e) {
if (e.data && e.data.type === 'bill-widget-resize' && e.data.bill === 'HR3633') {
iframe.style.height = (e.data.height + 4) + 'px';
}
});
container.appendChild(iframe);
var attr = document.createElement('div');
attr.style.cssText = 'text-align:center;padding:8px 0;font-family:system-ui,sans-serif;font-size:12px;color:#6b7280;max-width:500px;';
attr.innerHTML = 'Powered by <a href="https://legisletter.org" target="_blank" style="color:#374151;font-weight:600;text-decoration:none;">Legisletter</a>';
container.appendChild(attr);
})();
</script>How to Install
- 1. Search for your bill above
- 2. Customize theme and colors
- 3. Copy the embed code
- 4. Paste into your website's HTML
Live Preview
Powered by Legisletter
Perfect For
Embed Bill Tracking on Your Site
Trade Associations
Keep members updated on industry-relevant legislation.
Nonprofit Organizations
Track bills that impact your mission and mobilize supporters.
News Publishers
Embed bill status alongside relevant policy coverage.
Government Affairs Teams
Display priority legislation on internal portals.