[GH-ISSUE #1898] feat: lite version (frontend only) #51344

Closed
opened 2026-05-05 12:20:36 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @tmc on GitHub (May 1, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1898

I really enjoyed this project most when it could simply be a frontend for ollama. Please make it an option to reduce complexity and not require a backend process.

npm i; npm run dev -> working UI was wonderfully easy, and this has been lost.

Originally created by @tmc on GitHub (May 1, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/1898 I really enjoyed this project most when it could simply be a frontend for ollama. Please make it an option to reduce complexity and not require a backend process. `npm i; npm run dev` -> working UI was wonderfully easy, and this has been lost.
Author
Owner

@skyler14 commented on GitHub (May 1, 2024):

I didn't get to use it back then, basically are you saying that you just connected the front end to some external API and then used it as a thin-client. Cuz if so that would actually be pretty sweet and I'd second that kind of capability

<!-- gh-comment-id:2088894681 --> @skyler14 commented on GitHub (May 1, 2024): I didn't get to use it back then, basically are you saying that you just connected the front end to some external API and then used it as a thin-client. Cuz if so that would actually be pretty sweet and I'd second that kind of capability
Author
Owner

@tjbck commented on GitHub (May 1, 2024):

Not on the short term roadmap but PR welcome!

<!-- gh-comment-id:2088954389 --> @tjbck commented on GitHub (May 1, 2024): Not on the short term roadmap but PR welcome!
Author
Owner

@justinh-rahb commented on GitHub (May 1, 2024):

Not on the short term roadmap but PR welcome!

To clarify, our goal is to enable a frontend-only build within our existing codebase, without the need to create a separate project and remove all backend code permanently. An ideal solution would be a build-time flag for the frontend that disables backend-dependent functionality.

Additionally, this flag should save all preferences and settings to LocalStorage and allow Ollama/OpenAI API calls to be sent directly, bypassing the need for backend proxying. This will allow for a more streamlined and efficient frontend-only build based off the same codebase.

<!-- gh-comment-id:2088965300 --> @justinh-rahb commented on GitHub (May 1, 2024): > Not on the short term roadmap but PR welcome! To clarify, our goal is to enable a frontend-only build within our existing codebase, without the need to create a separate project and remove all backend code permanently. An ideal solution would be a build-time flag for the frontend that disables backend-dependent functionality. Additionally, this flag should save all preferences and settings to LocalStorage and allow Ollama/OpenAI API calls to be sent directly, bypassing the need for backend proxying. This will allow for a more streamlined and efficient frontend-only build based off the same codebase.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#51344