Incidental is still in it's early stage of development, so there may be some teething problems along the way. Please let us know of any suggestions, bugs, ideas, etc using Github issues. We'll use your feedback to improve
We're building Incidental to be a best in class platform for running your incidents.
- ChatOps: Declare and manage your incidents all within your Slack workspace
- Web UI: Easy to use web interface to manage your incidents
- Custom fields
- Custom workflows
Requirements:
- docker
- docker-compose
- pnpm
- node v18
To run locally for development:
- Create a new slack application here: https://api.slack.com/apps, use the slack-manifest.yml as a template and replace BASE_URL with the url where you are hosting your app.
- Copy
backend/.env.exampletobackend/.envand update the slack specific environment variables - Copy
frontend/.env.exampletofrontend/.env - In
backendrunmake run-dev - In
frontendrunmake run-dev - Goto
http://localhost:3000and create an account
- Website
- If you have any questions, you can email hello@incidental.dev
