A few design decisions for a new chat platform

Discord has recently made a controversial decision that could be the start of long-term decline. The situation has people looking at alternatives. However, a lot of the alternatives I feel bark up the wrong tree, or are good for certain niches, but not others (i.e. I like Zulip for focused technical communities, but it’s a bad fit for social clubs). In this post, I’ll try to outline things I feel a lot of alternatives get wrong (or ideally, get right). There’s a lot of navel gazing and bikeshedding about this topic, so I’ll stick with what I think are my most notable takes.

Federation is a misfeature for hosted platforms

When it comes to decentralization, federation is a huge buzzword and selling point. It seems like in theory a good middle ground of peer-to-peer and entirely centralized. However, I think in the case of a chat platform, which hosts a community, it causes more problems than it solves. For things like the Fediverse (or its ATProto equivalent), federation makes sense because all the servers together are effectively one community, with little division between communities outside of maybe the local timeline on a server (groups never took off on the Fediverse). Your own community is well, a community of its own. It’s likely that it doesn’t need to interact with other communities. Having that possibility massively complicates things when it comes to scaling, differences in policy domains, and liability.

I think the better solution for a chat platform is to focus entirely on the standalone server use case. What people actually want out of federation (fewer apps and fewer accounts) could instead be achieved through single-sign on and a single client that supports multiple servers with the same API. You could allow communities to maintain their own sovereignty by hosting their own server. For the 99% that don’t, you could provide hosted servers, and have migration between them. This is the model Zulip uses, and I think it makes sense.

End to end encryption is another misfeature for public channels

We live in precarious times with government overreach in privacy, and encryption is becoming table stakes for many. However, for publicly joinable communities, E2EE is theatre that makes things far more complicated. You have to get E2EE just right, or it stops being secure and just becomes an obstacle instead. For a public group, it’s even more absurd, since you can just simply… join it, and the amount of people means i.e. taking screenshots is hard to pin down who leaked information. It’s not worth it for communities at a two-digit member count. The cryptographers are going to clown on you if you get it wrong anyways.

That said, E2EE is very important for small groups and one-on-one conversations. A public platform shouldn’t handle that, and for DMs and such, defer to a platform focusing on those use cases. Signal gets them right, but people have misgivings about its centralized nature. There’s room for a possible alternative there; it just won’t be with the same platform that handles communities with dozens or hundreds of people.

Voice chats are a space, not an event

Most chat platforms focus on text chat and neglect the A/V experience. What they often do is bolt on support for things like Jitsi/BigBlueButton, which provide a Zoom like meeting experience. While they do work, they’re not a good fit for social communities. Things like Zoom are built around timeboxed meetings on your calendar, not as hangout spaces.

It feels hard to explain unless you use them actively and see the communities form around them, but the difference is that a voice channel is a place. You can join in and drop out freely, without the overhead of setting up a call, and it’s easy to see what the state of it. It’s easy to just start sharing your screen or camera, and everyone can do so at the same time (unlike things like Zoom, which only allow one screen to be shared, and make it the big focal point everyone must pay attention to).

The voice chat model is probably closest to what gaming VoIP platforms like Mumble were like, with different lightweight rooms. What also gets this surprisingly right is Slack, where “huddles” effectively add lightweight voice channels associated with every text channel. Perhaps the play might be to extend Mumble into being a general chat platform, rather than adding voice channels to something else.

6 thoughts on “A few design decisions for a new chat platform

  1. Simon Apua Abuongor February 10, 2026 / 4:01 pm

    Waiting to see how it works, looks like something really good as compared to where we are now. I hope it’s something universal.

  2. A nerd February 11, 2026 / 12:52 am

    You’re right about E2E for public rooms. It’s privacy theater. But even privacy theater is important and I think not including E2E for public rooms would just cause people to dismiss it.

    I also think only focusing on groups and rooms misses the point of Discord. DMs are important. It’s not just nice group chats. A Discord replacement needs to have good DMs and good group chats. Unlike Matrix, it needs to be resilient to all of the little encryption failures that make Matrix a pain to use.

    A Discord replacement needs to be fun. No open source chat system is fun. They’re all bland and have a stick up your butt mentality to fun. Discord is fun. People have cute profiles with cute banners and use cute emotes. People who use Discord put a lot of effort into their profiles and a lot of effort into their public persona on servers. Discord servers are fun too. Lots of little things like roles and colors. Open source chats still think IRC is the pinnacle of communication.

    Look at Mastodon and the fediverse. People have cute profiles and custom reactions. It feels a lot more alive than Matrix and the dozens of dead open source chat services.

    I love open source and I want a great chat service. No open source chat I have ever used comes close to Discord let alone surpassing it. I want open source chats to surpass it. I want the big, privacy killing services of Discord, X, Facebook, Insta to go away.

    A Discord replacement needs to be:
    * Secure and private, even if there are elments of privacy theater with E2E
    * Fun. Don’t let the nerds tell everyone that custom anime catgirl emotes is too much for their service.
    * Censorship resistant. The fediverse censors everything, which you touch upon. I should be able to have one account and access whatever I want without instances dictating who I may talk to. What I want is one account that I can talk across “instances”, maybe with per instance customization (like Discord’s per server customization).
    * Simple. Just let people make accounts and talk using accounts. So many nerd chats make you jump through hoops just to talk to someone. Enough. It doesn’t work. That’s why the only two open source chats that are used are Signal and Matrix. Everything else is dead.
    * SIMPLE. No one should ever have to see an “unable to decrypt message” message.

Leave a Reply

Your email address will not be published. Required fields are marked *