Forum

Comparison of forum apps

19 Packages
21 Features

Search & Filter

Misago is fully featured modern forum application that is fast, scalable and responsive.

2,720
Stars
547
Forks
28
Usage
Py3
Status Beta
Version 0.39.4
Updated 5 May 2026
License GPLv2
Commits
Features
guest-post
notify
pre-moderate
post-moderate
comment
forum
title
modify
msg-history
  (Depends on permissions set)
private
Unit tests
 
>95% coverage
Responsive
who is online
Status indicators by usernames in UI
source code highlighting
  (highlight.js)
list own posts
list subscriptions
Polls
Markup
Github-flavoured Markdown with BBCode subset
Tree of comments

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com

1,567
Stars
623
Forks
26
Usage
Py3
Status Beta
Version 0.12.8
Updated 19 Apr 2026
License GPL-3.0-or-…
Commits
Features
guest-post
notify
pre-moderate
post-moderate
comment
forum
title
modify
msg-history
private
Unit tests
 
>370 test cases
Responsive
who is online
source code highlighting
list own posts
list subscriptions
Polls
Markup
Markdown, WYSIWYG (Tinymce)
Tree of comments

Spirit is a modern Python/Django forum

1,184
Stars
331
Forks
25
Usage
Py3
Status Production/Stable
Version 0.14.3
Updated 19 Apr 2025
License MIT License
Commits
Features
guest-post
notify
pre-moderate
post-moderate
comment
forum
title
modify
msg-history
private
Unit tests
 
>600 test cases, 97% coverage
Responsive
who is online
only admins
source code highlighting
list own posts
list subscriptions
Polls
Markup
Github-flavoured Markdown
Tree of comments

A Django forum engine for building powerful community driven websites.

604
Stars
128
Forks
10
Usage
Py3
Status Beta
Version 1.3.1
Updated 1 Jan 2026
License BSD-3-Clause
Commits
Features
guest-post
notify
pre-moderate
post-moderate
comment
forum
title
modify
msg-history
private
Unit tests
 
>400 test cases
Responsive
who is online
source code highlighting
list own posts
list subscriptions
Polls
Markup
Markdown by default
It is configurable
Tree of comments

Django forum solution. Tested, documented, shipped with example project.

225
Stars
155
Forks
14
Usage
Py3
Status Beta
Version 0.19.0
Updated 16 Dec 2024
License BSD
Commits
Features
guest-post
notify
pre-moderate
post-moderate
comment
forum
title
modify
msg-history
private
Unit tests
Responsive
  (custom templates supported)
who is online
source code highlighting
* with 3rd party libraries
list own posts
list subscriptions
Polls
Markup
BBCode, Markdown
Tree of comments

Django application that provides a simple and modern forum board for your Django Website

13
Stars
4
Forks
0
Usage
Py3
Status Unknown
Version 0.5.2
Updated 27 Apr 2026
License BSD-3-Clause
Commits
Features
demo
guest-post
notify
pre-moderate
post-moderate
comment
forum
title
modify
msg-history
private
documentation
Unit tests
Responsive
who is online
source code highlighting
list own posts
list subscriptions
Polls
Markup
Tree of comments

WARNING: this repo is not maintained anymore.

18
Stars
4
Forks
0
Usage
Py3
Updated 1 Jan 2025
License UNKNOWN
Commits
Features
demo
guest-post
notify
pre-moderate
post-moderate
comment
forum
title
modify
msg-history
private
documentation
Unit tests
Responsive
who is online
source code highlighting
list own posts
list subscriptions
Polls
Markup
Tree of comments
0
Stars
0
Forks
0
Usage
Py3
License UNKNOWN
Commits
Features
demo
guest-post
notify
pre-moderate
post-moderate
comment
forum
title
modify
msg-history
private
documentation
Unit tests
Responsive
who is online
source code highlighting
list own posts
list subscriptions
Polls
Markup
Tree of comments
0
Stars
0
Forks
6
Usage
Py3
License UNKNOWN
Commits
Features
guest-post
notify
pre-moderate
post-moderate
comment
forum
title
modify
msg-history
private
documentation
Unit tests
Responsive
who is online
source code highlighting
list own posts
list subscriptions
Polls
Markup
Tree of comments
0
Stars
0
Forks
0
Usage
Py3
License UNKNOWN
Commits
Features
demo
guest-post
notify
pre-moderate
post-moderate
 *
comment
forum
title
modify
msg-history
private
documentation
Unit tests
Responsive
who is online
source code highlighting
list own posts
list subscriptions
Polls
Markup
Tree of comments

Showing 10 of 19 packages in this grid.

View All Packages

Features Being Compared

21 features

demo

If the application has a public demo site, a link and login/password are given.

guest-post

Visitors can post messages without registration.

notify

An administrator can be notified by E-mail and/or SMS about new messages. Note that this feature should be trivial to add to most apps with signals and external code only.

pre-moderate

It's possible to hide new messages until they are approved by an administrator.

post-moderate

The app provides a user interface for removing messages

comment

Any Django model instance can have a message thread attached to it.

forum

The app provides the csoncept of a forum inside which message threads are grouped.

title

Individual messages can have their own titles.

modify

Users can modify messages.

msg-history

When message are modified, everyone can see the change history.

private

Users can send private messages to other users.

documentation

Does project have documentation helping to install/maintain the forum?

Unit tests

Does the project have an automated testing suite?

Responsive

Default stylesheet is responsive and adapts to device size or input method?

who is online

A who is online user list

source code highlighting

source code highlighting in posts?

list own posts

a user can get a list of his own posts?

list subscriptions

user can get a list of all post that he has subscription

Polls

App provieds poll topics

Markup

Markup languages available for members to format their messages in.

Tree of comments