{"id":26514830,"url":"https://github.com/akashcorex/ai-content-catalyst","last_synced_at":"2026-05-06T04:10:17.391Z","repository":{"id":251691657,"uuid":"834368592","full_name":"akashcorex/ai-content-catalyst","owner":"akashcorex","description":"AI-powered platform generating blog titles, social captions, YouTube descriptions using Gemini AI with 30+ templates and secure subscriptions","archived":false,"fork":false,"pushed_at":"2025-10-09T11:59:55.000Z","size":15675,"stargazers_count":3,"open_issues_count":4,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T06:21:59.222Z","etag":null,"topics":["drizzle-orm","hacktoberfest","nextjs","postgressql","razorpay","typescript"],"latest_commit_sha":null,"homepage":"https://content-catalyst.vercel.app","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/akashcorex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2024-07-27T04:27:32.000Z","updated_at":"2026-03-20T04:00:58.000Z","dependencies_parsed_at":"2025-09-02T15:17:39.219Z","dependency_job_id":null,"html_url":"https://github.com/akashcorex/ai-content-catalyst","commit_stats":null,"previous_names":["akash202004/ai-content-generator","akash202004/content_catalyst","akash202004/ai-content-catalyst","akashcorex/ai-content-catalyst"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akashcorex/ai-content-catalyst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashcorex%2Fai-content-catalyst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashcorex%2Fai-content-catalyst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashcorex%2Fai-content-catalyst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashcorex%2Fai-content-catalyst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akashcorex","download_url":"https://codeload.github.com/akashcorex/ai-content-catalyst/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashcorex%2Fai-content-catalyst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31670383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["drizzle-orm","hacktoberfest","nextjs","postgressql","razorpay","typescript"],"created_at":"2025-03-21T05:29:28.498Z","updated_at":"2026-04-11T06:02:48.951Z","avatar_url":"https://github.com/akashcorex.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 AI Content Catalyst\n\nAn AI-powered content generation platform built with **Next.js**, **TypeScript**, **Drizzle ORM**, and **PostgreSQL**.  \nGenerate blog titles, Instagram hashtags, YouTube descriptions, and much more with ease!\n\n## ✨ Features\n\n- 🔥 AI-powered content generation (powered by Gemini API)\n- 🔒 Secure authentication (Clerk)\n- 💳 Razorpay-powered subscription plans (Free, Premium, Ultimate)\n- 🧠 30+ pre-built content templates\n- 📜 History tracking system\n- 📈 Advanced analytics dashboard (coming soon)\n- ⚡ Blazing fast database access with Drizzle ORM and Neon Postgres\n- 🧩 Beautiful and responsive UI (built with TailwindCSS and Next.js)\n- 🔎 Search functionality for faster access\n\n## 🛠️ Tech Stack\n\n- **Frontend:** Next.js 14, TypeScript, TailwindCSS\n- **Backend:** Next.js App Router, API routes\n- **Database:** Neon Postgres (via Drizzle ORM)\n- **Authentication:** Clerk\n- **Payments:** Razorpay\n- **AI Model:** Gemini API\n\n## 🧩 Folder Structure\n\n```\n/app\n  /(auth)\n  /(context)\n  /(data)\n  /dashboard\n    /_components\n    /simulation\n    /billing\n    /content\n    /history\n    /settings\n/components\n/db\n/controllers\n/lib\n/utils\n/public\n```\n\n## ⚙️ Environment Variables\n\nCreate a `.env.local` file at the root of your project and add:\n\n```bash\n# Copy the example file\ncp .env.example .env.local\n```\n\nThen fill in your actual API keys and configuration values in `.env.local`.\n\n## 🧪 Getting Started\n\n1. **Clone the repo**\n\n```bash\ngit clone https://github.com/akash202004/ai-content-catalyst.git\ncd ai-content-catalyst\n```\n\n2. **Install dependencies**\n\n```bash\nnpm install --legacy-peer-deps\n```\n\n3. **Set up environment variables**\n\nFill in the `.env.local` file with your keys.\n\n4. **Run the development server**\n\n```bash\nnpm run dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) and start generating content!\n\n## 📈 Future Enhancements\n\n- [ ] Full analytics dashboard (track usage, top templates, etc.)\n- [ ] Post Simualtion (Make a report of your post performance)\n- [ ] Content sharing \u0026 export options (PDF, DOCX)\n- [ ] More template categories\n- [ ] AI tone and style customization\n- [ ] Admin panel to manage templates and users\n\n## 🤝 Contributing\n\nContributions are welcome!  \nFeel free to fork the repo and open a pull request.\n\n---\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n# 🔥 Made with ❤️ by Akash Laha\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakashcorex%2Fai-content-catalyst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakashcorex%2Fai-content-catalyst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakashcorex%2Fai-content-catalyst/lists"}