GitDeployHub

aaravmaloo/customer_complaint_ai

github.com/aaravmaloo/customer_complaint_ai ↗
Unknown stack
5 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.

  • GROQ_API_KEY secret Groq Cloud API Configuration
  • GROQ_MODEL
  • DATABASE_URL secret
  • HOST FastAPI Configuration
  • PORT
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/aaravmaloo/customer_complaint_ai
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aaravmaloo/customer_complaint_ai
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aaravmaloo/customer_complaint_ai
Or deploy to a different host
← Try another repo