{"id":49093972,"url":"https://github.com/yashchoudhary-tech/aria","last_synced_at":"2026-05-10T23:44:51.409Z","repository":{"id":320549891,"uuid":"914880925","full_name":"yashchoudhary-tech/aria","owner":"yashchoudhary-tech","description":"A.R.I.A. (Artificial Response \u0026 Interaction Assisstant) is a state-of-the-art AI-powered chatbot designed for seamless and intelligent conversations. Built with GPT-3.5, the MERN stack, and Material-UI, it offers secure user authentication, a scalable architecture, a responsive front-end, and persistent chat history using MongoDB for continuity.","archived":false,"fork":false,"pushed_at":"2025-10-24T11:37:09.000Z","size":4512,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-06T13:37:46.918Z","etag":null,"topics":["bcrypt","chatbot","jwt-authentication","mern-stack","openai-api"],"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/yashchoudhary-tech.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-10T13:56:04.000Z","updated_at":"2025-10-24T11:37:12.000Z","dependencies_parsed_at":"2025-10-24T13:17:54.236Z","dependency_job_id":null,"html_url":"https://github.com/yashchoudhary-tech/aria","commit_stats":null,"previous_names":["yashintech/aria","syntaxtitan/aria","yashchoudhary-tech/aria"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/yashchoudhary-tech/aria","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashchoudhary-tech%2Faria","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashchoudhary-tech%2Faria/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashchoudhary-tech%2Faria/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashchoudhary-tech%2Faria/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yashchoudhary-tech","download_url":"https://codeload.github.com/yashchoudhary-tech/aria/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashchoudhary-tech%2Faria/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32062778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bcrypt","chatbot","jwt-authentication","mern-stack","openai-api"],"created_at":"2026-04-20T19:35:15.148Z","updated_at":"2026-04-20T19:35:20.311Z","avatar_url":"https://github.com/yashchoudhary-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A.R.I.A. (Artificial Response \u0026 Interaction System)\n\n**A.R.I.A.** is an AI-powered chatbot designed to enhance conversational AI capabilities. Built using the MERN stack, GPT-3.5, and Material-UI, it provides secure, scalable, and responsive interactions for a seamless user experience.\n\n## Features\n\n- **Advanced AI Capabilities**: Powered by GPT-3.5 for natural and engaging conversations.\n- **Secure Authentication**: Implements JWT, bcrypt, and HTTP-only cookies for user authentication and session management.\n- **Responsive Front-End**: Built with Vite.js and Material-UI for a modern, user-friendly interface.\n- **Persistent Chat Histories**: Stores user conversations in MongoDB for easy access and continuity.\n- **Scalable Architecture**: Designed to handle high traffic efficiently using the MERN stack.\n\n## Tech Stack\n\n- **Back-End**: Node.js, Express.js\n- **Front-End**: React.js, Vite.js, Material-UI\n- **Database**: MongoDB\n- **AI Integration**: OpenAI API\n- **Authentication**: JWT, bcrypt\n\n## Installation and Setup\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/YashInTech/aria.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd aria\n   ```\n3. Install dependencies for both the client and server:\n   ```bash\n   npm install\n   cd client\n   npm install\n   cd ..\n   ```\n4. Create a `.env` file in the backend directory and add the following variables:\n   ```env\n   OPENAI_SECRET=\u003cyour_openai_api_key\u003e\n   OPENAI_ORGANISATION_ID=\u003cyour_openai_org_id\u003e\n   MONGODB_URL=\u003cyour_mongo_connection_string\u003e\n   JWT_SECRET=\u003cyour_jwt_secret\u003e\n   COOKIE_SECRET=\u003cyour_cookie_secret\u003e\n   ```\n5. Start the development servers:\n   - Server:\n     ```bash\n     npm run server\n     ```\n   - Client:\n     ```bash\n     cd client\n     npm start\n     ```\n\n## Usage\n\n- Navigate to `http://localhost:3000` to access the chatbot interface.\n- Register or log in to start interacting with **A.R.I.A.**.\n- Explore conversational AI capabilities and manage chat histories.\n\n## Contributing\n\nContributions are welcome! Feel free to submit issues or pull requests for improvements and feature suggestions.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashchoudhary-tech%2Faria","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashchoudhary-tech%2Faria","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashchoudhary-tech%2Faria/lists"}