pulse
Software·Active
Embeddable car meet widget. One line of HTML puts a live redlightcam meet card (next meet, cadence, and a link to the photo gallery) on any website.
What it does
- One line install: paste a single <script> tag
- Live data from the public redlightcam API
- Style isolated with Shadow DOM, so it never clashes with the host site
- Zero maintenance: always shows the current schedule
- Light + dark themes, any meet by slug
- Lightweight, dependency free, cached on the CDN
Notes
pulse is a widget that renders a live meet card on any external site: the next meet, its cadence, and a link straight to the photo gallery. It reads the public redlightcam JSON API and isolates its styles in a Shadow DOM so it never clashes with the host page, staying current with zero maintenance. Organizers and shops paste one line of HTML, and every install links back to redlightcam. It runs on the same open, CORS enabled API that serves the whole site.
Drop it in
<script src="https://redlightcam.co/embed.js"
data-meet="charleston-cars-and-coffee"></script>Tech
- Vanilla JS
- Shadow DOM
- JSON API
- Firebase Hosting
More from redlightcam
- controllerConversational search widget available as controller-chat on npm. Add natural language search to any site: keyword-only or optional AI (Llama 3).Software
- Keep On TruckingArcade-style tap-to-drive game. Guide your truck left or right to hit cars, avoid police, and go as far as you can.Game