danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, OpenAI, Assistants API, Azure, Groq, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
17.2k stars 2.87k forks source link

LibreChat Apps (iOS, Android, Mac, Windows) #517

Closed ClaraLeigh closed 1 year ago

ClaraLeigh commented 1 year ago

Just starting a thread to talk about the idea of having navive apps of the current librachat app. I'm thinking the stack would be react native + nodejs.

With the concept being:

  1. an initial setup for the app only, allowing you to essentially edit what is currently the .env file. So you could input your own mongodb, api keys etc
  2. Run everything in the app, so no external servers needed. You can run the nodejs inside it and have everything self contained. No hosting required.
  3. Split some of the frontend code out into react components so it can be used easier in react native

Note: I would have added this as a discussion but idk if that works with github's "Projects"

lsalazarm99 commented 1 year ago

I didn't understand the point 2 🤔. It sounds to me that you would like the mobile app to be able to work without the LibreChat backend.

While it's possible, why would you do that if you already have the server with all its functionalities? It sounds like a lot of double work.