The Boards

Forums

Every thread in our Discord forum channels, mirrored here and readable without an account. Post from either side and it lands in both.

Last sync:

All threads

Press / to search
New thread
How this works

One conversation, two front doors

The bot isn't built yet, so this page reads from data/forums.json, which is already shaped like Discord's API.

Discord to site

The bot listens on THREAD_CREATE and MESSAGE_CREATE in the forum channels, then writes a thread record with its discord_thread_id intact. Tags map onto the channel's available_tags.

Site to Discord

A thread opened here is stored with discord_thread_id: null and origin: "website". The bot picks it up, creates the forum post, and writes the snowflake back so the two records are joined for good.

Staying honest

Every record carries synced_at, so conflicts resolve last-write-wins. Pins, locks and reaction counts mirror from Discord and are read-only on the site.