{"id":34836957,"url":"https://github.com/rodrigogs/vibecode-playground","last_synced_at":"2025-12-25T16:07:51.018Z","repository":{"id":299475884,"uuid":"1003174334","full_name":"rodrigogs/vibecode-playground","owner":"rodrigogs","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-14T05:20:34.000Z","size":37895,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-14T07:15:19.072Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://brain-rot-factory.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodrigogs.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-06-16T18:33:22.000Z","updated_at":"2025-08-14T05:20:37.000Z","dependencies_parsed_at":"2025-07-22T03:19:54.157Z","dependency_job_id":null,"html_url":"https://github.com/rodrigogs/vibecode-playground","commit_stats":null,"previous_names":["rodrigogs/vibecode-playground"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rodrigogs/vibecode-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigogs%2Fvibecode-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigogs%2Fvibecode-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigogs%2Fvibecode-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigogs%2Fvibecode-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodrigogs","download_url":"https://codeload.github.com/rodrigogs/vibecode-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigogs%2Fvibecode-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28032366,"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-12-25T02:00:05.988Z","response_time":58,"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-12-25T16:06:25.024Z","updated_at":"2025-12-25T16:07:51.012Z","avatar_url":"https://github.com/rodrigogs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"media/logo.png\" alt=\"Brain-rot Factory Logo\" width=\"200\" height=\"200\"\u003e\n  \n  # Vibecode Playground\n  \n  [![CI](https://github.com/rodrigogs/vibecode-playground/workflows/CI/badge.svg)](https://github.com/rodrigogs/vibecode-playground/actions)\n  [![codecov](https://codecov.io/gh/rodrigogs/vibecode-playground/branch/main/graph/badge.svg)](https://codecov.io/gh/rodrigogs/vibecode-playground)\n\u003c/div\u003e\n\nModern TypeScript monorepo with Turbo for high-performance builds. Chat with AI-powered Italian brain-rot meme characters! 🧠💬\n\n## 🚀 Live Demo\n\n**Try it live:** [https://brain-rot-factory.vercel.app](https://brain-rot-factory.vercel.app)\n\n- [About](https://brain-rot-factory.vercel.app/about) - Project story and AI collaboration journey\n\n**Features:**\n- 🤖 AI-powered chat with brain-rot characters\n- 🎵 Text-to-speech with audio distortion\n- 🎁 Rewarded ads system (prepared, currently inactive)\n- 🌍 Multi-language support (EN, IT, PT, ID, JA, ZH)\n- 🔐 GitHub OAuth authentication\n- 📊 Analytics and performance monitoring\n- ⚖️ LGPD compliant privacy policies\n\n## Structure\n\n```bash\n├── apps/\n│   ├── brain-rot-factory/        # Next.js web app with AI chat interface  \n│   └── brain-rot-crawler/        # Web scraper for content collection\n├── packages/\n│   ├── ai/                       # AI agents with LangChain\n│   ├── cache/                    # Caching system (memory/filesystem)\n│   ├── logger/                   # Structured logging\n│   ├── utils/                    # File and time utilities\n│   ├── template/                 # Package template\n│   ├── eslint-config/            # Shared ESLint configs\n│   ├── typescript-config/        # Shared TypeScript configs\n│   └── test/                     # Shared Vitest config\n```\n\n## Stack\n\n- **Turbo** - Monorepo orchestration\n- **TypeScript** - Dual ESM/CJS builds\n- **Vitest** - Testing with coverage\n- **ESLint** - Linting with shared configs\n- **LangChain** - AI capabilities\n\n## Quick Start\n\n```bash\ngit clone https://github.com/rodrigogs/vibecode-playground.git\ncd vibecode-playground\nnpm install\nnpm run build\n```\n\n## Commands\n\n```bash\nnpm run build         # Build all packages\nnpm run dev          # Development mode\nnpm test             # Run tests\nnpm run lint         # Lint code\n```\n\n## Environment\n\n```bash\n# AI Functionality\nOPENAI_API_KEY=      # For AI functionality\nDEEPSEEK_API_URL=    # DeepSeek API\nDEEPSEEK_API_KEY=    # DeepSeek key\n\n# Authentication  \nAUTH_SECRET=         # NextAuth.js secret\nGITHUB_ID=          # GitHub OAuth client ID\nGITHUB_SECRET=      # GitHub OAuth secret\n\n# Features\nENABLE_REWARDS=     # Enable rewarded ads (default: false, currently inactive)\n```\n\n## Legal \u0026 Compliance\n\nThis project includes comprehensive legal documentation and LGPD compliance:\n- [Live Terms](https://brain-rot-factory.vercel.app/terms) - Terms of Service (live)\n- [Live Privacy Policy](https://brain-rot-factory.vercel.app/privacy) - Privacy Policy (live)\n- [MIT License](./LICENSE) - Open source license\n\n## Packages\n\n| Package                   | Description                          |\n| ------------------------- | ------------------------------------ |\n| `@repo/ai`                | AI agents with LangChain integration |\n| `@repo/cache`             | Memory and filesystem caching        |\n| `@repo/logger`            | Structured logging with debug        |\n| `@repo/utils`             | File and time utilities              |\n| `@repo/template`          | Package creation template            |\n| `@repo/eslint-config`     | Shared ESLint configurations         |\n| `@repo/typescript-config` | Shared TypeScript configurations     |\n| `@repo/test`              | Shared Vitest testing utilities      |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigogs%2Fvibecode-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigogs%2Fvibecode-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigogs%2Fvibecode-playground/lists"}