{"id":29313850,"url":"https://github.com/codegeniusdev/my-personal-chatbot","last_synced_at":"2025-10-11T13:46:39.986Z","repository":{"id":290024506,"uuid":"957897400","full_name":"CodeGeniusDev/my-personal-chatbot","owner":"CodeGeniusDev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-31T10:19:30.000Z","size":728,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T10:46:20.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://my-personal-chatbot-mocha.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeGeniusDev.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,"zenodo":null}},"created_at":"2025-03-31T10:19:24.000Z","updated_at":"2025-06-13T14:04:40.000Z","dependencies_parsed_at":"2025-04-26T11:48:52.963Z","dependency_job_id":null,"html_url":"https://github.com/CodeGeniusDev/my-personal-chatbot","commit_stats":null,"previous_names":["codegeniusdev/my-personal-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeGeniusDev/my-personal-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeniusDev%2Fmy-personal-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeniusDev%2Fmy-personal-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeniusDev%2Fmy-personal-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeniusDev%2Fmy-personal-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeGeniusDev","download_url":"https://codeload.github.com/CodeGeniusDev/my-personal-chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeniusDev%2Fmy-personal-chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007353,"owners_count":26084282,"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-10-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2025-07-07T10:33:55.565Z","updated_at":"2025-10-11T13:46:39.981Z","avatar_url":"https://github.com/CodeGeniusDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://chat.vercel.ai/\"\u003e\n  \u003cimg alt=\"Next.js 13 and app template Router-ready AI chatbot.\" src=\"https://chat.vercel.ai/opengraph-image.png\" /\u003e\n  \u003ch1 align=\"center\"\u003eNext.js AI Chatbot\u003c/h1\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n  An open-source AI chatbot app template built with Next.js, the Vercel AI SDK, OpenAI, and Supabase Auth and Postgres DB.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003e\u003cstrong\u003eFeatures\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#model-providers\"\u003e\u003cstrong\u003eModel Providers\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#deploy-your-own\"\u003e\u003cstrong\u003eDeploy Your Own\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#running-locally\"\u003e\u003cstrong\u003eRunning locally\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#authors\"\u003e\u003cstrong\u003eAuthors\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n## Features\n\n- [Next.js](https://nextjs.org) App Router\n- React Server Components (RSCs), Suspense, and Server Actions\n- [Vercel AI SDK](https://sdk.vercel.ai/docs) for streaming chat UI\n- Support for OpenAI (default), Anthropic, Hugging Face, or custom AI chat models and/or LangChain\n- Edge runtime-ready\n- [shadcn/ui](https://ui.shadcn.com)\n  - Styling with [Tailwind CSS](https://tailwindcss.com)\n  - [Radix UI](https://radix-ui.com) for headless component primitives\n  - Icons from [Phosphor Icons](https://phosphoricons.com)\n- Chat History with [Supabase Postgres DB](https://supabase.com)\n- [Supabase Auth](https://supabase.com/auth) for authentication\n\n## Model Providers\n\nThis template ships with OpenAI `gpt-3.5-turbo` as the default. However, thanks to the [Vercel AI SDK](https://sdk.vercel.ai/docs), you can switch LLM providers to [Anthropic](https://anthropic.com), [Hugging Face](https://huggingface.co), or using [LangChain](https://js.langchain.com) with just a few lines of code.\n\n## Deploy Your Own\n\nYou can deploy your own version of the Next.js AI Chatbot to Vercel with one click:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsupabase-community%2Fvercel-ai-chatbot\u0026env=OPENAI_API_KEY\u0026envDescription=You%20must%20first%20activate%20a%20Billing%20Account%20here%3A%20https%3A%2F%2Fplatform.openai.com%2Faccount%2Fbilling%2Foverview\u0026envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys\u0026project-name=vercel-ai-chatbot-with-supabase\u0026repository-name=vercel-ai-chatbot-with-supabase\u0026integration-ids=oac_VqOgBHqhEoFTPzGkPd7L0iH6\u0026external-id=https%3A%2F%2Fgithub.com%2Fsupabase-community%2Fvercel-ai-chatbot%2Ftree%2Fmain)\n\n### Set up GitHub OAuth\n\nThis demo uses GitHub Oauth. Follow the [GitHub OAuth setup steps](https://supabase.com/docs/guides/auth/social-login/auth-github) on your Supabase project.\n\n### Configure your site url\n\nIn the Supabase Dashboard, navigate to [Auth \u003e URL configuration](https://app.supabase.com/project/_/auth/url-configuration) and set your Vercel URL as the site URL.\n\n## Running locally\n\nYou will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js AI Chatbot. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/concepts/projects/environment-variables) for this, but a `.env` file is all that is necessary.\n\n\u003e Note: You should not commit your `.env` file or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.\n\nCopy the `.env.example` file and populate the required env vars:\n\n```bash\ncp .env.example .env\n```\n\n[Install the Supabase CLI](https://supabase.com/docs/guides/cli) and start the local Supabase stack:\n\n```bash\nnpm install supabase --save-dev\nnpx supabase start\n```\n\nInstall the local dependencies and start dev mode:\n\n```bash\npnpm install\npnpm dev\n```\n\nYour app template should now be running on [localhost:3000](http://localhost:3000/).\n\n## Authors\n\nThis library is created by [Vercel](https://vercel.com) and [Next.js](https://nextjs.org) team members, with contributions from:\n\n- Jared Palmer ([@jaredpalmer](https://twitter.com/jaredpalmer)) - [Vercel](https://vercel.com)\n- Shu Ding ([@shuding\\_](https://twitter.com/shuding_)) - [Vercel](https://vercel.com)\n- shadcn ([@shadcn](https://twitter.com/shadcn)) - [Contractor](https://shadcn.com)\n- Thor Schaeff ([@thorwebdev](https://twitter.com/thorwebdev)) - [Supabaseifier](https://thor.bio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegeniusdev%2Fmy-personal-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegeniusdev%2Fmy-personal-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegeniusdev%2Fmy-personal-chatbot/lists"}