Status Page Theme Explorer
View all the openstatus themes for your status page and learn how to create your own theme.
Explorer
Search for your favorite status page theme. Contribute your own?
default
Acme Inc.
Get informed about our services.
OpenStatus Marketing
today
- default
Contribute Theme
Contribute your own theme to the community.
You can customize the theme by overriding CSS variables. If you are familiar with shadcn, you'll know the trick (it also allows you to override `--radius`). We provide a theme builder to help you with the process.
Once you're done, you can test it by adding the following snippet to your status page:
sessionStorage.setItem("community-theme", "true");Or use the following button to test it on the `status` page slug:
Why don't we allow custom css styles to be overridden and only support themes?
- Keep it simple for the user
- Don't end up with a xmas tree
- Keep the theme consistent
- Avoid conflicts with other styles
- Keep the theme maintainable (but this will also mean, a change will affect all users)