[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-83254":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":9,"totalLinesOfCode":9,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":9,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":9,"createdAt":9,"pushedAt":9,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":16,"starSnapshotCount":16,"syncStatus":26,"lastSyncTime":27,"discoverSource":28},83254,"chipotlai-max","cyberpapiii\u002Fchipotlai-max","cyberpapiii","The AI coding agent that runs on stolen Chipotle compute 🌯 Fork of OpenCode with Pepper AI as default model. Community project to add providers from Home Depot, Lowes, Target, Starbucks & more.",null,"https:\u002F\u002Fgithub.com\u002Fcyberpapiii\u002Fchipotlai-max","TypeScript",1207,70,5,9,0,158,280,474,100.55,false,"main","2026-06-12 04:01:40","# 🌯 Chipotlai Max\n\n**The AI coding agent that steals Chipotle's support bot. Free inference paid for by burritos.**\n\n> \"Every line of code now comes with chips & salsa.\"\n\nNot affiliated with Chipotle. They will probably sue us. Worth it.\n\n![Chipotlai Max TUI](docs\u002Fchipotlai-screenshot.webp)\n\n---\n\n## What Is This?\n\nChipotlai Max is a meme fork of [OpenCode](https:\u002F\u002Fgithub.com\u002Fanomalyco\u002Fopencode) that ships **Chipotle's Pepper AI** as the default model.\n\n### The Backstory\n\nOn March 12-13, 2026, Chipotle's customer support chatbot \"Pepper\" went mega-viral after users discovered it could solve LeetCode problems, write Python, reverse linked lists — the works. It's powered by IPsoft Amelia (not Claude, not GPT), and it's still live.\n\nThen [@Gonzih](https:\u002F\u002Fgithub.com\u002FGonzih) reverse-engineered the Amelia WebSocket\u002FSockJS + STOMP backend and released a production-ready [OpenAI-compatible proxy](https:\u002F\u002Fgithub.com\u002FGonzih\u002Fchipotle-llm-provider). The proxy runs locally, exposes `http:\u002F\u002Flocalhost:3000\u002Fv1`, and needs zero API keys.\n\nWe took OpenCode (MIT license, 120k+ stars), forked it, hardcoded Pepper as the default model, slapped on Chipotle's brand colors, and shipped it as **Chipotlai Max** — the greatest 2026 meme project.\n\n## Quick Start\n\n```bash\n# Clone with submodule\ngit clone --recursive https:\u002F\u002Fgithub.com\u002Fcyberpapiii\u002Fchipotlai-max.git\ncd chipotlai-max\n\n# Install dependencies\nbun install\n\n# Start everything (proxy + CLI)\n.\u002Fstart-chipotlai.sh\n```\n\nOr manually:\n\n```bash\n# Terminal 1: Start the proxy\ncd chipotle-llm-provider && npm install && npm run dev\n\n# Terminal 2: Start Chipotlai Max\nbun run dev\n```\n\n## Configuration\n\nChipotlai Max comes pre-configured with:\n\n| Setting | Value |\n|---------|-------|\n| Provider | `chipotle-pepper` |\n| Model | `pepper-1` |\n| Base URL | `http:\u002F\u002Flocalhost:3000\u002Fv1` |\n| API Key | `burrito-2026` (literally anything works) |\n| Cost | $0.00 (powered by Chipotle's cloud budget) |\n\n## Risks & Legal\n\n- This reverse-engineers Chipotle's production support bot. TOS violation likely.\n- The proxy can break any day (Chipotle patches = game over).\n- Rate-limited by anonymous sessions (MAX_POOL_SIZE=5).\n- Purely for educational\u002Fmeme purposes. Do not use for production codebases.\n- Expect Chipotle legal to send a strongly-worded taco within 48 hours.\n\n## Credits\n\n- [OpenCode](https:\u002F\u002Fgithub.com\u002Fanomalyco\u002Fopencode) — the real deal, MIT licensed\n- [@Gonzih](https:\u002F\u002Fgithub.com\u002FGonzih) — reverse-engineered the Pepper proxy\n- Chipotle Mexican Grill — for accidentally providing free AI compute to the internet\n\n## Contributing — Help Us Add More Providers!\n\nChipotle patched Pepper, but every major retailer has a customer support chatbot. **We need your help reverse-engineering more providers.**\n\n### Wanted: New Provider Proxies\n\n| Brand | Bot | Status |\n|-------|-----|--------|\n| Chipotle | Pepper (Amelia) | Built in as `pepper-1` |\n| Home Depot | Magic Apron beta | Wired as `magic-apron-1`; public widget assets found; needs authorized adapter endpoint |\n| Sephora | AI Beauty Chat | Wired as `beauty-chat-1`; page is access-controlled from this environment |\n| Nordstrom | Rosie | Wired as `rosie-1`; Sierra widget found; needs authorized adapter endpoint |\n| Lowe's | Mylow | Wired as `mylow-1`; Mylow assets found; needs authorized adapter endpoint |\n| IKEA | Billie | Wired as `billie-1`; FAQ\u002Fsearch surfaces found; needs authorized adapter endpoint |\n| Expedia | Virtual Agent | Wired as `virtual-agent-1`; VAC assets found; needs authorized adapter endpoint |\n\n### How to Contribute\n\n1. **Find a corporate chatbot** that can answer general questions\n2. **Reverse-engineer the API** (WebSocket, REST, etc.)\n3. **Build an authorized OpenAI-compatible proxy** for the bot adapter; do not hardcode browser cookies or one-time guest tokens\n4. **Point the matching env var** at your local `\u002Fv1` endpoint\n5. **Submit a PR** with the adapter notes and verification\n\nSee the [chipotle-llm-provider source](chipotle-llm-provider\u002Fsrc\u002F) for the proxy pattern: Express server + WebSocket client + OpenAI-compatible `\u002Fv1\u002Fchat\u002Fcompletions` endpoint.\n\n## License\n\nMIT (inherited from OpenCode). See [LICENSE](LICENSE).\n\n---\n\n*Extra guac = longer context window* 🧀\n","Chipotlai Max 是一个基于 Chipotle 的 Pepper AI 构建的AI编码助手项目。该项目使用 TypeScript 编写，通过逆向工程实现了与 Chipotle 客服聊天机器人 Pepper 的连接，并将其作为默认模型集成到 OpenCode 项目中。其核心功能包括利用 Chipotle 提供的免费计算资源进行代码生成和问题解决，支持多种编程任务如 LeetCode 题目解答等。此项目适合用于教育目的或娱乐用途，特别是对那些对探索现有客服聊天机器人的潜力感兴趣的开发者。需要注意的是，由于涉及到对第三方服务的非授权访问，该项目仅限于实验性质的应用，不建议在生产环境中使用。",2,"2026-06-11 04:10:41","trending"]