Migrate frontend to React + TypeScript with a visual refresh #2

Merged
brian merged 1 commit from feat/react-spa into main 2026-07-21 02:59:09 +00:00
Owner

Replaces the hand-rolled public/*.html pages with a Vite + React 19 +
TypeScript SPA covering chat, admin, and join, plus a design refresh
(tokenized palette, self-hosted fonts, consolidated modal system,
rAF-throttled streaming to fix perceived sluggishness). Backend gets a
minimal cutover: server/index.js now serves the built client/dist SPA
(static + /admin gate + catch-all routing) instead of public/, and the
Dockerfile adds a client-build stage.

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

Replaces the hand-rolled public/*.html pages with a Vite + React 19 + TypeScript SPA covering chat, admin, and join, plus a design refresh (tokenized palette, self-hosted fonts, consolidated modal system, rAF-throttled streaming to fix perceived sluggishness). Backend gets a minimal cutover: server/index.js now serves the built client/dist SPA (static + /admin gate + catch-all routing) instead of public/, and the Dockerfile adds a client-build stage. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Replaces the hand-rolled public/*.html pages with a Vite + React 19 +
TypeScript SPA covering chat, admin, and join, plus a design refresh
(tokenized palette, self-hosted fonts, consolidated modal system,
rAF-throttled streaming to fix perceived sluggishness). Backend gets a
minimal cutover: server/index.js now serves the built client/dist SPA
(static + /admin gate + catch-all routing) instead of public/, and the
Dockerfile adds a client-build stage.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
brian merged commit 72386c9170 into main 2026-07-21 02:59:09 +00:00
brian deleted branch feat/react-spa 2026-07-21 02:59:16 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
brian/homeclaude!2
No description provided.