{"id":21702955,"url":"https://github.com/markeljan/minimal-chatbot","last_synced_at":"2025-09-12T18:51:12.894Z","repository":{"id":197329162,"uuid":"698446825","full_name":"Markeljan/minimal-chatbot","owner":"Markeljan","description":"Minimal Chatbot based on Vercel AI Chatbot","archived":false,"fork":false,"pushed_at":"2025-01-29T04:21:52.000Z","size":1126,"stargazers_count":25,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T09:22:35.470Z","etag":null,"topics":["chatbot","openai","shadcn","vercel-ai"],"latest_commit_sha":null,"homepage":"https://minimal-chatbot.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/Markeljan.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-09-30T00:30:15.000Z","updated_at":"2025-02-09T01:01:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"889a9f37-b963-433a-9ac5-2c5af857952f","html_url":"https://github.com/Markeljan/minimal-chatbot","commit_stats":null,"previous_names":["markeljan/minimal-chatbot"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markeljan%2Fminimal-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markeljan%2Fminimal-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markeljan%2Fminimal-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markeljan%2Fminimal-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Markeljan","download_url":"https://codeload.github.com/Markeljan/minimal-chatbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586225,"owners_count":21128995,"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","openai","shadcn","vercel-ai"],"created_at":"2024-11-25T21:22:45.528Z","updated_at":"2025-04-12T14:53:23.715Z","avatar_url":"https://github.com/Markeljan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a minimal version of [`Vercel AI Chatbot`](https://github.com/vercel/ai-chatbot) all credits to the original authors.\n\n- removed database, auth, chat history\n\n\u003ca href=\"https://chat.vercel.ai/\"\u003e\n  \u003cimg alt=\"Next.js 14 and App Router-ready AI chatbot.\" src=\"app/(chat)/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 Template Built With Next.js and the AI SDK by Vercel.\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\u003c/p\u003e\n\u003cbr/\u003e\n\n## Features\n\n- [Next.js](https://nextjs.org) App Router\n  - Advanced routing for seamless navigation and performance\n  - React Server Components (RSCs) and Server Actions for server-side rendering and increased performance\n- [AI SDK](https://sdk.vercel.ai/docs)\n  - Unified API for generating text, structured objects, and tool calls with LLMs\n  - Hooks for building dynamic chat and generative user interfaces\n  - Supports OpenAI (default), Anthropic, Cohere, and other model providers\n- [shadcn/ui](https://ui.shadcn.com)\n  - Styling with [Tailwind CSS](https://tailwindcss.com)\n  - Component primitives from [Radix UI](https://radix-ui.com) for accessibility and flexibility\n\n## Model Providers\n\nThis template ships with OpenAI `gpt-4o` as the default. However, with the [AI SDK](https://sdk.vercel.ai/docs), you can switch LLM providers to [OpenAI](https://openai.com), [Anthropic](https://anthropic.com), [Cohere](https://cohere.com/), and [many more](https://sdk.vercel.ai/providers/ai-sdk-providers) 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%2Fvercel%2Fai-chatbot\u0026env=AUTH_SECRET,OPENAI_API_KEY\u0026envDescription=Learn%20more%20about%20how%20to%20get%20the%20API%20Keys%20for%20the%20application\u0026envLink=https%3A%2F%2Fgithub.com%2Fvercel%2Fai-chatbot%2Fblob%2Fmain%2F.env.example\u0026demo-title=AI%20Chatbot\u0026demo-description=An%20Open-Source%20AI%20Chatbot%20Template%20Built%20With%20Next.js%20and%20the%20AI%20SDK%20by%20Vercel.\u0026demo-url=https%3A%2F%2Fchat.vercel.ai\u0026stores=[{%22type%22:%22postgres%22},{%22type%22:%22blob%22}])\n\n## Running locally\n\nFirst, add your ```OPENAI_API_KEY``` to .env.local:\n\nRun the development server:\n\n```bash\n# get bun https://bun.sh\n\nbun install\nbun dev\n```\n\nYour app template should now be running on [localhost:3000](http://localhost:3000/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkeljan%2Fminimal-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkeljan%2Fminimal-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkeljan%2Fminimal-chatbot/lists"}