{"id":13489761,"url":"https://github.com/homanp/langchain-ui","last_synced_at":"2025-04-12T22:37:49.078Z","repository":{"id":151362168,"uuid":"617206966","full_name":"homanp/langchain-ui","owner":"homanp","description":"🧬 The open source chat-ai toolkit","archived":false,"fork":false,"pushed_at":"2023-08-28T22:00:23.000Z","size":389,"stargazers_count":905,"open_issues_count":21,"forks_count":165,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-04-04T02:08:41.508Z","etag":null,"topics":["chatgpt","langchain","nextjs","openai","vercel"],"latest_commit_sha":null,"homepage":"https://langchain-ui.vercel.app","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/homanp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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}},"created_at":"2023-03-21T22:51:00.000Z","updated_at":"2025-03-29T01:58:15.000Z","dependencies_parsed_at":"2024-01-06T21:46:33.570Z","dependency_job_id":"0ec1812c-7cc8-49fa-aa43-aa2fc8b278a7","html_url":"https://github.com/homanp/langchain-ui","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homanp%2Flangchain-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homanp%2Flangchain-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homanp%2Flangchain-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homanp%2Flangchain-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/homanp","download_url":"https://codeload.github.com/homanp/langchain-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643035,"owners_count":21138353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chatgpt","langchain","nextjs","openai","vercel"],"created_at":"2024-07-31T19:00:34.775Z","updated_at":"2025-04-12T22:37:49.054Z","avatar_url":"https://github.com/homanp.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Unmaintained","UIs","不维护"],"sub_categories":["Videos Playlists","Web applications","文章"],"readme":"\u003c!-- Title --\u003e\n\n## 🚨🚨 This repository is unmaintained 🚨🚨\nNote that this repository is unmaintained. We've started working on another approach which gives more granular access to LLM-powered Agents. Please check out out https://github.com/homanp/superagent. We appreciate all the feedback and contributions 🙏🙏🙏\n\n# 🧬 LangChain UI\nThe no-code open source chat-ai toolkit built on top of [LangChain](https://github.com/hwchase17/langchain).\n\n\u003cp\u003e\n\u003cimg alt=\"GitHub Contributors\" src=\"https://img.shields.io/github/contributors/homanp/langchain-ui\" /\u003e\n\u003cimg alt=\"GitHub Last Commit\" src=\"https://img.shields.io/github/last-commit/homanp/langchain-ui\" /\u003e\n\u003cimg alt=\"\" src=\"https://img.shields.io/github/repo-size/homanp/langchain-ui\" /\u003e\n\u003cimg alt=\"GitHub Issues\" src=\"https://img.shields.io/github/issues/homanp/langchain-ui\" /\u003e\n\u003cimg alt=\"GitHub Pull Requests\" src=\"https://img.shields.io/github/issues-pr/homanp/langchain-ui\" /\u003e\n\u003cimg alt=\"Github License\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n\u003c/p\u003e\n\n## About the project\n\nLangChain UI enables anyone to create and host chatbots using a no-code type of inteface.\n\nFeatures:\n\n👉 Create custom chatGPT like Chatbot.\n\n👉 Give context to the chatbot using external datasources, chatGPT plugins and prompts.\n\n👉 Dedicated API endpoint for each Chatbot.\n\n👉 Bring your own DB\n\n👉 Bring your own Auth provider (defaults to Github)\n\n👉 Usage quoutas\n\n👉 Embed Chatbots to any site or application\n\n👉 Chatbot themes\n\n... and more\n\n## Roadmap\n\n- [x] Bring your own db\n- [x] Bring your own Auth provider\n- [x] Chatbots\n- [x] Prompt templates\n- [ ] API endpoints to chatbot\n- [ ] External datasources\n- [ ] chatGPT plugins\n- [ ] Chatbots themes\n- [ ] Chatbot embedding\n\n## Stack\n\n- [Next.js](https://nextjs.org/?ref=langchain-ui)\n- [Chakra UI](https://chakra-ui.com/?ref=langchain-ui)\n- [Prisma](https://prisma.io/?ref=langchain-ui)\n- [NextAuth](https://next-auth.js.org/?ref=langchain-ui)\n\nLangChain UI utilizes NextJS 13 `appDir`. Read more about it [here](https://nextjs.org/blog/next-13#new-app-directory-beta)\n\n## Getting started\n\n### Langchain UI API\n\nWe have migrated all agent functionality from LangChain Typescript to LangChain Python. Thus you will need to run the [Langchain UI API](https://github.com/homanp/langchain-ui-api) in order to interact with the chatbot. In the future when the TS package is on par with the Python package we will migrate to only using Javascript.\n\n### Installation\n\n1. Setup the [Langchain UI API](https://github.com/homanp/langchain-ui-api)\n\n1. Clone the repo into a public GitHub repository (or fork https://github.com/homanp/langchain-ui/fork). If you plan to distribute the code, keep the source code public.\n\n   ```sh\n   git clone https://github.com/homanp/langchain-ui.git\n   ```\n\n1. Go to the project folder\n\n   ```sh\n   cd langchain-ui\n   ```\n\n1. Install packages with npm\n\n   ```sh\n   npm install\n   ```\n\n1. Set up your .env file\n\n   - Duplicate `.env.example` to `.env`\n\n1. Run the project\n\n   ```sh\n   npm run dev\n   ```\n\n1. Run the linter\n\n   ```sh\n   npm run lint\n   ```\n\n1. Build the project\n\n   ```sh\n   npm run build\n   ```\n\n## Contributions\n\nOur mission is to make it easy for anyone to create and run LLM apps in the cloud. We are super happy for any contributions you would like to make. Create new features, fix bugs or improve on infra.\n\nYou can read more on how to contribute [here](https://github.com/homanp/langchain-ui/blob/main/.github/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomanp%2Flangchain-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhomanp%2Flangchain-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomanp%2Flangchain-ui/lists"}