Kanboard VS Zulip

Compare Kanboard vs Zulip and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Kanboard Zulip
82 117
8,122 20,023
1.6% 2.9%
8.5 10.0
6 days ago 6 days ago
PHP Python
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Kanboard

Posts with mentions or reviews of Kanboard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.
  • Ask HN: What software sparks joy when using?
    10 projects | news.ycombinator.com | 17 Apr 2024
    Linux Mint with Cinnamon: https://www.linuxmint.com/ as far as desktop OSes go it's familiar (Ubuntu without snaps by default), whereas the UI feels both snappy, doesn't use too much resources and is actually pretty to look at.

    MobaXTerm: https://mobaxterm.mobatek.net/ this one is a bit more Windows centric but I ended up paying for it and replaced mRemoteNg and PuTTY with it, it's even better than Remmina or whatever Linux has to offer - you can manage SSH/RDP/VNC/... sessions, input across multiple sessions side by side and it just simplifies things a lot (jump host support, a port forwarding too and so much more).

    GitKraken: https://www.gitkraken.com/ also a piece of software that I paid for, this one actually makes using Git pleasant, feels better to use than SourceTree and Git Cola (even though that latter is wonderfully lightweight, too) and honestly I prefer that to the CLI nowadays.

    Kanboard: https://kanboard.org/ is a lightweight Kanban project management tool, it might not have every feature under the sun but it's the most snappy project management tool I've ever used, looks simple and runs well. I honestly love it, what a nice thing to have.

    Most modern text editors and IDEs: I personally pay for JetBrains IDEs but also like Visual Studio Code as a text editor and both have helped me immensely, they're reasonably performant when you have the RAM, look nice, often give you suggestions about how to improve your code and also have a plethora of plugins in their ecosystems. Nowadays I unapologetically use LLMs as well and overall it feels like I have these great tools and cool autocomplete (that is sometimes a bit silly and wrong) at my disposal, that makes me happy.

    Kdenlive: https://kdenlive.org/ imagine if there was a successor to Windows Movie Maker, though something that gets most of the important stuff out of Sony Vegas, except is also completely free and works on most platforms. Kdenlive is all of that and also somehow quite pleasant to use, I actually prefer it to DaVinci resolve. There is a bit of a learning curve to any piece of software like this, but everything mostly makes sense in this one.

    Gitea: https://about.gitea.com/ I still use this for my personal Git repositories and integrating with CI systems and it's lightweight, looks good and just feels pleasant to use. Previously I self-hosted GitLab and constantly ran into resource exhaustion as well as doubts about the next update is going to corrupt all of my data and break (it did), so now I use Gitea instead.

    Drone CI: https://www.drone.io/ a container native CI solution that I can also self host. It's container oriented, integrates with Gitea nicely, is similarly nice to GitLab CI and doesn't cause me headaches like Jenkins would.

    Docker: https://www.docker.com/ yes, even Docker desktop. It just makes working with containers really pleasant and predictable, even when something like Podman also exists (and also is great). I don't know, I feel like Docker really saved me from having brittle legacy environments, even self-contained containers with health checks and resource limits with still the same brittle code inside of those make me feel way more safe.

  • Elegant open source project tracking, Trello like but self-hosted
    6 projects | news.ycombinator.com | 18 Mar 2024
    For someone that's not a web developer, I found Kanboard to be the easiest to set up, and it has all the basic features you'd expect. It's a traditional PHP app where you copy the files to your web server and set a few configuration options and you're good. If you want to use it locally, you download it, run php -S localhost:8080, and start using it.

    https://kanboard.org/

    Note: The project is in maintenance mode, it hasn't shut down or been abandoned.

  • My Open-Source toolkit for 2024
    7 projects | dev.to | 11 Feb 2024
    I kicked off 2024 with an attempt to get more organized and continue my quest to rely less on big tech. To start things off, I’m trying out an open-source taskboard called Kanboard. It’s like Trello but without all the integrations or surprises. I’ve been using it for personal tasks and side projects. I like these boards for dumping out the things I want to do and then visually sorting them into their status and priority. Doing the things is still hard, but at least I know what I’ve got on my plate.
  • What are the best self-hosted project management software
    1 project | /r/selfhosted | 11 Dec 2023
    https://kanboard.org has a kanban board.
  • Trello Alternative
    10 projects | /r/selfhosted | 6 Jun 2023
    For the Kanban experience, I was using Kanboard. It is perfect for Project management and it allows for relations between the cards as well. It is also solid in terms of stability. It is also very lightweight and can easily run on Raspberry Pi. The only downside is that the UI feels a little outdated and it is not Mobile friendly.
  • Ticket system for my personal life
    1 project | /r/computertechs | 3 Jun 2023
    Kanboard is a possible solution if you want something self-hosted and open-source - https://kanboard.org/
  • I need a good ToDo list / simple bug tracker for solo development
    1 project | /r/gamedev | 31 May 2023
    Checkout kanboard. It's free and open source.
  • Dynamic Tabels
    1 project | /r/PostgreSQL | 25 May 2023
    Contrast with https://github.com/kanboard/kanboard/blob/main/app/Schema/Postgres.php - a very similar set up with projects, tasks and columns.
  • Kanban Project Management Software
    1 project | /r/programming | 23 May 2023
  • Kanboard is a free and open source Kanban project management software
    1 project | /r/hypeurls | 23 May 2023

