GitDeployHub

nangohq/google-sheets-api-integration

github.com/nangohq/google-sheets-api-integration ↗
Unknown stack
3 environment variables found in backend/.env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • NANGO_SECRET_KEY secret Nango secret key, used server-side to talk to Nango (dev environment key is fine). The backend also reads ../nango-integrations/.env, so if…
  • ANTHROPIC_API_KEY secret Optional — enables the in-app AI agent (chat over Nango's MCP server). Without it, the assistant falls back to scripted demo replies.…
  • ANTHROPIC_MODEL secret Optional — override the Claude model the agent uses (default: claude-opus-4-6).
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/nangohq/google-sheets-api-integration
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/nangohq/google-sheets-api-integration
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/nangohq/google-sheets-api-integration
Or deploy to a different host
← Try another repo