Python Celery

Open-source Python projects categorized as Celery

Top 23 Python Celery Projects

  1. cookiecutter-django

    Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

    Project mention: Cookiecutter Django: framework for jumpstarting production-ready Django projects | news.ycombinator.com | 2025-09-13
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. flower

    Real-time monitor and web admin for Celery distributed task queue

    Project mention: flower VS dj-celery-panel - a user suggested alternative | libhunt.com/r/flower | 2026-02-27
  4. kombu

    Messaging library for Python.

    Project mention: Celery + Redis at Scale: Designing a Reliable and Efficient Task Queue in Production | dev.to | 2026-04-26

    One more practical point from my experience: sometimes the problem is not in your code or even in your configuration, but in Celery itself or in lower-level libraries such as Kombu (for example https://github.com/celery/kombu/issues/2258).

  5. django-react-boilerplate

    Django 5, React, Tailwind 4 with Python 3 and Webpack project boilerplate

  6. django-celery-beat

    Celery Periodic Tasks backed by the Django ORM

  7. django-celery

    Old Celery integration project for Django

  8. docker-django-example

    A production ready example Django app that's using Docker and Docker Compose.

    Project mention: Dumb Ways for an Open Source Project to Die | news.ycombinator.com | 2026-05-19

    Another one is how much time it takes to maintain vs how much interest it has. This is different than burnout.

    I created and maintain example Docker Compose starter projects for Flask[0], Rails[1], Django[2] and Node[3]. I've had these going for 6-7 years and I maintain them at least once a week to keep everything up to date.

    I used to also support Phoenix but I stopped after ~5 years because it was the least popular project but also took up more time to upgrade than all of the other example projects combined because Live View has changed in drastic ways so many times.

    Plus it became no longer enjoyable to work on it since I stopped using Phoenix in my day to day as well. That combined with it being the least popular example app between the 5 projects.

    I put together a 6 month plan to archive the repo in https://github.com/nickjj/docker-phoenix-example/issues/16, received zero feedback and then archived it at the start of 2026.

    [0]: https://github.com/nickjj/docker-flask-example

    [1]: https://github.com/nickjj/docker-rails-example

    [2]: https://github.com/nickjj/docker-django-example

    [3]: https://github.com/nickjj/docker-node-example

  9. full-stack-ai-agent-template

    Full-stack AI app generator — FastAPI + Next.js with AI Agents, RAG, streaming, auth, and 20+ integrations out of the box.

    Project mention: Full-Stack AI Agent Template | news.ycombinator.com | 2026-03-05
  10. jasmin

    Jasmin - Open source SMS gateway

  11. redbeat

    RedBeat is a Celery Beat Scheduler that stores the scheduled tasks and runtime metadata in Redis.

  12. 8mb.local

    a free local self hosted video compressor webui designed for performance and ease of use. inspired by 8mb.video

    Project mention: Copyparty, the FOSS file server [video] | news.ycombinator.com | 2025-11-26

    I also look for a sophisticated self hosted, open source transcoding solution as a web app, but in the mean time, the complete opposite: no bells and whistles, no config, no control except size: https://github.com/JMS1717/8mb.local

  13. django-celery-results

    Celery result back end with django

  14. docker-flask-example

    A production ready example Flask app that's using Docker and Docker Compose.

    Project mention: Dumb Ways for an Open Source Project to Die | news.ycombinator.com | 2026-05-19

    Another one is how much time it takes to maintain vs how much interest it has. This is different than burnout.

    I created and maintain example Docker Compose starter projects for Flask[0], Rails[1], Django[2] and Node[3]. I've had these going for 6-7 years and I maintain them at least once a week to keep everything up to date.

    I used to also support Phoenix but I stopped after ~5 years because it was the least popular project but also took up more time to upgrade than all of the other example projects combined because Live View has changed in drastic ways so many times.

    Plus it became no longer enjoyable to work on it since I stopped using Phoenix in my day to day as well. That combined with it being the least popular example app between the 5 projects.

    I put together a 6 month plan to archive the repo in https://github.com/nickjj/docker-phoenix-example/issues/16, received zero feedback and then archived it at the start of 2026.

    [0]: https://github.com/nickjj/docker-flask-example

    [1]: https://github.com/nickjj/docker-rails-example

    [2]: https://github.com/nickjj/docker-django-example

    [3]: https://github.com/nickjj/docker-node-example

  15. playlistor

    🎶Apple Music ↔️ Spotify playlist convertor.

  16. asgi-correlation-id

    Request ID propagation for ASGI apps

    Project mention: Getting started with logging in FastAPI | dev.to | 2025-11-03

    To link log messages with requests we need a correlation ID. I highly recommend using the asgi-correlation-id package for this purpose.

  17. wakaq

    Background task queue for Python backed by Redis, a super minimal Celery

  18. celery-progress

    Drop in, configurable, dependency-free progress bars for your Django/Celery applications.

  19. django-guid

    Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery

  20. pdbr

    pdb + Rich library

  21. banking-system

    A Banking System Concept Created Using Django Python Web Framework and Tailwind CSS

  22. robs_awesome_python_template

    Production-ready Python template: Choose from FastAPI, SQLAlchemy, Celery, Docker, CI/CD and more. Flexibility that scales from libraries to full applications.

  23. full-stack-fastapi-postgresql

    Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Nuxt3, Docker, automatic HTTPS and more. (by whythawk)

  24. django-step-by-step

    A Django + Vue reference project that focuses on developer tooling and CI/CD + IaC

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Celery discussion

Log in or Post with

Python Celery related posts

  • I Built My Own Analytics Platform Instead of Paying for PostHog

    1 project | dev.to | 8 Jun 2026
  • Building a PostHog-Like Analytics Platform with FastAPI

    1 project | dev.to | 4 Jun 2026
  • flower VS dj-celery-panel - a user suggested alternative

    2 projects | 27 Feb 2026
  • Copyparty, the FOSS file server [video]

    4 projects | news.ycombinator.com | 26 Nov 2025
  • Uv overtakes pip in CI (for Wagtail users)

    4 projects | news.ycombinator.com | 13 Oct 2025
  • Building Async Backends with Django and Celery

    4 projects | dev.to | 3 Oct 2025
  • From Kiddie Projects to Production-Ready APIs: My FastAPI Journey at 18

    1 project | dev.to | 13 Aug 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Celery projects in Python? This list will help you:

# Project Stars
1 cookiecutter-django 13,532
2 flower 7,192
3 kombu 3,120
4 django-react-boilerplate 2,260
5 django-celery-beat 1,940
6 django-celery 1,555
7 docker-django-example 1,529
8 full-stack-ai-agent-template 1,396
9 jasmin 1,165
10 redbeat 1,044
11 8mb.local 869
12 django-celery-results 784
13 docker-flask-example 762
14 playlistor 669
15 asgi-correlation-id 637
16 wakaq 596
17 celery-progress 495
18 django-guid 482
19 pdbr 352
20 banking-system 344
21 robs_awesome_python_template 299
22 full-stack-fastapi-postgresql 261
23 django-step-by-step 192

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 1st most popular programming language
based on number of references?