This repository contains planning documents for a lightweight chat application powered by large language models.
The actual implementation is not included yet. Instead you will find documents under docs/
that outline the intended architecture and development tasks.
- docs/architecture.md – overall system architecture
- docs/backend_plan.md – tasks for building the .NET backend
- docs/frontend_plan.md – tasks for implementing the React client
- docs/api_overview.md – summary of planned API endpoints
- docs/project_setup.md – command snippets to bootstrap the project (includes instructions for initializing shadcn/ui)
These notes are a starting point for future development of the project. The plans reference features such as response compression, SignalR, and serving the React build using UseStaticFiles
.