A minimal AI chat application that combines OpenAI, Google Gemini, and Anthropic Claude responses.
- Simple web interface
- Three AI service endpoints:
/openai,/gemini,/claude - Health check endpoint:
/health - Railway deployment ready
Set these in Railway dashboard:
OPENAI_KEY- Your OpenAI API keyGEMINI_KEY- Your Google Gemini API keyCLAUDE_KEY- Your Anthropic Claude API key
- Push to GitHub
- Connect to Railway
- Set environment variables
- Deploy
That's it! No complex configuration needed.