chat interface
Find a file
Danny Stocker 39f38d19ad feat: Add Export modal, Settings with Personality DNA, Privacy mode
UI Enhancements:
- Add Export button to header with download icon
- Export modal with 4 format options: PDF, Markdown, JSON, Plain Text
- Settings modal with Personality DNA toggle and API configuration
- Privacy mode (Off the Record) toggle in header
- Improved header layout with proper button spacing

Backend:
- Add Claude API server for backend integration
- Add RAG-enabled variant for future document retrieval

Technical:
- Add data-testid for Export button for testing
- Update dependencies for deployment compatibility

Deployed to Proxmox container 200 at 85.239.243.227

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 15:58:55 +01:00
backend feat: Add Export modal, Settings with Personality DNA, Privacy mode 2025-11-30 15:58:55 +01:00
components feat: Add Export modal, Settings with Personality DNA, Privacy mode 2025-11-30 15:58:55 +01:00
services feat: Add Export modal, Settings with Personality DNA, Privacy mode 2025-11-30 15:58:55 +01:00
.gitignore feat: Initialize project with Vite and React 2025-11-30 05:12:38 +01:00
App.tsx feat: Add Export modal, Settings with Personality DNA, Privacy mode 2025-11-30 15:58:55 +01:00
constants.ts feat: Integrate with Open WebUI for AI 2025-11-30 05:29:00 +01:00
index.html feat: Add Export modal, Settings with Personality DNA, Privacy mode 2025-11-30 15:58:55 +01:00
index.tsx feat: Initialize project with Vite and React 2025-11-30 05:12:38 +01:00
metadata.json feat: Integrate with Open WebUI for AI 2025-11-30 05:29:00 +01:00
package-lock.json feat: Add Export modal, Settings with Personality DNA, Privacy mode 2025-11-30 15:58:55 +01:00
package.json feat: Add Export modal, Settings with Personality DNA, Privacy mode 2025-11-30 15:58:55 +01:00
README.md feat: Initialize project with Vite and React 2025-11-30 05:12:38 +01:00
tsconfig.json feat: Initialize project with Vite and React 2025-11-30 05:12:38 +01:00
types.ts feat: Add Export modal, Settings with Personality DNA, Privacy mode 2025-11-30 15:58:55 +01:00
utils.ts feat: Integrate with Open WebUI for AI 2025-11-30 05:29:00 +01:00
vite.config.ts feat: Initialize project with Vite and React 2025-11-30 05:12:38 +01:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1XMeOxbvK61pebjVSzwTTnlqMGEJd7AHP

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev