.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DEBUG
Application Settings
APP_ENV
NEXT_PUBLIC_API_URL
DEEPSEEK_API_KEY
secret
Add other environment variables as needed
OPENAI_API_KEY
secret
TAVILY_API_KEY
secret
ANONYMIZED_TELEMETRY
turn off for collecting anonymous usage information
brew install flyctl && fly launch --from https://github.com/davideuler/langmanus
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/davideuler/langmanus
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/davideuler/langmanus