At a Glance:
Fizzy is an open-source Kanban tracking tool for issues and ideas by 37signals, designed for self-hosting via a pre-built Docker image or for code-customizable deployment using Kamal.
Overview:
Fizzy is a Kanban-style tracking application built by 37signals for managing issues and ideas. It is designed to be run on your own infrastructure. The project offers two primary deployment paths: a straightforward Docker-based deployment using a pre-built image for those who want a working instance without code changes, and a more flexible Kamal-based deployment for users who want to modify the source code and deploy their custom version to a server.
Key Decision Points:
Deployment options: Offers a simple Docker deployment with a pre-built image for standard use, or a Kamal-based deployment for custom code modifications.
Customization path: Code-level customization and deployment of those changes are explicitly supported and recommended through the Kamal deployment guide.
Target user: Suited for users who are comfortable managing a server and a Docker or Kamal deployment process.
Core Features:
Kanban board: Tracks issues and ideas using a Kanban board format.
Self-hosting: Run the entire application on your own server.
Docker deployment: Deploy easily using a pre-built Docker image.
Code customization: Modify the source code and deploy your own customized version using Kamal.
Use Cases:
Developers or system administrators looking to host a private Kanban board for issue and idea tracking.
Users who want to run a customized version of the tracking tool by modifying its source code before deployment.
Open-Source Alternative Value:
Fizzy's value as an open-source alternative is in its provision of a self-hosted Kanban tracking tool with explicit, guided paths for both standard use and deep customization. Users can run the application as-is via Docker or fork the source code, make changes, and deploy their own tailored version using Kamal, giving them control over both the hosting environment and the tool's functionality.

