chat interface
Find a file
Danny Stocker d687f13bd6 Fix React dependency: downgrade to 18.3.1 for lucide-react compatibility
- React 19.2.0 incompatible with lucide-react@0.344.0
- Downgraded to React 18.3.1 (stable)
- Fixes build error: Minified React error #525
- Tested: dev server runs, production build succeeds
2025-11-30 05:37:07 +01:00
components feat: Integrate with Open WebUI for AI 2025-11-30 05:29:00 +01:00
services feat: Integrate with Open WebUI for AI 2025-11-30 05:29:00 +01:00
.gitignore feat: Initialize project with Vite and React 2025-11-30 05:12:38 +01:00
App.tsx feat: Integrate with Open WebUI for AI 2025-11-30 05:29:00 +01:00
constants.ts feat: Integrate with Open WebUI for AI 2025-11-30 05:29:00 +01:00
index.html feat: Integrate with Open WebUI for AI 2025-11-30 05:29:00 +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 Fix React dependency: downgrade to 18.3.1 for lucide-react compatibility 2025-11-30 05:37:07 +01:00
package.json Fix React dependency: downgrade to 18.3.1 for lucide-react compatibility 2025-11-30 05:37:07 +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: Integrate with Open WebUI for AI 2025-11-30 05:29:00 +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