We're Moving to Matrix 🚀

Due to recent changes with Discord, we are transitioning our community to Matrix — an open, decentralized communication network.

What is Matrix?

Matrix is an open-source messaging system. Unlike Discord, it is decentralized. That means no single company controls it.

  • You can choose which server (called a “homeserver”) you register on.
  • All servers communicate with each other (this is called federation).
  • You are not required to use our server to join our rooms.

Example: You can register at a different server like matrix.org and still join our rooms.

Our Matrix Server

We provide our own Matrix homeserver for community members.

  • Available to users registered for more than 1 month
  • Fully federated with the entire Matrix network
  • No obligation to use it — it’s optional
@auth @if(auth()->user()->created_at->lt(now()->subMonth())) @if(auth()->user()->matrix_id)

âś… You are registered!

Your Matrix account has been created successfully.

Make sure to store your password, as we don't have a password reset function!

You can now log in using any Matrix client of your choice.

For the best experience, we recommend:

  • Downloading the official Element app for desktop or mobile
  • Or using our web client via Element Web

Simply sign in with your new username and password to get started.

@else

🎉 You are eligible!

Your account is older than one month. You can create your account now.

@include('matrix.register')
@endif @else

⏳ Not Yet Eligible

Your account must be at least one month old to register on our Matrix server.

@endif @else

Please log in to check if you're eligible for our Matrix server.

@endauth

Our Matrix Space

All of our rooms are organized inside our main Matrix Space:

Our Matrix Rooms

@foreach($rooms as $room)

{{ $room['name'] }}

{{ $room['description'] }}

@endforeach