FlaskBB is a Forum Software written in Python using the micro framework Flask.
Currently, following features are implemented:
Feel free to checkout it's feature on our testing instance over at
test.flaskbb.org. You can use the demo user (demo//demo
) to
avoid the registration process.
The official forums where all the fun happens can be reached via forums.flaskbb.org.
For a complete installation guide please visit the installation documentation here.
This is how you set up an development instance of FlaskBB:
make devconfig
make install
make run
FlaskBB is licensed under the BSD License.