{"id":24778248,"url":"https://github.com/ubytek/aladdin-chatbot","last_synced_at":"2026-05-22T22:35:53.093Z","repository":{"id":273191053,"uuid":"903777797","full_name":"ubytek/aladdin-chatbot","owner":"ubytek","description":"Chatbot application using react, flask, tailwind, mongodb and jwt powered by openAI","archived":false,"fork":false,"pushed_at":"2025-01-19T11:37:16.000Z","size":521,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-07T18:38:07.290Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ubytek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2024-12-15T14:40:22.000Z","updated_at":"2025-03-13T08:45:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b117684-51c4-449b-8f78-75e685483be5","html_url":"https://github.com/ubytek/aladdin-chatbot","commit_stats":null,"previous_names":["techiuv/aladdin-chatbot","procoyuvi/aladdin-chatbot","ubytek/aladdin-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ubytek/aladdin-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubytek%2Faladdin-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubytek%2Faladdin-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubytek%2Faladdin-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubytek%2Faladdin-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubytek","download_url":"https://codeload.github.com/ubytek/aladdin-chatbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubytek%2Faladdin-chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33374439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-22T21:56:13.512Z","status":"ssl_error","status_checked_at":"2026-05-22T21:56:10.769Z","response_time":265,"last_error":"SSL_read: 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":["chatbot","flask","jwt","mongodb","openai","react","react-router","tailwindcss"],"created_at":"2025-01-29T08:18:17.683Z","updated_at":"2026-05-22T22:35:53.074Z","avatar_url":"https://github.com/ubytek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🧞‍♂️ Aladdin-Chatbot\u003c/h1\u003e\n\n\u003cimg src=\"previews/IMG-20250119-WA0001.jpg\"/\u003e\n\n## 🚀 Overview\n\nAladdin is a chatbot application providing a seamless chat experience with secure user authentication, persistent data storage, and a responsive design. Built using modern tools, it ensures a robust and interactive platform for users.\n\n## ✨ Features\n\n- **🔒 User Authentication**:\n\n  - Signup \u0026 Login using JWT.\n  - Secure sessions with token-based authentication.\n\n- **🗂️ Data Management**:\n\n  - User data and chat histories are stored in MongoDB.\n\n- **📱 User-Friendly**:\n  - Fully responsive design powered by Tailwind CSS.\n  - Logout functionality for secure session management.\n\n## 🛠️ Tech Stack\n\n### **Frontend**\n\n- ![React](https://img.shields.io/badge/-React-61DAFB?style=flat-square\u0026logo=react\u0026logoColor=white) **React**: For building the user interface.\n- ![Vite](https://img.shields.io/badge/-Vite-646CFF?style=flat-square\u0026logo=vite\u0026logoColor=white) **Vite**: For lightning-fast development and build processes.\n- ![Tailwind CSS](https://img.shields.io/badge/-Tailwind%20CSS-38B2AC?style=flat-square\u0026logo=tailwind-css\u0026logoColor=white) **Tailwind CSS**: For efficient and responsive styling.\n\n### **Backend**\n\n- ![Flask](https://img.shields.io/badge/-Flask-000000?style=flat-square\u0026logo=flask\u0026logoColor=white) **Flask**: Lightweight Python web framework.\n- ![JWT](https://img.shields.io/badge/-JWT-000000?style=flat-square\u0026logo=json-web-tokens\u0026logoColor=white) **JWT**: For secure authentication.\n- ![MongoDB](https://img.shields.io/badge/-MongoDB-47A248?style=flat-square\u0026logo=mongodb\u0026logoColor=white) **MongoDB**: NoSQL database for data storage.\n\n## 🏗️ Project Structure\n\n### **Client (React Code)**\n\n- Built using Vite for fast development and optimized builds.\n- Styled with Tailwind CSS for a modern, responsive design.\n- Contains all frontend components and UI logic.\n\n### **Server (Flask Backend)**\n\n- Handles business logic and user authentication.\n- Connects to MongoDB for data persistence.\n\n## 🔧 Installation \u0026 Setup\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/techiuv/aladdin-chatbot.git\n   cd aladdin-chatbot\n   ```\n2. **Set up the client**:\n   ```bash\n   cd client\n   npm install\n   npm run dev\n   ```\n3. **Set up the server**:\n\n   ```bash\n   cd server\n   pip install -r requirements.txt\n   python app.py\n\n   ```\n\n4. **Environment Variables**:\n\n- Replace with actuall values in `.env.example` file in the server\n\n  ```env\n  MONGO_URI=REPLACE_WITH_YOUR_DB_CONNECTION_STRING\n  PORT=5000\n  JWT_SECRET_KEY=REPLACE_WITH_YOUR_SECRET_KEY\n  ADMIN_PASSKEY=SET_A_PASSWORD\n  OPENAI_API_KEY=REPLACE_WITH_YOUR_OPENAI_API_KEY\n  ```\n\n## 📜 Usage\n\n- Signup or login to start chatting.\n- All chat data is securely stored in MongoDB.\n- Enjoy a responsive interface powered by Tailwind CSS on any device!\n\n## 🌟 Show Your Support\n\nIf you found this project helpful or interesting, please give it a star ⭐ on GitHub. Your support means a lot and helps the project grow!\n\n## 💻 Screenshots\n\n\u003cimg src=\"previews/IMG-20250119-WA0005.jpg\"/\u003e\n\u003cimg src=\"previews/IMG-20250119-WA0004.jpg\"/\u003e\n\u003cimg src=\"previews/IMG-20250119-WA0000.jpg\"/\u003e\n\u003cimg src=\"previews/IMG-20250119-WA0006.jpg\"/\u003e\n\u003cimg src=\"previews/IMG-20250119-WA0002.jpg\"/\u003e\n\u003cimg src=\"previews/IMG-20250119-WA0003.jpg\"/\u003e\n\n## 🤝 Contributing\n\nFeel free to open issues or create pull requests to improve the project.\n\n## 📜 License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubytek%2Faladdin-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubytek%2Faladdin-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubytek%2Faladdin-chatbot/lists"}