Skip to content

MOW Delivery Platform - Readme

A free and open-source delivery management system for Meals on Wheels organizations.
Built with modern tooling, strong defaults, and first-class observability.


Repos & major components

Area Description Readme
Project Cross-cutting overview & coordination ./readme.md
Design System design & architecture ../design/readme.md
Backend Django/DRF, portals, reports ../backend/readme.md
iOS Native iOS app ../ios/readme.md
Android Native Android app ../android/readme.md
API OpenAPI admin & volunteer specs ../api/readme.md

Status & timeline

  • In development — targeting December 2025 for an initial public release.
  • Open source — free to use, fork, and adapt.

Highlights

  • Modern backend: Python 3.13 / Django 5.2 LTS / DRF + JWT
  • Infra: AWS EC2 (ARM64), Docker Compose, Caddy
  • Data: PostgreSQL 17, Redis 8, nightly backups
  • Security: CSP, HSTS, least privilege; secrets in SSM Parameter Store
  • Observability: OTel → Prometheus, Loki, Tempo → Grafana
  • CI/CD: GitHub Actions → multi-arch images → ECR → EC2 via SSM
  • Docs: MkDocs + generated OpenAPI

See the detailed table → Master Technology Inventory


Key Project Documentation In This Repo



Contributing

We welcome issues and PRs!
Standards:

  • Conventional Commits
  • Lint/tests must pass the PR Quality Gate
  • Keep docs in sync (MkDocs + README snippets)

License

Open-source (license file in repo). Contributions welcome.


Note: This file is the root README.md for the mow-project GitHub repository. The links below are for navigating the mkdocs developer site.

< Project Overview

Next: Changelog >