{"id":41963945,"url":"https://github.com/unsafe0x0/xerochat","last_synced_at":"2026-01-25T23:01:54.633Z","repository":{"id":308468629,"uuid":"998354742","full_name":"unsafe0x0/xerochat","owner":"unsafe0x0","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-23T00:57:21.000Z","size":4269,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T02:47:46.365Z","etag":null,"topics":["chatgpt","groq","open-source","openai","vercel","vercel-ai-sdk"],"latest_commit_sha":null,"homepage":"https://xerochat.tech","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/unsafe0x0.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-08T12:42:10.000Z","updated_at":"2025-09-23T00:57:25.000Z","dependencies_parsed_at":"2025-08-06T05:27:33.986Z","dependency_job_id":"ae48f597-b164-4c5e-946c-81bee4aadf78","html_url":"https://github.com/unsafe0x0/xerochat","commit_stats":null,"previous_names":["unsafe0x0/xerochat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unsafe0x0/xerochat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unsafe0x0%2Fxerochat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unsafe0x0%2Fxerochat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unsafe0x0%2Fxerochat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unsafe0x0%2Fxerochat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unsafe0x0","download_url":"https://codeload.github.com/unsafe0x0/xerochat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unsafe0x0%2Fxerochat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28761501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chatgpt","groq","open-source","openai","vercel","vercel-ai-sdk"],"created_at":"2026-01-25T23:01:53.956Z","updated_at":"2026-01-25T23:01:54.627Z","avatar_url":"https://github.com/unsafe0x0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XeroChat\n\nMinimal multi model AI chat UI (Next.js + TypeScript + Tailwind). Streams replies, lets you switch models, and keeps chats locally.\n\n## Quick Start\n\n```bash\ngit clone https://github.com/unsafe0x0/xerochat.git\ncd xerochat\nbun install        # or npm install\nbun dev            # or npm run dev\n```\n\nOpen http://localhost:3000\n\n## Configure Keys\n\nOpen Settings in the sidebar and paste any API keys you have:\n\n- **OpenRouter** (models using `/api/open-router`)\n- **Gemini** (models using `/api/gemini`)\n- **Mistral** (models using `/api/mistral`)\n\nKeys are stored in localStorage; no server env vars needed.\n\n## Edit Models\n\nFile: `data/Models.tsx`\nAdd, remove, or rename models, or change their endpoint. Only OpenRouter and Gemini models are available by default. Changes appear instantly in the selector.\n\n## Folder Structure\n\n`app/api/*` – lightweight proxy routes for each provider (e.g. open-router, gemini)\n`components/*` – UI (chat, input, sidebar, model selector, settings, markdown renderer)\n`data/Models.tsx` – model list and config\n`utils/api.ts` – picks correct endpoint + key\n\n## Basic Use\n\n1. Enter a key (or use free ones if available)\n2. Type a prompt\n3. Switch model from the selector at any time\n4. Copy or regenerate messages via their action buttons\n\n## Build / Prod\n\n```bash\nbun run build   # or npm run build\nbun start       # or npm start\n```\n\nDeploy on Vercel (zero config) or any Node host.\n\n## Customize\n\n- Styling: tweak Tailwind classes in components\n  - Models: edit `data/Models.tsx` (OpenRouter and Gemini endpoints only)\n- Proxy logic: adjust `app/api/\u003cprovider\u003e/route.ts`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funsafe0x0%2Fxerochat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funsafe0x0%2Fxerochat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funsafe0x0%2Fxerochat/lists"}