Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-notifications

This plugin adds toast notifications and sounds when gatsby develop is ready and when gatsby build completes. This is useful for when either of these processes take a while and you want to multitask and be alerted when Gatsby is ready for you.

plugin options

{
  resolve: `gatsby-plugin-notifications`,
  // these are the default options
  options: {
    sound: `Glass`, // see ./assets/sounds for available sounds
    toast: true
  }
}
© 2023 Gatsby, Inc.