from Hacker News

Show HN: I am building an open-source incident management platform

by sanj001 on 7/8/24, 1:34 PM with 31 comments

I'm building Incidental, an open-source (MIT license) incident management platform.

I've been working on it for the past couple of months as a hobby, and now it's at a state where I'm comfortable sharing it. This is also my first open source project.

Features: - Custom roles - Custom severities - Integrated with Slack - Web interface

Todos: - Custom fields - Custom workflows

Website: https://incidental.dev Github: https://github.com/incidentalhq/incidental

I'd love to hear your feedback.

Thanks!

  • by synack on 7/8/24, 5:46 PM

    Use the semantics of the standard Incident Command System. Emergency responders have spent decades figuring out the best way to organize for these situations. Tech orgs should leverage that work.

    https://en.wikipedia.org/wiki/Incident_Command_System

    https://training.fema.gov/nims/

  • by vindex10 on 7/8/24, 5:33 PM

    I will just share a somewhat similar project: https://github.com/netflix/dispatch

    Also open source, also Python, also incident management, also custom severities (but not as much of custom roles, afaik) :) Has some integrations with slack, but not focused on Slack particularly.

    Can be a good project to learn from as well :)

    My relation to it: I only contributed with a couple of pull requests there :)

  • by novia on 7/8/24, 4:53 PM

    I love to see it. Thank you for building this. This is a problem that's been solved many times over by private companies, and they charge other institutions exorbitant fees for the privilege of using their software. I hope you can get many companies to put skin in the game and contribute towards fixing bugs. It'll be cheaper for them in the long run than paying those external vendors.

    For those of you complaining about the slack integration in the comments, you know you can just not connect that, right?

  • by evnsio on 7/9/24, 10:13 AM

    As the person who originally wrote the Monzo Response project (https://github.com/monzo/response), I expect you'll find some traction in smaller orgs, but when folks start doing things at scale they'll hit an inflection point where running their own incident software/not having folks to log feature requests with will force them to pick something more off-the-shelf.

    Basically, nobody runs their on-call system on open-source because it's mission critical. At a certain point, IM platforms hit the same level of criticality.

  • by nagstler on 7/8/24, 8:51 PM

    I'm definitely looking forward to this project!

    Have you considered how Incidental might integrate with other open-source tools?

    I'd love to use something like this in my OSS project.

    https://github.com/Multiwoven/multiwoven

  • by allywilson on 7/8/24, 4:50 PM

    Different auth options (SAML, OAuth, etc.) would be a nice to have. I look forward to the progress on this tool :-)
  • by matthewcford on 7/8/24, 3:55 PM

    We've been building same thing hope to share it soon.
  • by Rickasaurus on 7/8/24, 5:25 PM

    My pet feature is good and tight Jira (or ticket manager) integration so it opens tickets for the team to put time on, maybe even syncs time? Really nicely streamline so the time to remediate is tracked as part of the team's work.
  • by pinkmuffinere on 7/8/24, 7:07 PM

    I love your minimal-but-effective splash page! It looks like it didn’t take too long to build, but it shows what the tool looks like and gives a link to waitlist
  • by keane on 7/8/24, 11:39 PM

    Different use case but, in addition to integrating ICS, take a look at Sahana EDEN: https://sahanafoundation.org/eden/features/#core
  • by throwaway81523 on 7/9/24, 9:11 AM

    This is the kind of thing where I'd really rather see a clear statement of the problem and a description of the types of solutions that already exist. Then writing a CRUD app is a "mere" exercise.
  • by jbcranshaw on 7/8/24, 6:36 PM

    Just curious, what's the backstory? What inspired you to work on this?
  • by jensenbox on 7/9/24, 7:19 AM

    What was your thinking for choosing a SPA style app vs something simpler like HTMX? Just curious.
  • by efilife on 7/9/24, 6:04 AM

    Your site doesn't work on mobile
  • by otabdeveloper4 on 7/8/24, 4:37 PM

    > Slack

    Thanks but no thanks.