A web application for burro and donkey rescue organizations. Tracks every animal from intake through departure — health records, partnerships, adoptions, fax referrals, staff tasks, and PDF reports — in a single multi-tenant system designed for phones and tablets in the field.
BurroChief is a multi-tenant SaaS application built for burro and donkey rescue organizations. Each rescue operates in its own isolated account; within that account, multiple staff users share access to the full animal roster and event history.
The application is mobile-first — field staff photograph new intakes, log health events, and complete task checklists directly from a phone or tablet. The same interface handles desk work: generating PDF reports, managing veterinary records, and coordinating partner organizations via fax.
BurroChief runs on a FastAPI + PostgreSQL backend with an async SQLAlchemy data layer. The frontend is React 18 with TypeScript and Tailwind CSS. PDF generation uses WeasyPrint. The application is deployed on Hetzner Cloud behind nginx with Let's Encrypt TLS, provisioned and managed through Ansible.
Multi-tenancy is implemented via row-level isolation — every tenant-scoped table carries a rescue identifier, and all queries are filtered to the authenticated organization.
BurroChief is in active early development. Core animal tracking, health records, and task management are implemented; fax integration and PDF reporting are underway.
The application will launch at burrochief.com. No beta access or early registration is available yet — check back for updates.