{"id":15785922,"url":"https://github.com/lucatosc/react-chatgpt-openai","last_synced_at":"2026-06-20T12:32:45.474Z","repository":{"id":257807084,"uuid":"865102732","full_name":"lucatosc/react-chatgpt-openai","owner":"lucatosc","description":"This simple ReactJS project that I created is an AI Chatbot that uses apiKey from OpenAI.","archived":false,"fork":false,"pushed_at":"2024-09-30T01:17:49.000Z","size":227,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T04:30:31.142Z","etag":null,"topics":["ai","chatbot-react","chatgpt","gpt","openai","react-ai","react-gpt","react-openai"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucatosc.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}},"created_at":"2024-09-30T01:16:29.000Z","updated_at":"2024-11-11T12:08:38.000Z","dependencies_parsed_at":"2024-10-02T10:03:48.026Z","dependency_job_id":null,"html_url":"https://github.com/lucatosc/react-chatgpt-openai","commit_stats":null,"previous_names":["lucatosc/react-chatgpt-openai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucatosc/react-chatgpt-openai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucatosc%2Freact-chatgpt-openai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucatosc%2Freact-chatgpt-openai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucatosc%2Freact-chatgpt-openai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucatosc%2Freact-chatgpt-openai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucatosc","download_url":"https://codeload.github.com/lucatosc/react-chatgpt-openai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucatosc%2Freact-chatgpt-openai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34570535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-react","chatgpt","gpt","openai","react-ai","react-gpt","react-openai"],"created_at":"2024-10-04T21:00:19.569Z","updated_at":"2026-06-20T12:32:45.449Z","avatar_url":"https://github.com/lucatosc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReactJS Chatbot OpenAI\n\nThis simple ReactJS project that I created is an AI Chatbot that uses apiKey from OpenAI.\n\u003cimg src=\"./Screenshot.png\"/\u003e\n## Installation\n```sh\ncd react-chatgpt-openai\nnpm install\n\n//add what is needed\nnpm i react-markdown\n```\n\n## Components Only\n\nGo to the `src` folder and copy the `components` folder and its contents to your react project.\n\n**Impport components**\n\n```sh\n```\n**Call Component**\n\n```sh\n\u003cHyTechAi apiKey=\"your apiKey\" /\u003e\n```\n**Code Example (App.js)**\n```\nimport './App.css';\n\nfunction App() {\n  return (\n    \u003c\u003e\n      \u003cHyTechAi apiKey=\"your apiKey\" /\u003e\n    \u003c/\u003e\n  );\n}\n\nexport default App;\n```\n## Customization\n\n| Atribute | Description |\n|:---------|:-----------|\n|apiKey=\"\"|You can get apiKey on the official openAI website: \u003ca href=\"https://openai.com/\"\u003eGET API KEY\u003c/a\u003e|\n|aiModel=\"\"|Required to use GPT-3 or GPT-4 models: \u003ca href=\"https://platform.openai.com/docs/models/overview\"\u003eView Models\u003c/a\u003e|\n|aiPrompt=\"\"|You can give commands to your bot|\n|aiName=\"\"|Change your bot name|\n|aiMessage=\"\"|Greet the user before asking a question|\n|senderName=\"\"|Change user name|\n|typingLoad=\"\"|Changing text Bot is typing...|\n|buttonText=\"\"|Change the submit button text|\n\n## Example Full Customization\n\n```sh\n\n```\n## Change Appearance\nYou can change/customize the appearance in the `style.css` file\n\n\nI didn't encrypt this repository for you to develop in it. If there are problems, please tell me the problem and I will fix it immediately, don't forget to give a star.\n\nHope it is useful,\nWarm greetings from me.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucatosc%2Freact-chatgpt-openai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucatosc%2Freact-chatgpt-openai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucatosc%2Freact-chatgpt-openai/lists"}