Bhakti App Backend
This is the Next.js backend for the Bhakti devotional app: a public read-only REST API under /api/v1, plus an admin UI for managing content.
/api/v1/home— aggregated home feed/api/v1/deities— all deities/api/v1/search?q=...— cross-content search
See server/README.md for the full API contract.