Software

pulse

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.

Back to Software
pulse

about pulse

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.

features

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

get the embed

Paste this one line anywhere on your site. It renders a live meet card that always stays current, with no maintenance and no build step. Change the data-meet value to any meet slug.

<script src="https://redlightcam.co/embed.js"
        data-meet="charleston-cars-and-coffee"></script>

Finding a meet slug: open the meet in the galleries directory and copy the last part of the web address. For example, redlightcam.co/galleries/charleston-cars-and-coffee uses the slug charleston-cars-and-coffee.

Prefer raw data? The same public JSON API powers everything. It is free to use with attribution and CORS enabled:

software info

StatusActive
TechnologyVanilla JSShadow DOMJSON APIFirebase Hosting
TypeSoftware
DemoAvailable