Live status widget
Embed a live status widget on your website to show real-time system health.
PreviousEmbed status page notifications on your websiteNextCreate integration and service on our dashboard
Last updated
<script>
// Initialize the widget with custom settings
Spike.initializeStatusWidget({
element: "#spike-live-status", // set your html element's unique identifer
statusPageId: "<your unique id>", // do not change this
theme: "system", // Other options -> light, dark
console: true // Set to 'false' to disable error logs
})
</script>