{"id":25796735,"url":"https://github.com/rip3rq/ai-butler","last_synced_at":"2025-02-27T14:46:19.357Z","repository":{"id":217475311,"uuid":"743973746","full_name":"RiP3rQ/AI-Butler","owner":"RiP3rQ","description":"AI-Butler is an innovative project that uses artificial intelligence to act as a virtual assistant. From taking simple notes to providing intelligent insights based on their context.","archived":false,"fork":false,"pushed_at":"2024-05-04T14:29:17.000Z","size":3459,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-04T15:40:20.493Z","etag":null,"topics":["ai","chatbot","chatgpt","clerk","machine-learning","mongodb","next14","nextjs14","prisma","react","tailwindcss","typescript"],"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/RiP3rQ.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}},"created_at":"2024-01-16T11:30:32.000Z","updated_at":"2024-04-28T20:49:36.000Z","dependencies_parsed_at":"2024-05-04T15:37:18.497Z","dependency_job_id":"d73e4324-e6da-40bc-bc82-a18dbfc3201e","html_url":"https://github.com/RiP3rQ/AI-Butler","commit_stats":null,"previous_names":["rip3rq/ai-butler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiP3rQ%2FAI-Butler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiP3rQ%2FAI-Butler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiP3rQ%2FAI-Butler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiP3rQ%2FAI-Butler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RiP3rQ","download_url":"https://codeload.github.com/RiP3rQ/AI-Butler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241025677,"owners_count":19896493,"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":["ai","chatbot","chatgpt","clerk","machine-learning","mongodb","next14","nextjs14","prisma","react","tailwindcss","typescript"],"created_at":"2025-02-27T14:46:18.605Z","updated_at":"2025-02-27T14:46:19.351Z","avatar_url":"https://github.com/RiP3rQ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖🤵🏻 AI-Butler 🧠\n\nNext.js 14 app allowing user to interact with OpenAI API. Create unique notes with content that will be converted to\nvector matrixes and then analized by OpenAI API for personalized responses. AI-Butler also allows users to interact with\nOpenAI ChatGPT model not related to the provided notes. Create journal posts with beautiful editor and then let AI\nanalyze\nthem for you. AI-Butler also allows users to upload pdfs and images for further analysis.\n\n## Tech Stack\n\n- **Next.js 14**\n- **Tailwindcss** - styling\n- **Shadcn UI** - UI components\n- **Typescript**\n- **OpenAI API** - AI functionalities\n- **Vercel AI** - real-time streaming bot's responses\n- **MongoDb**\n- **NeonDB**\n- **Firebase** - for image storage\n- **UploadThing** - for pdfs storage\n- **Pinecone** - vector database\n- **Drizzle** - ORM neondb\n- **Clerk Auth**\n- **TipTap** - rich text editor\n- **SWR** - data fetching\n- **React Query** - data fetching\n- **Recharts 2** - charts\n\n## Installation\n\nInstall AI-Butler with pnpm:\n\n```bash\n  cd [Project_name]\n  pnpm install\n  pnpm run dev\n```\n\n## Environment Variables\n\n`DATABASE_URL` =\n\n`NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` =\n\n`CLERK_SECRET_KEY` =\n\n`NEXT_PUBLIC_CLERK_SIGN_IN_URL` = /sign-in\n\n`NEXT_PUBLIC_CLERK_SIGN_UP_URL` = /sign-up\n\n`NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL` = /dashboard\n\n`NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL` = /dashboard\n\n`OPENAI_API_KEY` =\n\n`PINECONE_API_KEY` =\n\n`FIREBASE_API_KEY` =\n\n`DRIZZLE_DATABASE_URL` =\n\n`NEXT_PUBLIC_URL` = http://localhost:3000\n\n`UPLOADTHING_SECRET` =\n\n`UPLOADTHING_APP_ID` =\n\n## Demo\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/1.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/2.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/3.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/4.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/5.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/6.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/7.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/8.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/9.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/10.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/11.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/12.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/13.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/14.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/15.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/16.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/17.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/18.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/19.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/20.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/21.png)\n\n![App Screenshot](https://raw.githubusercontent.com/RiP3rQ/AI-Butler/main/screenshots/22.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frip3rq%2Fai-butler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frip3rq%2Fai-butler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frip3rq%2Fai-butler/lists"}