Building a Modern AI Chat Interface: React + TypeScript Implementation
Built a clean React frontend that connects to my previous .NET backend project. The UI lets you chat with AI models (ChatGPT and Claude) while handling voice input and PDF document processing. Key Features Voice-to-text conversion for natural conversations PDF document upload and analysis Real-time AI chat with streaming responses Clean Material-UI + Tailwind CSS interface Chat history management Simple Setup Clone repo npm install Configure backend URL in .env npm…
ChatGPT & Claude Integration for .NET: With Voice & PDF Processing
I've built a .NET Web API that streamlines integration with ChatGPT and Claude, featuring voice-to-text conversion and PDF data extraction out of the box. It's designed for production use and handles all the complex pieces - from AI streaming responses to document processing. Core Features Voice & Documents: Convert speech to text and extract data from PDFs AI Integration: Real-time streaming with ChatGPT and Claude 3 Security: JWT authentication, BCrypt hashing Data: EF Core…