{"id":18075673,"url":"https://github.com/dom2600x/genius","last_synced_at":"2025-12-30T19:15:37.666Z","repository":{"id":260107002,"uuid":"873511403","full_name":"domdechiera/genius","owner":"domdechiera","description":"Genius - A Simplistic AI Platform","archived":false,"fork":false,"pushed_at":"2025-01-08T01:10:22.000Z","size":753,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T17:57:36.479Z","etag":null,"topics":["clerk","clerkauth","css","gpt","javascript","nextjs","openai","prisma","prisma-orm","react","replicate","replicate-ai","replicate-api","saas","shadcn","supabase","supabase-db","tailwind","tailwind-css","typescript"],"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/domdechiera.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-10-16T09:40:57.000Z","updated_at":"2025-01-08T01:10:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7f491e8-2670-4005-8d76-88ca4dd7d472","html_url":"https://github.com/domdechiera/genius","commit_stats":null,"previous_names":["domdechiera/genius"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdechiera%2Fgenius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdechiera%2Fgenius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdechiera%2Fgenius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdechiera%2Fgenius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domdechiera","download_url":"https://codeload.github.com/domdechiera/genius/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393541,"owners_count":20931809,"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":["clerk","clerkauth","css","gpt","javascript","nextjs","openai","prisma","prisma-orm","react","replicate","replicate-ai","replicate-api","saas","shadcn","supabase","supabase-db","tailwind","tailwind-css","typescript"],"created_at":"2024-10-31T11:06:51.777Z","updated_at":"2025-12-30T19:15:37.615Z","avatar_url":"https://github.com/domdechiera.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![](genius-logo.png) Genius\n\n## A simplistic AI platform both in design and usability.\n\n![genius-screenshot.png](genius-screenshot.png)\n\n## Getting Started\n\n1. Clone this repository:\n\n```bash\ngit clone https://github.com/domdechiera/genius\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n3. Rename `.env-example` to `.env` and fill in your API keys:\n\n   ```bash\n   # Clerk\n   NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\n   CLERK_SECRET_KEY=\n   NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\n   NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\n   NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard\n   NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard\n   \n   # AI Keys\n   OPENAI_API_KEY=\n   REPLICATE_API_TOKEN=\n   \n   # Connect to Supabase via Prisma connection pooling with Supavisor\n   DATABASE_URL=\n   DIRECT_URL=\n   \n   # Stripe\n   STRIPE_API_KEY=\n   STRIPE_WEBHOOK_SECRET=\n   NEXT_PUBLIC_APP_URL=http://localhost:3000 \n   # localhost for testing only - in production add your Stripe webhooks endpoint URL\n   ```\n\n4. Run the development server:\n\n```bash\nnpm run dev\n```\n\n5. For testing of Stripe payments run the following in a separate shell:\n\n```bash\nstripe listen --forward-to localhost:3000/api/webhook\n```\n\n6. For ease of database management run:\n\n```bash\nnpx prisma studio\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## The Stack\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\nThis project utilises the following third-party tools:\n\n- [Clerk](https://clerk.com) - Authentication and user management.\n- [Supabase](https://supabase.com) - The open source Firebase alternative.\n- [Stripe](https://stripe.com) - Payment processing and subscription management.\n- [shadcn/ui](https://ui.shadcn.com/) - Beautifully designed components that you can copy and paste into your apps.\n- [Vercel](https://vercel.com) -  Build, scale, and secure a faster, more personalised web.\n- [Lucide](https://lucide.dev/) - Beautiful and consistent icons.\n- [Crisp](https://crisp.chat/) - Business messaging platform.\n- [Tailwind CSS](https://tailwindcss.com/) - Rapidly build modern websites without ever leaving your HTML.\n- [TypeScript](https://www.typescriptlang.org/) - JavaScript with syntax for types.\n- [OpenAI API](https://platform.openai.com/) -  API platform with latest models including DALL-E (Image Generation) and  GPT 4o-mini (Conversation and Code Generation).\n- [Replicate AI](https://replicate.com) - Variety of AI models through a single API (Video and Music Generation).\n- [Prisma ORM](https://prisma.io) - Simplify working and interacting with databases.\n\n## Deploy on Vercel\n\nThe easiest way to deploy this app is to use the [Vercel Platform](https://vercel.com) from the creators of Next.js.\n\nCheck out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n---\n\nLooking to learn how to code? Check out [Code with Antonio](https://www.codewithantonio.com/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdom2600x%2Fgenius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdom2600x%2Fgenius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdom2600x%2Fgenius/lists"}