Many of the developers that use this forum know that it is unique and special, but the other day, I came across a forum that looked so similar to the DevForum:
And that got me thinking that it is possible to make a forum like this one, but how would I do it?
Discourse is an open-source forum software. You can choose from 3 plans. The reason they look basically exactly the same as the devforum is because that forum also uses Discourse. This forum isn’t a custom forum from scratch. It is using Discourse.
However this forum is somewhat customized via plugins. You know how your Roblox profile link is attached to your devforum profile? Yeah that is a plugin.
You know how when members post in #platform-feedback and it gets sent to Post Approval? Also a plugin.
You know how you can mark solutions? That is a plugin made by a Discourse staff member. It isn’t a part of Discourse itself but it was implemented.
By the way, our plugins are open source as well if you want to check out the code or look into them for your own Discourse forums. Just take note of the license before interacting with the repository.
The Devforum is Discourse but with plugins. You can hit me up on Stellaris#0001 if you need more help on setting up a forum.
Alternatives to Devforum would be NodeBB, MyBB and so on. MyBB honestly doesn’t look that great, I’d always use Discourse over NodeBB or MyBB. You can get yourself a VPS, or as the Digital Ocean people say, Droplet and install a docker image of Devforum.
EDIT: Go through the link that is in the post above me.