{"id":13422039,"url":"https://github.com/LucasBassetti/react-simple-chatbot","last_synced_at":"2025-03-15T10:31:37.350Z","repository":{"id":19901104,"uuid":"88222263","full_name":"LucasBassetti/react-simple-chatbot","owner":"LucasBassetti","description":":speech_balloon: Easy way to create conversation chats","archived":false,"fork":false,"pushed_at":"2024-04-19T01:54:47.000Z","size":5159,"stargazers_count":1736,"open_issues_count":130,"forks_count":601,"subscribers_count":53,"default_branch":"master","last_synced_at":"2024-10-29T15:35:20.919Z","etag":null,"topics":["chat","chatbot","conversational-ui","react"],"latest_commit_sha":null,"homepage":"https://lucasbassetti.com.br/react-simple-chatbot/","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/LucasBassetti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-04-14T01:53:10.000Z","updated_at":"2024-10-28T08:38:26.000Z","dependencies_parsed_at":"2024-04-17T12:34:49.307Z","dependency_job_id":"0dd5e006-b715-47bc-b1d5-9f1e5f280241","html_url":"https://github.com/LucasBassetti/react-simple-chatbot","commit_stats":{"total_commits":251,"total_committers":21,"mean_commits":"11.952380952380953","dds":0.4860557768924303,"last_synced_commit":"769e9a4960dbf197303efe179447b178f34e0f04"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasBassetti%2Freact-simple-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasBassetti%2Freact-simple-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasBassetti%2Freact-simple-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasBassetti%2Freact-simple-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucasBassetti","download_url":"https://codeload.github.com/LucasBassetti/react-simple-chatbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243719098,"owners_count":20336591,"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":["chat","chatbot","conversational-ui","react"],"created_at":"2024-07-30T23:00:35.907Z","updated_at":"2025-03-15T10:31:37.342Z","avatar_url":"https://github.com/LucasBassetti.png","language":"JavaScript","funding_links":[],"categories":["UI Components","react","JavaScript","React","📦 Legacy \u0026 Inactive Projects"],"sub_categories":["Miscellaneous","React Components"],"readme":"\u003e [!WARNING]  \n\u003e React Simple Chatbot is no longer maintained. I recommend using [react-chatbotify](https://github.com/tjtanjin/react-chatbotify) as an alternative.\n\n\n\n# React Simple Chatbot\n\n\u003ca href=\"https://travis-ci.org/LucasBassetti/react-simple-chatbot\"\u003e\u003cimg src=\"https://travis-ci.org/LucasBassetti/react-simple-chatbot.svg?branch=master\" alt=\"Travis CI\" /\u003e\u003c/a\u003e \u003ca href=\"https://badge.fury.io/js/react-simple-chatbot\"\u003e\u003cimg src=\"https://badge.fury.io/js/react-simple-chatbot.svg\" alt=\"npm version\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://codecov.io/gh/LucasBassetti/react-simple-chatbot/branch/master/graph/badge.svg\" alt=\"Codecov\" /\u003e\n\u003c/a\u003e \u003ca href=\"https://beerpay.io/LucasBassetti/react-simple-chatbot\"\u003e\u003cimg src=\"https://beerpay.io/LucasBassetti/react-simple-chatbot/badge.svg?style=flat\" /\u003e\u003c/a\u003e\n\nA simple chatbot component to create conversation chats\n\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/1014326/25716667/2d4bb4c4-30d6-11e7-996e-30c8fb316361.gif\" height=\"400\" /\u003e\n\n## Getting Start\n\n```bash\nnpm install react-simple-chatbot --save\n```\n\n## Usage\n\nThere are several examples on the [website](http://lucasbassetti.com.br/react-simple-chatbot). Here is the first one to get you started:\n\n``` javascript\nimport ChatBot from 'react-simple-chatbot';\n\nconst steps = [\n  {\n    id: '0',\n    message: 'Welcome to react chatbot!',\n    trigger: '1',\n  },\n  {\n    id: '1',\n    message: 'Bye!',\n    end: true,\n  },\n];\n\nReactDOM.render(\n  \u003cdiv\u003e\n    \u003cChatBot steps={steps} /\u003e\n  \u003c/div\u003e,\n  document.getElementById('root')\n);\n```\n\n## React Simple Chatbot with AI\n\n1. [CodeParrot AI](https://codeparrot.ai/oracle?owner=LucasBassetti\u0026repo=react-simple-chatbot) - Bot will help you understand this repository better. You can ask for code examples, installation guide, debugging help and much more.\n\n## React Simple Chatbot on media\n\n1. [webdesignerdepot](https://www.webdesignerdepot.com/2017/08/whats-new-for-designers-august-2017/)\n2. [blogduwebdesign](http://www.blogduwebdesign.com/webdesign/ressources-web-du-lundi-aout-164/2507)\n3. [codrops](https://tympanus.net/codrops/collective/collective-335/)\n\n## Build with `react-simple-chatbot`\n\n1. [Seth Loh Website](https://github.com/lackdaz/lackdaz.github.io) - Personal website of Seth Loh ([demo](https://www.sethloh.com))\n2. [Paul's Website](https://psheon.github.io/) - Personal website of Paul Jiang ([demo](https://psheon.github.io/archives/))\n3. [Cisco Partner Support API Chatbot](https://github.com/btotharye/cisco-pss-api-chatbot) - Code with screenshots to have your own Cisco Serial lookup chatbot.\n4. [Chatcompose](https://www.chatcompose.com/en.html) - Chatbot Platform for Conversational Marketing and Support.\n5. [Mixat](https://www.svt.se/mixat) - News Chatbot for tweenies. Also as app ([iOS](https://apps.apple.com/se/app/mixat-h%C3%A4r-f%C3%A5r-du-koll/id1239444432) or [Android](https://play.google.com/store/apps/details?id=se.svt.mixat))\n\nBuilt something with `react-simple-chatbot`? Submit a PR and add it to this list!\n\n## How to Contribute\n\nPlease check the [contributing guide](https://github.com/LucasBassetti/react-simple-chatbot/blob/master/contributing.md)\n\n## Authors\n\n| ![Lucas Bassetti](https://avatars3.githubusercontent.com/u/1014326?v=3\u0026s=150)|\n|:---------------------:|\n|  [Lucas Bassetti](https://github.com/LucasBassetti/)   |\n\nSee also the list of [contributors](https://github.com/LucasBassetti/react-simple-chatbot/contributors) who participated in this project.\n\n## License\n\nMIT · [Lucas Bassetti](http://lucasbassetti.com.br)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLucasBassetti%2Freact-simple-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLucasBassetti%2Freact-simple-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLucasBassetti%2Freact-simple-chatbot/lists"}