{"id":34711589,"url":"https://github.com/mrxbroken011/ai-code-assistant","last_synced_at":"2026-04-25T02:38:14.955Z","repository":{"id":328870129,"uuid":"1117106516","full_name":"mrxbroken011/ai-code-assistant","owner":"mrxbroken011","description":"Code assistant using gemeni api ","archived":false,"fork":false,"pushed_at":"2026-01-11T20:01:37.000Z","size":576,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T23:38:58.945Z","etag":null,"topics":["ai","ai-assistant","ai-code-generator","ai-coding-assistant","coding","gemeni-api","gemini","genkit","next-js"],"latest_commit_sha":null,"homepage":"","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/mrxbroken011.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-15T20:57:52.000Z","updated_at":"2026-01-11T20:01:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mrxbroken011/ai-code-assistant","commit_stats":null,"previous_names":["mrxbroken011/ai-code-assistant"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mrxbroken011/ai-code-assistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrxbroken011%2Fai-code-assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrxbroken011%2Fai-code-assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrxbroken011%2Fai-code-assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrxbroken011%2Fai-code-assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrxbroken011","download_url":"https://codeload.github.com/mrxbroken011/ai-code-assistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrxbroken011%2Fai-code-assistant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32248341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"online","status_checked_at":"2026-04-25T02:00:06.260Z","response_time":59,"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","ai-assistant","ai-code-generator","ai-coding-assistant","coding","gemeni-api","gemini","genkit","next-js"],"created_at":"2025-12-25T00:20:16.343Z","updated_at":"2026-04-25T02:38:14.947Z","avatar_url":"https://github.com/mrxbroken011.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cb\u003eDEMO\u003c/b\u003e\u003c/p\u003e\n\n[\u003cimg src=\"https://github.com/mrxbroken011/mrxbroken011/raw/main/resources/Ss.jpg\"/\u003e](https://github.com/mrxbroken011)\n\n\u003cp1 align=\"center\"\u003e 𝐅𝐎𝐑𝐊 𝐑𝐄𝐂𝐎𝐌𝐌𝐄𝐍𝐃𝐄𝐃\u003c/p\u003e\n\n\n## Deployment\n\nYou can deploy this Next.js application to a variety of platforms. Here are instructions for some common options.\n\n### Deploying to Vercel\n\nVercel is a platform from the creators of Next.js and is one of the easiest ways to deploy your application.\n\n1.  **Push to a Git Repository**: Push your code to a GitHub, GitLab, or Bitbucket repository.\n2.  **Import Project on Vercel**: Go to your Vercel dashboard and import the project from your Git repository.\n3.  **Configure Project**: Vercel will automatically detect that you are using Next.js and configure the build settings for you.\n4.  **Add Environment Variables**: If your application requires environment variables (e.g., API keys), add them in the \"Environment Variables\" section of your project settings on Vercel. You will need to set `GEMINI_API_KEY` for the AI features to work.\n5.  **Deploy**: Click the \"Deploy\" button. Your application will be built and deployed. Vercel will provide you with a URL to access your live site.\n\n### Deploying to a VPS or Node.js Server\n\nYou can also deploy this application to any Virtual Private Server (VPS) or a server with Node.js support.\n\n1.  **Setup Your Server**: Ensure your server has Node.js (version 18.x or higher) and npm installed.\n2.  **Clone Your Repository**: Clone your code onto the server.\n    ```bash\n    git clone https://github.com/mrxbroken011/ai-code-assistant.git\n    cd ai-code-assistant\n    ```\n3.  **Install Dependencies**:\n    ```bash\n    npm install\n    ```\n4.  **Set Environment Variables**: Create a `.env.local` file in the root of your project and add your environment variables.\n    ```\n    GEMINI_API_KEY=your_gemini_api_key\n    ```\n5.  **Build Your Application**:\n    ```bash\n    npm run build\n    ```\n6.  **Start the Server**:\n    ```bash\n    npm run start\n    ```\n    This will start the production server on port 3000 by default.\n\n#### Using a Process Manager\n\nFor a production environment, it is highly recommended to use a process manager like `pm2` to keep your application running continuously.\n\n1.  **Install pm2 globally**:\n    ```bash\n    npm install pm2 -g\n    ```\n2.  **Start your app with pm2**:\n    ```bash\n    pm2 start npm --name \"my-next-app\" -- run start\n    ```\n3.  **Save the process list**:\n    ```bash\n    pm2 save\n    ```\n4.  **Setup startup script** (to automatically restart on server reboot):\n    ```bash\n    pm2 startup\n    ```\n    This will provide a command you need to run to complete the setup.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrxbroken011%2Fai-code-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrxbroken011%2Fai-code-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrxbroken011%2Fai-code-assistant/lists"}