Real life examples of complex applications

This page summarizes the projects mentioned and recommended in the original post on /r/flask

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Flask-SocketIO-Chat

    A simple chat application that demonstrates how to structure a Flask-SocketIO application.

  • Reddit uses flask as part of its backend (according to stackshare.io) if you want one of the ultimate examples, but if you want to learn reddit is probably not the best example. For splitting up your routes, you need to make a module and import your filles from each other from there to split it up, so you will need to declare a __init__.py file. like this example (I know you said you didn't want them but tehy are the best example to show you).

  • flask_show

  • okay ive made a quick dem sorry i know you said you didnt wnat that but I think its the best way to explain, ill work on commenting it in the morning ive been up since 2

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • lmfdb

    L-Functions and Modular Forms Database

  • The LMFDB (https://github.com/lmfdb/lmfdb) is flask-based, with millions of pages reflecting millions of mathematical objects. The route backend is separated into parametrized blueprints. This is a sufficiently old and large project that it is obvious that different parts were written by different people with different points of view, but the underlying flask skeleton is fairly straightforward.

  • microblog

    The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.

  • indico

    Indico - A feature-rich event management system, made @ CERN, the place where the Web was born.

  • flask-admin

    Simple and extensible administrative interface framework for Flask

  • Have you looked at flask admin for example i know apache airflow have been using it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts