{"id":20219324,"url":"https://github.com/sahilbambarkar/ai-content-generator","last_synced_at":"2026-04-06T21:33:10.788Z","repository":{"id":253389845,"uuid":"843352074","full_name":"sahilbambarkar/AI-Content-Generator","owner":"sahilbambarkar","description":"Gen-Content is an AI-powered content generator designed to simplify and accelerate the creation of high-quality text. Built using modern technologies like React.js, TypeScript, and the Gemini API, it provides a seamless user experience for generating engaging content.","archived":false,"fork":false,"pushed_at":"2025-07-21T08:34:17.000Z","size":416,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T10:22:02.573Z","etag":null,"topics":["clerk","drizzle-orm","gemmini","postgresql","reactjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://ai-content-generator-omega-orcin.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/sahilbambarkar.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}},"created_at":"2024-08-16T10:25:06.000Z","updated_at":"2025-07-21T08:34:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7dedc65-d3aa-4e05-a4d8-bbad0bd3a98b","html_url":"https://github.com/sahilbambarkar/AI-Content-Generator","commit_stats":null,"previous_names":["sahilbambarkar/ai-content-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sahilbambarkar/AI-Content-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilbambarkar%2FAI-Content-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilbambarkar%2FAI-Content-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilbambarkar%2FAI-Content-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilbambarkar%2FAI-Content-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahilbambarkar","download_url":"https://codeload.github.com/sahilbambarkar/AI-Content-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilbambarkar%2FAI-Content-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31491097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"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":["clerk","drizzle-orm","gemmini","postgresql","reactjs","tailwindcss","typescript"],"created_at":"2024-11-14T06:42:05.194Z","updated_at":"2026-04-06T21:33:10.776Z","avatar_url":"https://github.com/sahilbambarkar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eGen-Content 🤖\u003c/h1\u003e\n\n\u003ch2\u003eIt is an AI-powered content generator designed to help users create high-quality text content effortlessly. This application leverages modern technologies to provide a seamless user experience.\u003c/h2\u003e\n\n\u003cul\u003e\n  \u003cli\u003eReact.js ⚛️\u003c/li\u003e\n  \u003cli\u003eTypeScript ✍️\u003c/li\u003e\n  \u003cli\u003eTailwind CSS 🎨\u003c/li\u003e\n  \u003cli\u003ePostgreSQL 🐘\u003c/li\u003e\n  \u003cli\u003eDrizzle ORM 💧\u003c/li\u003e\n  \u003cli\u003eGemini API 🧠\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch3\u003eGetting Started 🚀\u003c/h3\u003e\n\n\u003cp\u003eFirst, run the development server:\u003c/p\u003e\n\n\u003cpre\u003e\u003ccode\u003enpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch3\u003eInstall Dependencies\u003c/h3\u003e\n\n\u003cpre\u003e\u003ccode\u003ecd gen-content\nnpm install\n\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch3\u003eAPI Key Configuration 🔑 \u003c/h3\u003e\n\n\u003cp\u003eTo use the Gemini API, you need to obtain an API key. Follow these steps:\u003c/p\u003e\n\u003col\u003e\n  \u003cli\u003eSign up at the Gemini API provider's website.\u003c/li\u003e\n  \u003cli\u003eGenerate your API key from the dashboard.\u003c/li\u003e\n  \u003cli\u003eAdd your API key to the environment variables in your project.\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003cp\u003eFor example, you can create a `.env` file in the root of your project and add:\u003c/p\u003e\n\n\u003cpre\u003e\u003ccode\u003eGEMINI_API_KEY=your_api_key_here\n\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch3\u003eStart the Development Server\u003c/h3\u003e\n\n\u003cpre\u003e\u003ccode\u003enpm run dev\n\u003c/code\u003e\u003c/pre\u003e\n\n\u003cp\u003eOpen \u003ca href=\"http://localhost:3000\"\u003ehttp://localhost:3000\u003c/a\u003e with your browser to see the result.\u003c/p\u003e\n\n\u003ch3\u003eDatabase Management 🔑\u003c/h3\u003e\n\n\u003cp\u003eFor managing your PostgreSQL database, you can use \u003ca href=\"https://drizzle.studio/\"\u003eDrizzle Studio\u003c/a\u003e. It provides a modern interface for exploring and managing your database.\u003c/p\u003e\n\n\u003ch3\u003eDeployment 🌎\u003c/h3\u003e\n\n\u003cp\u003eVercel: Deploy your Next.js application to Vercel for easy hosting and automatic deployments.\u003c/p\u003e\n\n## Live Demo:[Gen-Content](https://ai-content-generator-omega-orcin.vercel.app/) 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilbambarkar%2Fai-content-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahilbambarkar%2Fai-content-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilbambarkar%2Fai-content-generator/lists"}