Back to Projects
AI ChatGPT-style Web App
Secure AI workspace with auth, memory, and Kipling-style reasoning views.
Project Overview
Built a production-ready ChatGPT-inspired web experience with a React front-end and Flask API. Users can register, authenticate, and revisit every conversation from a persistent history panel. Behind the scenes, I wired OpenAI GPT models to a custom memory layer so the AI remembers prior prompts, applies campaign-specific context, and responds using the Kipling framework (What, Why, When, Where, Who, How).
Key Features
React SPA connected to a secure Flask backend with JWT authentication and session refresh.
Conversation history stored per user with infinite scroll and quick jump navigation.
Prompt orchestration that forces GPT to reason via Problem Statement → Root Cause → Solution Steps → Final Summary.
Memory service so the assistant recalls previous chats, personas, and follow-up tasks.
Skills: React, Flask, AI Development, AI App Development, Full-Stack Development.
