Take control of your
GitHub notifications

With Stacker, you can define as {code} what to do with them.

Still on the fence? Keep scrolling.

"The Stacker Way"

A simple and effective approach to manage your notifications.

{You}

Codify the fate of your notifications

With a bit of Typescript and the help of Stacker's APIs.

import { Digest, events, settings } from "stacker";
import { type GitHubEvent, GitHubReasons } from "stacker/github";

settings.setTimezone("Europe/Madrid");

// At 9am every weekday this digest will be sent
const daily = new Digest("daily", {
  cron: "0 9 * * 1-5",
  email: "[email protected]",
});

// Every hour between 9am and 5pm this digest will be sent
const important = new Digest("important", {
  cron: "0 9-17 * * 1-5",
  email: "[email protected]",
});

// Every new GitHub notification will be processed by this handler
events.on("github", (event: GitHubEvent) => {
  if (event.reason === GitHubReasons.Subscribed) {
    daily.push(event);
  } else {
    important.push(event);
  }
});

{You}

Start receiving email digests

Full of things that actually matter and with the right frequency.

You have 6 new notifications from important

  • grafana/k6-docs
    • Debian/Ubuntu installation is no longer valid
      1. (+1) - comment - Issue
    • Add extension xk6-output-prometheus-pushgateway
      1. (+1) - review_requested - PullRequest
  • grafana/k6
    • k6/execution: add more information about the current VU
      1. (+1) - mention - Issue
    • Support for Protocol Buffers
      1. (+2) - mention - Issue
    • Too many time series warning
      1. (+1) - review_requested - PullRequest

This email was generated by Stacker

{You}

Disconnect during your vacations

Without being scared of finding a mess when you come back.

Vacation Mode

Pause Stacker's digests with a single click. Anytime.

That's it

{Stacker} will do the rest for {You} in the background.

Monitor new notifications, pass them to your handlers, and send digests promptly.

No more email noise.

No more missed notifications.

No more uncomfortable pings.

* Asking you to review that PR from a few weeks ago. Yeah, we know.

Pricing

Terribly simple.

Free during Public Preview

Try it out and let us know what you think. In the future...

For Individuals

{$2 USD }

Per month. Paid annually.

For Organizations

Volume discounts. Dedicated support.

Contact us

Ready to take control of your notifications?

Not convinced yet? Let's have a chat

Stacker