jam VS Kanboard

Compare jam vs Kanboard and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
jam Kanboard
12 82
1,239 8,136
0.2% 1.8%
0.0 8.4
8 months ago 4 days ago
JavaScript PHP
GNU Affero General Public License v3.0 MIT License
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.

jam

Posts with mentions or reviews of jam. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-20.
  • Top Webflow tools and integrations. Part 1.
    2 projects | /r/webflow | 20 Jun 2022
    Jam pro
  • Show HN: WebRTC Nuts and Bolts, A holistic way of understanding how WebRTC runs
    5 projects | news.ycombinator.com | 29 May 2022
  • Hacker News top posts: Dec 9, 2021
    2 projects | /r/hackerdigest | 9 Dec 2021
    Jam – Self-Hosted Clubhouse\ (40 comments)
  • Jam – Self-Hosted Clubhouse
    1 project | /r/patient_hackernews | 9 Dec 2021
    1 project | /r/hackernews | 9 Dec 2021
    1 project | /r/Boiling_Steam | 9 Dec 2021
    5 projects | news.ycombinator.com | 8 Dec 2021
    Wow, I just woke up to this. Glad to see Jam here on hn. We've come a long way since the initial release earlier this year (Show HN: https://news.ycombinator.com/item?id=26131123).

    Most of our efforts since february went into making the rooms more reliable which sounds simple but there are actually countless of different reasons for why audio might not work or not work as well as it could (switching from wifi to mobile data, microphone permissions, bandwidth problems, OS forces app into background, …) some are solvable others at least need to be documented and tracked.

    What else is new other than reliability?:

    # Support for large rooms (think: thousands of people in the audience) using an SFU

    Initially Jam only had support for p2p rooms which is great for small rooms (up to like ~20 people depending on upstream bandwidth of the speakers) but for online conferences, meetups and so on you often need rooms that support 100s or 1000s of participants so we added an SFU where the speakers still send audio to each other p2p to keep conversations low-latency but we use a server to stream audio to all users that are in the audience.

    (That said: you can still run Jam p2p-only if you prefer that)

    # Locally recorded multi-track audio (think: podcasts with multiple guests, where you get one high quality audio track per speaker)

    You can try multi-track audio recordings on our public beta server (https://beta.jam.systems). Tap on our own user and then "Start Podcast Recording". When you tap on your own user again and then "Stop Podcast Recording" the browser will prompt you with downloads for all audio tracks (we will make this more smooth going forward).

    # Custom UI

    For everyone who wants to add audio rooms to their own app but needs full control over the look and feel we have added an API and JavaScript library (and NPM package) so you can "build your own" ui for Jam. This basically means that Jam is running "headless" as an audio room server and makes sure audio works while you can build exactly the ui that you want.

    E.g. let's say you have an app like Google Docs and you want to allow people to talk about a document. In this case you might want something that doesn't look like a room on Clubhouse or Twitter Spaces but rather like a line of avatars and with the API and library you can build this yourself now:

    https://www.npmjs.com/package/jam-core

    https://gitlab.com/jam-systems/jam/-/tree/master/ui/examples

    # Managed hosting

    For everyone who wants to use Jam but doesn't want to install and maintain Jam themselves we are run and support Jam for you (think: what Wordpress.com is to Wordpress.org):

    https://jamshelf.com

  • Jam: Open Source Self-Hosted Clubhouse
    1 project | /r/opensource | 9 Dec 2021
  • Tools: Recording a Podcast with guests
    1 project | /r/podcasting | 10 Nov 2021
    I am working on an open source tool (Jam) that can be used to record podcasts with guests.
  • Awesome Clones
    40 projects | dev.to | 14 Apr 2021

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

What are some alternatives?

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

Google-Meet-Spam-Bot - Flood any class or meeting with as many chat spamming bots as you desire 😈

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.

react-native-steve - React Native horizontal scroll view component as seen on Clubhouse tags

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

mumble-web - An HTML5 Mumble client

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

clubhouse - Clubhouse API client and social graph crawler for TypeScript.

budibase - Budibase is an open-source low code platform that helps you build internal tools in minutes πŸš€

kord - Spotify, Soundcloud, and YouTube all in one website!

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

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

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