An open source system, including product roadmap, feedback, and changelog built on top of Kanboard.
Perfect alternative to canny.io and featurebase.app
Online Demo • Features • Quick Start • Requirements • Support
Kanboard Roadmap is a comprehensive solution for managing product roadmaps, user feedback, and changelogs. Built on top of Kanboard, it provides a seamless experience for product teams and users alike.
You can try out our demo site at: https://kanboardroadmap.cloudkoonly.com/roadmap/
-
Public Roadmap Board
- Visual roadmap with customizable status columns
- Feature voting and prioritization
- Progress tracking
- Tag-based categorization
-
User Feedback System
- Feedback submission portal
- Upvoting mechanism
- Comment threads
- Status updates
-
Changelog Management
- Version-based release notes
- Release date tracking
- Feature categorization
- Ubuntu 20.04+
- Docker 20.10+
- Docker Compose 1.29+
cd kanboard-roadmap && bash install.sh
- Clone lite-lnmp repository:
git clone https://github.com/cloudkoonly/lite-lnmp.git
- Navigate to the project directory:
cd lite-lnmp/app
- Clone this repository to your Kanboard-roadmap directory:
git clone https://github.com/yourusername/kanboard-roadmap.git
cp kanboard-roadmap/db.sql ../mysql8/sql/
- Create database and import sql file for roadmap:
mysql -uroot -p
CREATE DATABASE roadmap;
USE roadmap;
source /tmp/sql/db.sql;
- Create nginx config:
cp kanboard-roadmap/nginx.conf /etc/nginx/conf.d/roadmap.conf
- Add Hosts:
127.0.0.1 roadmap.dev
- Restart lnmp:
docker-compose up -d
- Access the roadmap:
- Frontend:
http://roadmap.dev/roadmap/
- Admin:
http://roadmap.dev/
(username: admin, password: 123456) !important: change password after first login
- Open Source: Full control over your data and customization
- Self-hosted: Keep sensitive feedback and roadmap data in-house
- Cost-effective: No monthly subscription fees
- Customizable: Adapt the system to your specific needs
- Privacy-focused: Your data stays on your servers
This project is licensed under the MIT License.
MIT License
Copyright (c) 2025 Kanboard Roadmap
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
This software is provided "as is" without warranty of any kind, either express or implied. Use at your own risk. The author will not be liable for any damages arising from the use of this software.
The author makes no warranty that:
- The software will meet your requirements
- The software will be uninterrupted, timely, secure or error-free
- The results from the use of the software will be effective, accurate or reliable
- Any errors in the software will be corrected
We welcome contributions! Please see our Contributing Guidelines for details.
- Fork the repository
- Create your feature branch
- Submit a pull request
- Create an issue in this repository
- Join our community discussions
- Email support: opensource@cloudkoonly.com
2025 Cloudkoonly. All Rights Reserved.
#roadmap #changelog #feedback #mit-license #canny #alternative-to-featurebase.app #alternative-to-canny.io #featurebase