some quick fixes to the matrix page
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-08-29 22:18:00 -04:00
commit 87cd8d5217
No known key found for this signature in database

View file

@ -2,21 +2,21 @@
title: Matrix title: Matrix
--- ---
Matrix is an open-source communications platform, allowing you to chat to communities of your choice. End to end encryption is a large focus of Matrix, and it's also completely open source. Matrix is an open-source communications platform, allowing you to chat to communities of your choice. An important feature of Matrix is its end to end encryption, allowing you to talk privately and securely.
## Comparison to Discord ## Comparison to Discord
Matrix has many parallels to Discord, but also many differences. This comparison may be useful to you when migrating: Matrix has many parallels to Discord, but also some important differences. This comparison may be useful to you when migrating:
- Instead of Discord "channels", you have Matrix "rooms". Rooms can both be joined with in a space (explained below), or standalone, unlike Discord. They can be set up to be end to end encrypted, but for large rooms it's more reliable to run without encryption. - Instead of Discord "channels", you have Matrix "rooms". Rooms can both be joined within a space (explained below), or standalone, unlike Discord. They can be configured to run without end to end encryption, but for large rooms it's more reliable to not use encryption.
- The equivalent of a Discord "server" is a matrix "space". Spaces are essentially a directory of rooms, where they are grouped under one icon (depending on your client), and rooms within the space are shown and are available to join. However, you do not have to join all rooms in a Matrix space. - The equivalent of a Discord "server" is a Matrix "space". Spaces are essentially a directory of rooms, where each room is grouped under one icon (depending on your client). Rooms within the space are shown and are available to join, however, you do not have to join all rooms in a Matrix space.
## Choosing a Client ## Choosing a Client
Matrix is purely a protocol, and you can use any "client" you want. Clients are front-ends for Matrix, basically the way you actually see messages and join rooms. There are countless clients, but we recommend one of the following for the best possible experience: Matrix is purely a protocol, and you can use any "client" you want. Clients are front-ends for Matrix, and they are the way you actually see messages and join rooms. There are countless clients, but we recommend one of the following for the best possible experience:
- [Cinny](https://cinny.in): Cinny provides a Discord-like UI and some really nice features. You can use it on the web or as a Tauri app, and it works on Linux phones very well. - [Cinny](https://cinny.in) provides a Discord-like UI and has some really useful features. You can use it on the web, or as a Tauri app, and it works on Linux phones very well.
- [FluffyChat](https://fluffychat.im): FluffyChat is made with flutter, so it has great cross-platform support, so it's usable on iOS, Android, Linux, Web, etc. It also has some features that Cinny doesn't, but Cinny is slightly more intuitive in my opinion. - [FluffyChat](https://fluffychat.im) is made with Flutter, so it has great cross-platform support. It's usable on iOS, Android, Linux, Web, etc. It also has some features that Cinny doesn't, but I find Cinny to be more intuitive.
## How to Use ## How to Use