5
3 Comments

Looking For Feedback On My Communication Aggregator Tool

Yo Indie Hackers. Looking for a bit of idea validation on a productivity tool i'm building.

The Problem

Most companies use a large number of communication tools. Think Slack, Figma, Miro, Jira, Github. The list is endless. It's really annoying to be signed into all these tools and remember to check them to see if theres anything important or interesting has happened. Some people just seem to have a handle on everything going on across a team/department but most people struggle with this.

Solution

A real time filterable feed that combines all the important events in all the tools used across your company. Got a demo working. Check out the animation in the Tweet below.

Couple of questions for you

  1. Is there anything out there like this?
  2. If this was working nicely, would you use it?
  3. What features would you need?

Any feedback would be much appreciated.

James

on September 1, 2021
  1. 2

    Hey James,

    looks neat. Must have been a ton of work to get all those integrations working.

    To answer your questions:

    1. In my former company the closest tool to this would have been Slack itself. There you've had a dedicated (or separated) channels for the integrations you want to see.
    2. Currently no (as I'm a lonely indie wulf) but in my former company: Definitely.
    3. Intelligent and user-based filters. I can easily imagine that all those integrations combined will result in a notification hell. There must be some kind of filter that only shows me what is relevant for me. And I must be able to switch easily between predefined filters.

    Good luck, James 👋

    1. 2

      Yes, Slack. I hadn't thought about slack (despite using it all day).

      I feel Slack is an attempt to do this but you misses out on filtering and other specific features that would make this productive.

      Filtering will be the killer feature I think. I like the idea of saving filters, that would be super helpful thanks.

      With regards to integrationd with external services, I have a nice generic webhook consumer so all I have to write is the incoming JSON parser to add a new service. Im thinking of even oping up that extensibility to 3rd party devs so if MegaFeed didn't support a service (e.g. your new CI tool) then you could write it yourself easily.

      1. 2

        That sounds very interesting and could be great for enterprises who wish to connect with their in-house software.