π₯ React Build Status Badge
React build status badge component for any CI/CD service.
Shows real-time status and supports Markdown for easy setup.
Β
Β
Β
Documentation
Read the official documentation.

ποΈ Live Demo
Overview
BuildStatusBadge is a React component that allows you to put a real-time build status badge on your site.
The badge automatically updates as the status changesβno clearing the cache or refreshing the page required.
Just paste in your status badge Markdown and you're ready to go. Additional options are available.
Features include:
- π Supports Markdown links. Just paste and go.
- Use the Markdown link from your CI/CD service for dead simple setup.
- π Automatic reloading for real-time status
- Badge reloads automatically so the status stays current. No page refresh required.
- π£ New badge every time using cache-busting
- Uses client-side cache-busting to prevent old, cached build status badges from being shown.
Donate
If this project helped save you time, please consider buying me a coffee, which powers my development (and life). Your support is much appreciated!
Β
Β
Β 
Table of Contents
Installation
npm i react-build-status-badge
Quick Start
import { BuildStatusBadge } from "react-build-status-badge";
The easiest way is to simply paste in your badge Markdown image link, like so:
<BuildStatusBadge>
[
License
See LICENSE.md.