# Electron on Heroku

DevFeed: [Electron on Heroku](<https://devfeed.tech/articles/electron-on-heroku-26399.md>)

Original publisher: [Read original article](<https://www.heroku.com/blog/electron-on-heroku/>)

Author: Felix Rieseberg

Published: 2024-09-30T16:00:00Z

Content type: article

Language: en

Sources: [Heroku](<https://devfeed.tech/sources/heroku.md>)

Topics: [Electron](<https://devfeed.tech/topics/electron.md>), [Heroku](<https://devfeed.tech/topics/heroku.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Maintainers](<https://devfeed.tech/topics/maintainers.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Bots](<https://devfeed.tech/topics/bots.md>), [Redis](<https://devfeed.tech/topics/redis.md>), [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [bots](<https://devfeed.tech/tags/bots.md>), [buildpacks](<https://devfeed.tech/tags/buildpacks.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [electron](<https://devfeed.tech/tags/electron.md>), [github](<https://devfeed.tech/tags/github.md>), [heroku](<https://devfeed.tech/tags/heroku.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [platform-updates](<https://devfeed.tech/tags/platform-updates.md>), [redis](<https://devfeed.tech/tags/redis.md>), [releases](<https://devfeed.tech/tags/releases.md>), [slack](<https://devfeed.tech/tags/slack.md>)

## AI overview

Electron maintainers describe how they use Heroku to host Electron's update service and automation bots. The article covers a Node.js service integrated with GitHub Releases, a staging and production pipeline, Redis storage, and a Slack bot for Chromium resource links.

## Source excerpt

As maintainers of the open source framework Electron, we try to be diligent about the work we take on. Apps like Visual Studio Code, Slack, Notion, or 1Password are built on top of Electron and make use of our unique mix of native code and web technologies to make their users happy. That requires focus: [...] The post Electron on Heroku appeared first on Heroku.