Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Dashboard showing the statuses of Netlify builds and CircleCI tests, built with Gatsby.

NextJS version of Material Dashboard PRO, a premium MUI admin dashboard template with 200+ components.
Gatsby Status Dashboard is a Gatsby starter and theme that renders a public status dashboard for Netlify deployment status and CircleCI test results. Built by khriztianmoreno, it pulls live data through the gatsby-source-netlify and gatsby-source-circleci plugins and exposes two React components rather than a prebuilt page.
Gatsby Status Dashboard is a Gatsby starter that shows the status of Netlify deploys and CircleCI projects in one place. It takes API keys as environment variables and outputs a static site with a card grid of each site's build status. The project is MIT-licensed, has a live demo at status-dashboard-gatsby.netlify.com, and is designed to be deployed to Netlify with one click.
gatsby-source-netlify and gatsby-source-circleci, which query the Netlify and CircleCI APIs at build time.NETLIFY_ACCESS_KEY and CIRCLECI_KEY, to authenticate with both services.formatters file that can be shadowed to replace words in GitHub URLs, normalizing project links between Netlify and CircleCI.Info and Grid components to change layout, styling, and rendered data.The README's getting-started flow is: clone the repository with git clone, navigate into the folder, run gatsby develop, and configure NETLIFY_ACCESS_KEY and CIRCLECI_KEY. The starter does not generate its own page; you import the Info and Grid components into your Gatsby layout. The theme then queries both APIs at build time, formats the data, and renders the status cards statically, so the output is a fast, serverless-ready site.
