So I’ve been working on this for a while. It’s intended to be a B2B SaaS application (also thinking about selling an on-premises/self-hosted “enterprise” variant) for collaboration/KM.
I’ve seen a lot of “card-based” PM tools that assume you want to manage a project using Agile/Kanban/etc., and I wanted to create a more “freeform” tool that can be used both as a PM-lite tool and a KMS (sort of wiki-like). I’m using it myself as both a personal/family organizer and to manage the project itself. Part of my motivation for doing this was my displeasure with other tools like Trello
I’m not sure about pricing yet, and I’ve got a huge backlog of features yet to be implemented, but I believe I’m getting very close to something “Beta-able.”
In case you’re curious about the tech stack: Basically, several backend services written in Clojure running behind an nginx proxy. The main database is PostgreSQL, I’m using Elasticsearch for search functionality and RabbitMQ for inter-service comm. The front end is just a single page webapp written in ES6 with mithril.js.