Twilio Open Sources Stashboard, the Status Dashboard
Time to read: 2 minutes
Some of you may have noticed Twilio’s shiny new API Status page at https://status.twilio.com. We’re excited to announce that Twilio finally has a modern status page and not only that, we open source it! Yup, you too can download the code and host your own SaaS or API status page. Learn more at http://www.stashboard.org.
Introducing Stashboard
Stashboard is designed to provide a generic status dashboard for any hosted service or API. The code can be downloaded, customized, and run on any Google App Engine account.
• Set custom status messages and icons such as Up/Down
• Show historical status for each service
• Runs on Google App Engine so it’s independent of your in-house infrastructure (unless your app is on GAE)
• Full REST API for both getting and setting status information
• CNAME to http://status.yourapp.com
• Rich client or basic rendering architecture
Stashboard is written in Python and hosted on Google App Engine.
Head over to stashboard.appspot.com to try the latest version.
It’s Got APIs, Too
(1) Getting status data: using the REST API you can request status data and integrate realtime data into your web application. For example, at Twilio we use the REST API to add a banner to the top of our internal intranet to inform all employees about the status of our APIs.
We hope you enjoy Stashboard! Drop us a line if you deploy it for your app or have any questions.
Related Posts
Related Resources
Twilio Docs
From APIs to SDKs to sample apps
API reference documentation, SDKs, helper libraries, quickstarts, and tutorials for your language and platform.
Resource Center
The latest ebooks, industry reports, and webinars
Learn from customer engagement experts to improve your own communication.
Ahoy
Twilio's developer community hub
Best practices, code samples, and inspiration to build communications and digital engagement experiences.