Skip to content

An open source system, including product roadmap, feedback, and changelog built on top of Kanboard. Perfect alternative to canny.io and featurebase.app.

License

Notifications You must be signed in to change notification settings

cloudkoonly/lite-roadmap

Repository files navigation

Kanboard Roadmap

An open source system, including product roadmap, feedback, and changelog built on top of Kanboard.
Perfect alternative to canny.io and featurebase.app

Online DemoFeaturesQuick StartRequirementsSupport

📝 Overview

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.

🖥️ Demo

You can try out our demo site at: https://kanboardroadmap.cloudkoonly.com/roadmap/

Screenshots

Demo Roadmap

Demo Feedback

Demo Changelog

🚀 Features

  • 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

🛠️ Requirements

  • Ubuntu 20.04+
  • Docker 20.10+
  • Docker Compose 1.29+

🚀 Quick Start

cd kanboard-roadmap && bash install.sh

🛠️ Or install by yourself

  1. Clone lite-lnmp repository:
git clone https://github.com/cloudkoonly/lite-lnmp.git
  1. Navigate to the project directory:
cd lite-lnmp/app
  1. Clone this repository to your Kanboard-roadmap directory:
git clone https://github.com/yourusername/kanboard-roadmap.git
cp kanboard-roadmap/db.sql ../mysql8/sql/
  1. Create database and import sql file for roadmap:
mysql -uroot -p
CREATE DATABASE roadmap;
USE roadmap;
source /tmp/sql/db.sql;
  1. Create nginx config:
cp kanboard-roadmap/nginx.conf /etc/nginx/conf.d/roadmap.conf
  1. Add Hosts:
127.0.0.1 roadmap.dev
  1. Restart lnmp:
docker-compose up -d
  1. Access the roadmap:
  • Frontend: http://roadmap.dev/roadmap/
  • Admin: http://roadmap.dev/ (username: admin, password: 123456) !important: change password after first login

⭐ Why Choose This Over Alternatives?

  • 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

📜 License

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.

⚠️ Disclaimer

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

🤝 Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

  1. Fork the repository
  2. Create your feature branch
  3. Submit a pull request

💬 Support

📝 Last updated: March 19, 2025

2025 Cloudkoonly. All Rights Reserved.

#roadmap #changelog #feedback #mit-license #canny #alternative-to-featurebase.app #alternative-to-canny.io #featurebase

About

An open source system, including product roadmap, feedback, and changelog built on top of Kanboard. Perfect alternative to canny.io and featurebase.app.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages