{"id":25001412,"url":"https://github.com/deepcoders30/deepai-saas-platform","last_synced_at":"2025-07-30T13:35:03.107Z","repository":{"id":191719366,"uuid":"670793585","full_name":"Deepcoders30/DeepAI-SaaS-Platform","owner":"Deepcoders30","description":"Full Stack SaaS AI Platform built with Next.js 13, offering powerful features including Conversation, Image, Code, Music, and Video Generation using OpenAI and Replicate APIs","archived":false,"fork":false,"pushed_at":"2024-07-09T23:48:49.000Z","size":985,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-11T01:41:32.304Z","etag":null,"topics":["aivenio","animation","clerk-auth","express","mysql","mysql-database","nextjs13","nodejs","prisma","reactjs","shadcn-ui","stripe","stripe-webhook","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://deep-ai-saas-platform.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/Deepcoders30.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":"2023-07-25T21:15:33.000Z","updated_at":"2025-05-30T21:50:38.000Z","dependencies_parsed_at":"2025-02-04T20:29:44.712Z","dependency_job_id":"5781c8bb-5a3a-4b64-adda-b6d85f717c83","html_url":"https://github.com/Deepcoders30/DeepAI-SaaS-Platform","commit_stats":null,"previous_names":["deepcoders30/deepai-saass-platform","deepcoders30/deepai-saas-platform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Deepcoders30/DeepAI-SaaS-Platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepcoders30%2FDeepAI-SaaS-Platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepcoders30%2FDeepAI-SaaS-Platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepcoders30%2FDeepAI-SaaS-Platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepcoders30%2FDeepAI-SaaS-Platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deepcoders30","download_url":"https://codeload.github.com/Deepcoders30/DeepAI-SaaS-Platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepcoders30%2FDeepAI-SaaS-Platform/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267875777,"owners_count":24158782,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":["aivenio","animation","clerk-auth","express","mysql","mysql-database","nextjs13","nodejs","prisma","reactjs","shadcn-ui","stripe","stripe-webhook","tailwindcss","typescript"],"created_at":"2025-02-04T20:24:02.683Z","updated_at":"2025-07-30T13:35:03.073Z","avatar_url":"https://github.com/Deepcoders30.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEEP AI SAAS PLATFORM\nThis is a comprehensive SaaS application that offers a suite of AI-powered tools for content creation and management. It features complete responsiveness, user authentication with Clerk, and utilizes react-hook-form for client-side form validation. The application integrates server error handling with react-toast and includes tools for generating images, videos, conversations, and music powered by OpenAI and Replicate AI. It also provides a Stripe-based monthly subscription system with a free tier and API usage restrictions.\n\n\n\n## Features\n\n- Complete responsiveness\n- User authentication with Clerk.\n- Utilization of react-hook-form for client-side form validation and management\n- Server error handling integrated with react-toast\n- Tool for Generating Images (Powered by Open AI)\n- Tool for Generating Videos (Powered by Replicate AI)\n- Tool for Generating Conversations (Powered by Open AI)\n- Tool for Generating Music (Powered by Replicate AI)\n- Indication of page loading status\n- Stripe-based monthly subscription system\n- Inclusion of a free tier with API usage restrictions\n\n## Getting Started\n\nInstructions on setting up your project locally. To get a local copy up and running, follow these steps\n\n### Prerequisites\n\n**Node version 18.x.x**\n\n### Cloning the repository\n\n```shell\ngit clone https://github.com/Deepcoders30/DeepAI-SaasS-Platform.git\n```\n\n### Install packages\n\n```shell\nnpm i\n```\n\n### Setup .env file\n\n\n```js\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\n\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard\n\nOPENAI_API_KEY=\nREPLICATE_API_TOKEN=\n\nDATABASE_URL=\n\nSTRIPE_API_KEY=\nSTRIPE_WEBHOOK_SECRET=\n\nNEXT_PUBLIC_APP_URL=\"http://localhost:3000\"\n```\n\n### Setup Prisma\n\nAdd MySQL Database (I used Aiven.io MySQL DB)\n\n```shell\nnpx prisma generate\nnpx prisma db push\n\n```\n\n### Start the app\n\n```shell\nnpm run dev\n```\n\n## Available commands\n\nRunning commands with npm `npm run [command]`\n\n| command         | description                              |\n| :-------------- | :--------------------------------------- |\n| `dev`           | Starts a development instance of the app |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepcoders30%2Fdeepai-saas-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepcoders30%2Fdeepai-saas-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepcoders30%2Fdeepai-saas-platform/lists"}