What this service does
The backend supports account access, wallet management, and invitation flows used by the pocketFlow app.
This service powers the shared-wallet and authentication backend for pocketFlow. It exposes API endpoints for the app, handles wallet invitations, and provides health monitoring for deployments.
The backend supports account access, wallet management, and invitation flows used by the pocketFlow app.
/health for status checks/v1/auth for authentication/v1/wallets for wallet operations/v1/invitations for shared-wallet invitesIf you were expecting the main app, this host is the API layer, not the client interface. The mobile app connects here behind the scenes.