pocketFlow infrastructure

pocketFlow Cloud Backend

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.

What this service does

The backend supports account access, wallet management, and invitation flows used by the pocketFlow app.

Primary routes

  • /health for status checks
  • /v1/auth for authentication
  • /v1/wallets for wallet operations
  • /v1/invitations for shared-wallet invites

For visitors

If you were expecting the main app, this host is the API layer, not the client interface. The mobile app connects here behind the scenes.