# π Secure Manager β RoundTable AI
> A fully client-side AI orchestration interface built with React, TypeScript, and TailwindCSS.
> It collects responses from multiple AI models (ChatGPT, Gemini, Claude, LLaMA via Ollama, etc.)
> and generates a final summary using ChatGPT.
---
## π Features
- π **Frontend-only App** β No backend, no database required
- π€ **Multi-AI Responses** β Sends user input to multiple AI providers
- π§ **Summary Engine** β Uses ChatGPT to summarize responses
- π§ **Custom API Keys** β Configure each AI model with your own API key (stored in `localStorage`)
- β
**Toggle AI Models** β Enable/disable each model dynamically
- π **Copy Responses** β Easily copy answers with one click
- β»οΈ **Reset Form** β Clear input and all responses with a reset
- π **Responsive UI** β Circular, card-based layout for displaying answers
---
## π§± Tech Stack
- βοΈ **React** (with Hooks)
- βοΈ **TypeScript**
- π¨ **TailwindCSS**
- π¦ **Vite** (for development and build)
- πΎ **localStorage** for saving API keys and settings
---
1. Clone the Repository
git clone https://github.com/securemanager/ai-roundtable-love.git
cd ai-roundtable-love
2. Install Dependencies
npm install
# or
yarn install
3. Start Development Server
npm run dev
# or
yarn dev
Then open your browser and go to:
http://localhost:5173
π src/
β£ π components/
β β π AIResponseCard.tsx
β£ π hooks/
β£ π utils/
β£ π App.tsx
β£ π main.tsx
β£ π index.html
β£ π tailwind.config.ts