{"id":13911100,"url":"https://github.com/sambarrowclough/chatcopilot","last_synced_at":"2025-07-18T10:32:25.574Z","repository":{"id":221780317,"uuid":"618454908","full_name":"sambarrowclough/chatcopilot","owner":"sambarrowclough","description":"An open source modern ChatGPT clone with authentication","archived":false,"fork":false,"pushed_at":"2023-03-24T14:18:25.000Z","size":7189,"stargazers_count":18,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-25T20:39:28.572Z","etag":null,"topics":["chatbot","chatgpt","chatgpt-bot","chatgpt-clone","chatgpt-ui","openai"],"latest_commit_sha":null,"homepage":"https://www.chatcopilot.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/sambarrowclough.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}},"created_at":"2023-03-24T14:01:29.000Z","updated_at":"2024-10-15T09:51:24.000Z","dependencies_parsed_at":"2024-02-10T03:20:48.851Z","dependency_job_id":null,"html_url":"https://github.com/sambarrowclough/chatcopilot","commit_stats":null,"previous_names":["sambarrowclough/chatcopilot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sambarrowclough/chatcopilot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambarrowclough%2Fchatcopilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambarrowclough%2Fchatcopilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambarrowclough%2Fchatcopilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambarrowclough%2Fchatcopilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sambarrowclough","download_url":"https://codeload.github.com/sambarrowclough/chatcopilot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambarrowclough%2Fchatcopilot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265742432,"owners_count":23820839,"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":["chatbot","chatgpt","chatgpt-bot","chatgpt-clone","chatgpt-ui","openai"],"created_at":"2024-08-07T00:01:57.682Z","updated_at":"2025-07-18T10:32:24.536Z","avatar_url":"https://github.com/sambarrowclough.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# [chatcopilot.app](https://github.com/sambarrowclough/chatcopilot)\n\nAn open-source ChatGPT UI with a fresh coat of paint and authentication.\n\n[![Room GPT](./public/screenshot.png)](https://www.chatcopilot.app)\n\n## Introduction\n\nChatcopilot is a chat UI for ChatGPT built with Next.js, Tailwind, and Supabase. You paste in your OpenAI API key and you're good to go.\n\n## Running Locally\n\n### Cloning the repository the local machine.\n\n```bash\ngit clone https://github.com/sambarrowclough/chatcopilot.git\n```\n\n### Storing the API keys in .env\n\nCreate a file in root directory of project with env. And store your API key in it, as shown in the .example.env file.\n\n### Installing the dependencies.\n\n```bash\nnpm install\n```\n\n### Running the application.\n\nThen, run the application in the command line and it will be available at `http://localhost:3000`.\n\n```bash\nnpm run dev\n```\n\n## Auth setup\n\n1. Use `openssl rand -base64 32` to generate NEXTAUTH_SECRET\n2. Create a new project in [supabase.io](https://supabase.io)\n3. Follow the [Supabase Prisma Integration](https://supabase.com/docs/guides/integrations/prisma) guide to setup Prisma\n4. Run `npx prisma db push \u0026\u0026 prisma migrate dev \u0026\u0026 prisma generate`\n\n## Email setup\n\n1. Create a new project in [postmark](https://postmarkapp.com/)\n2. Create a server\n3. Generate a Server API tokens\n4. Paste in the API token in `POSTMARK_API_TOKEN` in `.env`\n\n## Tech Stack\n\n- [Next.js](https://nextjs.org/) – framework\n- [Typescript](https://www.typescriptlang.org/) – language\n- [Tailwind](https://tailwindcss.com/) – CSS\n- [Postmark](https://postmarkapp.com/) – email\n- [Supabase](https://supabase.io) – database\n- [NextAuth.js](https://next-auth.js.org/) – auth\n- [Vercel](https://vercel.com/) – hosting\n\n## One-Click Deploy\n\nDeploy the example using [Vercel](https://vercel.com?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=vercel-examples):\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/sambarrowclough/chatcopilot\u0026env=DATABASE_URL,NEXTAUTH_SECRET,POSTMARK_API_TOKEN,SHADOW_DATABASE_URL,NEXTAUTH_URL,FROM_EMAIL\u0026project-name=chatcopilot\u0026repo-name=chatcopilot)\n\n\u003e Note: You will need to configure auth by following the setup above by using Supabase and next-auth\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambarrowclough%2Fchatcopilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsambarrowclough%2Fchatcopilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambarrowclough%2Fchatcopilot/lists"}