{"id":40722900,"url":"https://github.com/cushydigit/lumina","last_synced_at":"2026-01-21T13:39:37.836Z","repository":{"id":288269707,"uuid":"967363393","full_name":"cushydigit/lumina","owner":"cushydigit","description":"A lightweight frontend web application built with React.js for interacting with the Ollama API Localy.","archived":false,"fork":false,"pushed_at":"2025-08-10T18:35:23.000Z","size":3136,"stargazers_count":9,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T20:34:31.259Z","etag":null,"topics":["ai","chatbot","ollama","ollama-client","react"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/cushydigit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-04-16T10:43:10.000Z","updated_at":"2025-07-31T20:18:16.000Z","dependencies_parsed_at":"2025-04-18T18:03:29.578Z","dependency_job_id":"69811f4f-a979-4ff4-9f2a-802eda768f53","html_url":"https://github.com/cushydigit/lumina","commit_stats":null,"previous_names":["shahinrahimi/lumina","cushydigit/lumina"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cushydigit/lumina","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cushydigit%2Flumina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cushydigit%2Flumina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cushydigit%2Flumina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cushydigit%2Flumina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cushydigit","download_url":"https://codeload.github.com/cushydigit/lumina/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cushydigit%2Flumina/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28633796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"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","chatbot","ollama","ollama-client","react"],"created_at":"2026-01-21T13:39:37.167Z","updated_at":"2026-01-21T13:39:37.822Z","avatar_url":"https://github.com/cushydigit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"./src/assets/lumina.svg\" alt=\"Lumina Logo\" width=\"120\" \u003e \n    \u003cbr /\u003e\n    Lumina (Ollama Web Client) \n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/cushydigit/lumina/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg\" alt=\"License MIT\"\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React-18+-blue.svg\" alt=\"React 18+\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Status-Active-brightgreen.svg\" alt=\"Project Status\"\u003e\n  \u003ca href=\"https://github.com/ollama/ollama\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Built%20for-Ollama-blueviolet.svg\" alt=\"Built for Ollama\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nA lightweight, minimalistic frontend built with React.js for interacting with the Ollama API.\nDesigned with minimal dependencies for simplicity, speed, and easy customization.\n\u003c/p\u003e\n\n## 🚀 Features\n\n- Minimal dependencies - build with React only\n- Streamed conversations with Ollama models\n- Persistent Converstaion history\n- Markdown rendering with syntax highlighting\n- Support Two modes: **Chat** and **Completion**\n- Allow users to define or tweak the system prompt for better control.\n- Copy code blocks or entire messsage easily\n- Automatic title genreation for conversations\n- Exlusive Reasoning Component\n- Clean, Reponsive UI\n\n## 📸 Screenshot\n\n![App Screenshot](./src/assets/lumina-screenshot-1.png)\n![App Screenshot](./src/assets/lumina-screenshot-4.png)\n\n## 🛠️ Tech Stack\n\n- React.js\n- Tailwindcss\n- shadcn/ui\n\n## 📦 Getting Started\n\nClone the repository and install dependecies:\n```bash\ngit clone https://github.com/cushydigit/lumina.git\ncd lumina\nnpm install\nnpm run dev\n```\nor easily use lamina with Docker way: \nbuild then docker image\n```bash\ndocker build -t lumina .\n```\nrun the docker container\n```bashe\ndocker run =p 4173:4173 lumina\n```\n\nMake sure your Ollama server is running locally at (localhost:11434) or update the API URL if needed.\n\n## ⚙️ Configuration\n\nif your Ollama instance is runnig elsewhere, you could easily edit the API_BASE_URL in api.ts file if needed. \n\n```ts\nconst API_BASE_URL = \"http://localhost:11434\";\n\n```\n\n## 📄 License\n\nThis porject is licensed under the MIT License.\n\n## 🙌 Contributing\n\npull requiest, suggestions, and feedback are welcome!\n\n\n## 🛣️ Roadmap / Upcoming Features\n\n- [ ] **Delete and Retry Messages**  \n  Allow users to delete messages or retry sending failed messages.\n\n- [ ] **Model Pulling Support**  \n  UI for pulling, updating, and managing Ollama models directly.\n\n- [ ] **Conversation Pinning**  \n  Pin important conversations to the top for quick access.\n\n- [ ] **Search Conversations**  \n  Quickly search across conversations by keywords.\n\n- [ ] **Export / Import Conversations**  \n  Allow users to back up and restore chats in JSON or Markdown format.\n\n## 🔗 Related Links\n\n- [Ollama Official Website](https://ollama.com/)\n- [Ollama Official Repository](https://github.com/ollama/ollama)\n- [Ollama Developement Documention](https://github.com/ollama/ollama/blob/main/docs/development.md)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcushydigit%2Flumina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcushydigit%2Flumina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcushydigit%2Flumina/lists"}