Zulip

Posts with mentions or reviews of Zulip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-05.
  • Ask HN: Open-Source Chat Platform Matrix, Rocketchat, Mattermost
    1 project | news.ycombinator.com | 10 Apr 2024
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    47 projects | dev.to | 5 Feb 2024
    Zulip — Real-time chat with a unique email-like threading model. The free plan includes 10,000 messages of search history and File storage up to 5 GB. also, it provides a self-hostable open-source version.
  • Ask HN: What are some unpopular technologies you wish people knew more about?
    56 projects | news.ycombinator.com | 2 Dec 2023
    (1) Zulip Chat - https://zulip.com/ - seems to be reasonably popular, but more people should know about it

    I’ve been using it for over 5 years now [1], and it’s as good as ever. It’s way faster than any other chat app I’ve used. It has a good UI and conversation model. It has a simple and functional API that lets me curl threads and write blog posts based on them.

    (only problem is that I Ctrl-+ in my browser to make the font bigger – I think it’s too dense for most people)

    (2) re2c regex to state machine compiler - https://re2c.org

    A gem from the 90’s, which people have done a great job maintaining and improving (getting Go and Rust target support in the last few years). I started using it in 2016, and used for a new program a few months ago. I came to the conclusion that it should have been built into C, because C has shitty string processing – and Ken Thompson both invented C AND brought regular languages to computing !!

    In comparison, treesitter lexers are very low level, fiddly, and error prone. I recently saw dozens of ad hoc fixes to the tree-sitter-bash lexer, which is unsurprising if you look at the structure of the code (manually crawling through backslashes and braces in C).

    https://github.com/tree-sitter/tree-sitter-bash/blob/master/...

    These fixes are definitely appreciated, but I think it indicates a problem with the model itself.

    (based on https://lobste.rs/s/endspx/software_you_are_thankful_for#c_y...)

    [1] https://www.oilshell.org/blog/2018/04/26.html

  • Wog wog
    3 projects | /r/flightgear | 23 Aug 2023
  • Slack Takes an Important Step to Block Abuse
    2 projects | news.ycombinator.com | 17 Jul 2023
  • Andreas Kling – “I have received a $100k sponsorship for Ladybird browser”
    4 projects | news.ycombinator.com | 18 Jun 2023
  • Debate Land Beta 0.2 is out!
    6 projects | /r/Debate | 3 Jun 2023
    A few more truly in the vibe of open source projects not advertising their hosting providers: https://plane.so/ , https://element.io/ , https://www.loomio.com/ , https://zulip.com/ , and it keeps going... Very few open source projects, in the FOSS sense, are advertising their hosting provider.
  • All Your Licensing Are Belong to Us^W You
    2 projects | news.ycombinator.com | 1 Jun 2023
    I was so excited to see this happen!

    I'm not a customer of yours, but your blog posts inspired me a lot. Your journey through quitting caffeine is a great and heartening read.

    I've got two things to say;

    1) Will you consider source-availabling the web portal (app.keygen.sh) too? Some enterprises could use it for easy management/support for custoner's licenses. Although now that I think about it, it could also discourage custom, more suitable implementations for each use-case... I'm torn on this one. I would like to see it available on GitHub too just out of curiosity too. It's very beautiful.

    2) For a team + customers' chat, I cannot recommend Zulip enough. It's a joy to use and has the most innovative chat system I've ever seen. https://zulip.com

    I hope your business keeps prospering!

  • Ask HN: Who is hiring? (June 2023)
    14 projects | news.ycombinator.com | 1 Jun 2023
    Zulip | Senior Flutter Engineer | REMOTE or San Francisco | Full-time | https://zulip.com/

    At Zulip, we’re out to build the world’s best collaboration platform, and we’re committed to keeping it 100% open source. Zulip is the only modern team chat app that is designed for both live and asynchronous conversations. Our product serves as the communication hub for businesses, open-source projects, educators and communities around the world.

    We're building the next generation of Zulip's mobile apps in Flutter. We're looking for a senior engineer with Flutter experience to join our small core team and help define the future of team chat. Our Flutter prototype is just a few months old, so this is a greenfield opportunity to help shape the app's architecture from early on.

    For full details, check out https://zulip.com/jobs/. Apply at [email protected].

  • The Apollo social media site
    1 project | /r/apolloapp | 31 May 2023
    Anyways, I'm an internet stranger, not a social media expert. So let me know what you all think. And if we make a discord or zulip or something to make this a reality, let me know and I'd love to help any way I can.

What are some alternatives?

When comparing Kanboard and Zulip you can also consider the following projects:

Wekan - The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.

Mattermost - Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..

focalboard - Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.

Rocket.Chat - The communications platform that puts data protection first.

TaskBoard - A Kanban-inspired app for keeping track of things that need to get done. (Don't forget to read the Wiki page!)

Matrix Console Web

budibase - Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀

Jitsi Meet - Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.

Planka - The realtime kanban board for workgroups built with React and Redux.

Element - A glossy Matrix collaboration client for the web.

Restyaboard - Trello like kanban board. Based on Restya platform.

GrapesJS - Free and Open source Web Builder Framework. Next generation tool for building templates without coding