ulbrich-media / taily
Management application for helping shelters and organisations with the animal mediation process.
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/sanctum: ^4.2
- laravel/tinker: ^2.10.1
- opis/json-schema: ^2.6
- spatie/laravel-medialibrary: ^11.20
Requires (Dev)
- barryvdh/laravel-ide-helper: ^3.6
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
- psalm/plugin-laravel: ^4.0@RC
- vimeo/psalm: ^7.0@beta
- dev-development
- v0.2.1
- v0.2.0
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-dependabot/npm_and_yarn/frontend/frontend-minor-800e2158d7
- dev-dependabot/npm_and_yarn/frontend/fast-uri-3.1.2
- dev-claude/adoption-process-schema-4jxDR
- dev-main
- dev-dependabot/npm_and_yarn/frontend/types/node-25.6.0
- dev-dependabot/npm_and_yarn/frontend/eslint/js-10.0.1
- dev-dependabot/npm_and_yarn/frontend/vitejs/plugin-react-6.0.1
This package is auto-updated.
Last update: 2026-05-10 05:45:23 UTC
README
Animal adoption is a process, not just a moment. Taily keeps your animal welfare organization on top of every step, so you can focus on finding loving homes instead of staying organized.
Self-hosted. Runs on shared hosting. Installs via Composer.
Warning
Taily is in active beta development. The API and data structures will change without notice. Do not use in production.
Roadmap
Phase 0 — Foundation released
Basic setup, user management, and core data management (animals, people).
Phase 1 — Adoption Process in progress
- Application
- Inspection
in progress - Contract
- Transport management
Phase 2 — Ecosystem planned
Tasso export, public APIs, and the production v1 release.
Considering for the future
Follow-up inspections · Social media manager · Applicant portal
Project Structure
.
├── api/ # Laravel application with DDEV
├── docs/ # Project documentation
├── frontend/ # React based SPA
└── README.md # This file
Technology Stack
- Backend: Laravel 12 (PHP 8.3)
- Frontend: React with Shadcn/ui components, TanStack Query, TanStack Router, react-hook-form, zod
See docs/ADRs for architecture decisions.