A daily liturgy companion that displays the homily of the day and lets you deepen your understanding of the readings through an AI-powered explanation — all with a single button tap.
- Shows the daily homily and liturgical readings for the current day
- Offers an "Understand with AI" button that sends the readings to an AI and returns a simple, accessible explanation of the liturgy
| Category | Technology |
|---|---|
| Framework | Vue 3 (Composition API + <script setup>) |
| Language | TypeScript |
| Build Tool | Vite |
| Styling | Tailwind CSS |
| Data Fetching | TanStack Query (Vue Query) |
| HTTP Client | Axios |
| Testing | Vitest + Vue Test Utils |
| Package Manager | pnpm |
pnpm install
pnpm devpnpm dev # Start dev server
pnpm build # Production build
pnpm preview # Preview production build
pnpm test # Run tests
pnpm format # Run Prettier