{"id":16278746,"url":"https://github.com/jakubburkiewicz/ollama-web-app","last_synced_at":"2026-05-06T04:04:08.323Z","repository":{"id":241844009,"uuid":"804933338","full_name":"jakubburkiewicz/ollama-web-app","owner":"jakubburkiewicz","description":"A Web-based UI for the Ollama project.","archived":false,"fork":false,"pushed_at":"2024-06-08T12:49:18.000Z","size":1869,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-12T01:23:36.703Z","etag":null,"topics":["ai","javascript","llama","llm","local","ollama","react","self-hosted","ui","web-based","webapp","webui"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakubburkiewicz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-23T14:52:38.000Z","updated_at":"2024-06-08T12:48:48.000Z","dependencies_parsed_at":"2024-05-30T09:54:23.444Z","dependency_job_id":"259855a6-4ed5-4a14-87bd-1693aa61cea7","html_url":"https://github.com/jakubburkiewicz/ollama-web-app","commit_stats":{"total_commits":62,"total_committers":1,"mean_commits":62.0,"dds":0.0,"last_synced_commit":"1029db2ca7bbff456b6e92b2b0ac1173d51ae656"},"previous_names":["jakubburkiewicz/ollama-web-app"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jakubburkiewicz/ollama-web-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubburkiewicz%2Follama-web-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubburkiewicz%2Follama-web-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubburkiewicz%2Follama-web-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubburkiewicz%2Follama-web-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakubburkiewicz","download_url":"https://codeload.github.com/jakubburkiewicz/ollama-web-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubburkiewicz%2Follama-web-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","javascript","llama","llm","local","ollama","react","self-hosted","ui","web-based","webapp","webui"],"created_at":"2024-10-10T18:59:44.959Z","updated_at":"2026-05-06T04:04:08.295Z","avatar_url":"https://github.com/jakubburkiewicz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ollama Web App\n\n## Description\n\nA Web-based UI for the Ollama project.\n\nThe project is in development phase.\n\n## Requirements\n\n- Node.js\n- npm\n\n## Installation\n\n1. Clone the repository\n2. Run `npm install` to install the dependencies\n3. Run `npm run build` to build the project\n\nNow you can move the `/build` folder to your web server and access the app.\n\nAlternatively, you can run `npm start` to start a development server.\n\n## Usage\n\nThe app is a simple web interface for the Ollama project.\\\nt allows the user to interact with the Ollama API without the need of a command line interface.\n\n## Features\n\n### Chat\n\nThe chat interface allows the user to send messages to the Ollama instance and receive responses.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/jakubburkiewicz/ollama-web-app/main/ollama-web-app-chat-screenshot.png\" alt=\"Chat Screenshot\"\u003e\n\u003c/p\u003e\n\n#### Model Selection\n\nThe user can select the model to use for the chat.\\\nList of models are fetched from the Ollama instance.\n\n#### Chat History\n\nThe chat history is displayed in the chat interface.\n\nAll messages and chat settings are stored in the browser's local storage, so the user can see the chat history even after refreshing the page.\n\n#### Message Input\n\nThe user can input messages to send to the Ollama instance.\n\n### Settings\n\nThe settings interface allows the user to configure the Ollama instance.\n\nApp comes with default settings, but the user can change them.\\\nAll settings are stored in the browser's local storage.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/jakubburkiewicz/ollama-web-app/main/ollama-web-app-settings-screenshot.png\" alt=\"Settings Screenshot\"\u003e\n\u003c/p\u003e\n\n#### Host\n\nThe user can set the host of the Ollama instance.\\\nChange is applied immediately, so when the user backs to the chat interface, the models list is fetched from the new host.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakubburkiewicz%2Follama-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakubburkiewicz%2Follama-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakubburkiewicz%2Follama-web-app/lists"}