Multus-Threads is an anonymous, open-source forum software.
- .NET 9 + Blazor Server — reactive and efficient
- SignalR — real-time updates, and chat
- Heartbeat Service — client tracking
- Razor Components — modular UI
- Blazored.LocalStorage — ephemeral identity storage
- Moderation powered by The Permitted — a select few with all-seeing eyes
- 🧵 Anonymous Threads with real-time Replies
- 🗨️ Global and context-specific Chat
- 🔍 Full Search across content
- 📌 Pinned Threads for rules and announcements
- 🧷 Hashtag-based content type tagging
- 📊 Forum Stats
- 🛠️ Special communities for niche exploration
git clone https://github.com/Megamer-studios/Multus-Threads.git
cd Multus-ThreadsMake sure you have the .NET 9 SDK installed.
dotnet runVisit: https://localhost:5000 (or wherever it spins up)
- Razor Components live in
AnonymousForumsTemplate.Components - Razor Pages live in
AnonymousForumsTemplate.Components.Pages - Real-time logic lives in
Hubs/ChatHub.cs - Background checks like heartbeat live in
Services/HeartbeatService.cs - Layout and structure controlled by
App.razorandMainLayout.razor
- All styling files are in
wwwroot/ - Components use Tailwind-like utility classes
- Can’t connect to chat? Check
ChatHubendpoint inProgram.cs - Heartbeat timeout? Check
ClientTimeoutIntervalinProgram.cs - Want debug logs? Run with
DOTNET_ENVIRONMENT=Development
Program.cs— app entrypointChatHub.cs— SignalR hub for live messagingHeartbeatService.cs— monitors connection health- Component layout in
AnonymousForumsTemplate.Components - Static files & styling in
/wwwroot
This project is licensed under the GNU General Public License v3.0 (GPLv3).
You may use, modify, and redistribute this code as long as:
- You share the modified source code
- You retain this license
- You credit the original authors: Akumarin Kukino and mrCha0s
Full license text is available in LICENSE.
Created by:
Pull requests welcome.
Ideas? Feel free to suggest them!
If you have any questions or just want to chat with other users of Multus-Threads, JOIN THE DISCORD!
Some build platforms.
Others build legends.
Multus-Threads does both.

