Danny 2d35f2d498 feat: implement server-side proxy with google-auth-library
Rewrite server.js to use google-auth-library for generating Google ID
tokens when authenticating requests to the backend Cloud Run service.

Key changes:
- Replace metadata server token fetch with GoogleAuth client
- Implement proper SSE streaming with raw byte passthrough
- Add health check endpoint for Cloud Run monitoring
- Update server to listen on 0.0.0.0:8080 for Cloud Run compatibility
- Add environment variable validation at startup
- Improve error handling and logging throughout request lifecycle

Update Dockerfile to install google-auth-library dependency and expose
port 8080 instead of port 80.
2026-01-20 12:18:09 -06:00
2026-01-09 12:02:17 -06:00
2026-01-05 16:46:39 -06:00

tyndale-ai-frontend

The frontend interface that will allow a user to access Tyndale AI

S
Description
The repository that contains the code to the frontend of the Tyndale AI platform
Readme 133 KiB
Languages
TypeScript 89.9%
CSS 5.6%
JavaScript 2.8%
HTML 1.2%
Dockerfile 0.5%