Danny 0aaa393a6d refactor: replace SSE streaming with simple JSON chat endpoint
Replace Server-Sent Events streaming implementation with straightforward
JSON request/response pattern to simplify debugging and reduce complexity.

Changes:
- server.js: Convert /api/chat/stream to /api/chat with JSON response
- src/lib/api.ts: Remove SSE parsing logic, add ChatResponse interface
- src/hooks/useChat.ts: Handle JSON response instead of stream chunks

This change makes the request flow easier to debug and troubleshoot
while maintaining the same conversation functionality.
2026-01-20 13:49:44 -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%