{"id":26820161,"url":"https://github.com/harshmriduhash/curious.ai","last_synced_at":"2026-04-30T19:32:18.750Z","repository":{"id":284884431,"uuid":"956377444","full_name":"harshmriduhash/curious.AI","owner":"harshmriduhash","description":"A powerful AI platform that combines conversation, code generation, and image generation capabilities using cutting-edge AI models. ","archived":false,"fork":false,"pushed_at":"2025-03-28T07:26:17.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T07:30:58.517Z","etag":null,"topics":["gemeni","nextjs","shadcn-ui","tailiwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://curious-ai-gold.vercel.app/","language":"TypeScript","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/harshmriduhash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","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":"2025-03-28T06:37:55.000Z","updated_at":"2025-03-28T07:26:20.000Z","dependencies_parsed_at":"2025-03-28T07:41:11.909Z","dependency_job_id":null,"html_url":"https://github.com/harshmriduhash/curious.AI","commit_stats":null,"previous_names":["harshmriduhash/curious.ai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmriduhash%2Fcurious.AI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmriduhash%2Fcurious.AI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmriduhash%2Fcurious.AI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmriduhash%2Fcurious.AI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshmriduhash","download_url":"https://codeload.github.com/harshmriduhash/curious.AI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246282668,"owners_count":20752436,"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":["gemeni","nextjs","shadcn-ui","tailiwindcss","typescript"],"created_at":"2025-03-30T06:20:46.264Z","updated_at":"2026-04-30T19:32:18.459Z","avatar_url":"https://github.com/harshmriduhash.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Screenshot from 2024-12-14 20-12-14](https://github.com/user-attachments/assets/d5cc08b7-49c0-47b6-a8a3-2102304df2dc)\n\n# 🤖 curious.ai\n\nA powerful AI platform that combines conversation, code generation, and image generation capabilities using cutting-edge AI models. Visit: https://curious-ai-gold.vercel.app/\n\n## ✨ Features\n\n- **AI Conversation**: Engage in natural conversations using Google's Gemini Pro model\n- **Code Generation**: Generate code snippets with detailed explanations\n- **Image Generation**: Create images from text descriptions\n- **Authentication**: Secure user authentication with next-auth\n- **Modern UI**: Beautiful interface built with Next.js 14 and Tailwind CSS\n- **24X7 Customer Support**: resolve doubts or report issues with our dedicated chat support\n\n## 🚀 Getting Started\n\n### Setup using Docker. (Recommended)\n\n1.  Fork this repository\n2. **Clone the Repository**\n   ```bash\n   git clone https://github.com/yourusername/curious.ai.git\n   cd curious.ai\n3. Copy \u003cmark\u003e.env.example\u003c/mark\u003e in your root folder and rename it to \u003cmark\u003e.env\u003c/mark\u003e\n4. For the models to work you will need your keys from their respective website, which is easy and free to get. If your work does not include need of api response that this keys are not necceesary to get. If you want google auth to work you need to get your own secret and client Id from their site ( google auth is optional, regular sign in and signup would work just fine, do it only your work is related to it.) \n5. In your terminal, paste this command\n   ```bash\n   openssl rand -base64 32\n   ```\n   copy the result and paste it under \u003cmark\u003eNEXT_AUTH_SECRET\u003c/mark\u003e\n6. **Run**\n   ```bash\n   docker-compose up --build\n   ```\n   OR\n   \n   ```bash\n   docker compose up --build\n   ```\nSometimes you might face some unusual issue with Docker. In that case, go to `package.json` and change the Next.js version from `15.0.4` to `14.2.18`, as the error is from Next.js itself. Then, rerun the command:\n\n   ```bash\n   docker-compose up --build\n   ```\n\n### Manual Setup \n1. Fork this reopository\n2. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/curious.ai.git\n```\n\n3. Go to the cloned repo.\n```bash\ncd curious.ai\n```\n4. Install the dependencies.\n```bash\nnpm install\n```\n\n5. Copy \u003cmark\u003e.env.example\u003c/mark\u003e in your root folder and rename it to \u003cmark\u003e.env\u003c/mark\u003e\n6. For the models to work you will need your keys from their respective website, which is easy and free to get. If your work does not include need of api response that this keys are not necceesary to get. you will also need your postgresql DB url. If you want google auth to work you need to get your own secret and client Id from their site ( google auth is optional, regular sign in and signup would work just fine, do it only your work is related to it.) \n7. In your terminal, paste this command\n   ```bash\n   openssl rand -base64 32\n   ```\n   copy the result and paste it under \u003cmark\u003eNEXT_AUTH_SECRET\u003c/mark\u003e\n   \n8. Run the development server:\n```bash\nnpm run dev\n```\n\n   \nVisit http://localhost:3000 to see the application.\n\n🛠️ Built With\n- Next.js 15\n- TypeScript\n- Tailwind CSS\n- ShadCN ui\n- Next Auth\n- Google Generative AI (Gemini)\n- Hive AI API\n- Zod\n- Crisp for customer support\n- Postgres database\n- Prisma\n\nDon't forget to star ⭐ the repo. \u003cbr\u003e\nMade with ❤️ by Harsh Mriduhash\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshmriduhash%2Fcurious.ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshmriduhash%2Fcurious.ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshmriduhash%2Fcurious.ai/lists"}