I've been testing using AI coding agents by asking an AI acting as a software designer to build a set of kanban style cards as .md files in a directory, designing the work we talked about into cards for AI developers. It works quite well, and then you can review the cards (as files) and then ask another AI agent running as whatever role is suitable for that card, to pick up the card by name and do the work. But there…
Show HN: Kan.bn – An open-source alterative to Trello
41–50 of 236 posts
Re: Show HN: Kan.bn – An open-source alterative to Trello
#42Re: Show HN: Kan.bn – An open-source alterative to Trello
#43I tried the demo at https://kan.bn/kan/roadmap but clicking on the card shows the skeleton placeholder, doesn't seem to load the card content.
Re: Show HN: Kan.bn – An open-source alterative to Trello
#44Hey HN, I couldn’t find an open-source alternative to Trello that I liked so I built my own. It’s fast, free and fully-customisable. You can self host it, or use the cloud version if you don’t want to manage your own infra. Repo -> https://github.com/kanbn/kan Cloud -> https://kan.bn Roadmap -> https://kan.bn/kan/roadmap I’d love feedback, bug reports, or any feature suggestions!
Re: Show HN: Kan.bn – An open-source alterative to Trello
#45I've been testing using AI coding agents by asking an AI acting as a software designer to build a set of kanban style cards as .md files in a directory, designing the work we talked about into cards for AI developers. It works quite well, and then you can review the cards (as files) and then ask another AI agent running as whatever role is suitable for that card, to pick up the card by name and do the work. But there…
Try https://www.task-master.dev it handles this smoothly
Re: Show HN: Kan.bn – An open-source alterative to Trello
#46One issue I encountered. I cannot seem to create lists containing works like Todo, Done, .... No error message is shown. Creating lists with random strings always work though.
Re: Show HN: Kan.bn – An open-source alterative to Trello
#47Re: Show HN: Kan.bn – An open-source alterative to Trello
#48Im curious about the choice of Next.js for an open source project as Next.js is notoriously painful to deploy to anything other than Vercel.
I have deployed several next.js projects within an hour (not hours) that were created by different teams. The hour includes settings up DNS, CI/CD using github and deploying to AWS Amplify.
Edit: Why are you down voting it? Is this unbelievable? I have deployed 5/6 next.js projects and none of them are on vercel.
Re: Show HN: Kan.bn – An open-source alterative to Trello
#49Feels like Trello alternatives are the next ToDo list. There's so many of them these days that I struggle to grasp why anyone thinks launching an opensource one and thinking they can turn a profit with a cloud version is ever going to work. In all likelihood the project will be abandoned in 6 months and the site offline in 12.
We made the exact same, incorrect assumption with https://github.com/Flagsmith/flagsmith several years ago. The market for data sensitive on-premise delpoyments is a LOT bigger than most people would imagine.
For Flagsmith, the majority of our revenue comes from on-premise deployments.
Re: Show HN: Kan.bn – An open-source alterative to Trello
#50Hey HN, I couldn’t find an open-source alternative to Trello that I liked so I built my own. It’s fast, free and fully-customisable. You can self host it, or use the cloud version if you don’t want to manage your own infra. Repo -> https://github.com/kanbn/kan Cloud -> https://kan.bn Roadmap -> https://kan.bn/kan/roadmap I’d love feedback, bug reports, or any feature suggestions!