{"id":49655202,"url":"https://github.com/nedhmn/ygo-ruling-ai-chatbot","last_synced_at":"2026-05-06T08:43:40.256Z","repository":{"id":292528243,"uuid":"981171572","full_name":"nedhmn/ygo-ruling-ai-chatbot","owner":"nedhmn","description":"AI chatbot for Yu-Gi-Oh! Goat Format rulings, built with Next.js and powered by RAG.","archived":false,"fork":false,"pushed_at":"2025-05-17T18:34:41.000Z","size":1768,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T19:20:12.975Z","etag":null,"topics":["ai","ai-rag","nextjs","openai","pinecone","turborepo","yu-gi-oh","yugioh"],"latest_commit_sha":null,"homepage":"https://nedhmn.github.io/ygo-ruling-ai-chatbot/","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/nedhmn.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}},"created_at":"2025-05-10T13:58:51.000Z","updated_at":"2025-05-17T18:33:57.000Z","dependencies_parsed_at":"2025-05-10T15:28:48.772Z","dependency_job_id":"7bc3169c-c647-4b6e-9165-ec851909aaf4","html_url":"https://github.com/nedhmn/ygo-ruling-ai-chatbot","commit_stats":null,"previous_names":["nedhmn/ygo-ruling-ai-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nedhmn/ygo-ruling-ai-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedhmn%2Fygo-ruling-ai-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedhmn%2Fygo-ruling-ai-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedhmn%2Fygo-ruling-ai-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedhmn%2Fygo-ruling-ai-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nedhmn","download_url":"https://codeload.github.com/nedhmn/ygo-ruling-ai-chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedhmn%2Fygo-ruling-ai-chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32685751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ai","ai-rag","nextjs","openai","pinecone","turborepo","yu-gi-oh","yugioh"],"created_at":"2026-05-06T08:43:39.575Z","updated_at":"2026-05-06T08:43:40.251Z","avatar_url":"https://github.com/nedhmn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yu-Gi-Oh! Ruling AI Chatbot\n\n[![Documentation](https://img.shields.io/badge/Documentation-Link-blue)](https://nedhmn.github.io/ygo-ruling-ai-chatbot/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n\nA monorepo for a Yu-Gi-Oh! ruling AI chatbot focused on [Goat Format](https://www.goatformat.com/whatisgoat.html), built with Turborepo. It leverages AI RAG with OpenAI embeddings and Pinecone for specialized context.\n\n\u003cdiv align=\"center\" style=\"margin-bottom: 20px\"\u003e\n    \u003cimg src=\"./assets/preview.gif\" alt=\"ygo-ruling-ai-chatbot-preview\"\u003e\n\u003c/div\u003e\n\n## ✨ Key Features\n\n- **Accurate Ruling Responses:** Provides precise answers for Yu-Gi-Oh! Goat Format rulings using a RAG approach.\n- **AI-Powered Chatbot:** Combine AI reasoning and relevant context for comprehensive answers.\n- **Dockerized Environment:** Ensures easy, consistent setup.\n- **Turborepo Monorepo:** Efficiently manages project packages and applications.\n\n## 🛠️ Technologies Used\n\n- **Next.js:** React framework for the chatbot.\n- **Vercel AI SDK:** Integrates with AI models.\n- **OpenAI:** Used for embeddings and AI models.\n- **Pinecone:** Vector database for ruling embeddings.\n- **Tailwind CSS:** Utility-first CSS.\n- **shadcn/ui:** Reusable UI components.\n- **Turborepo:** Monorepo management.\n- **ESLint \u0026 Prettier:** Code linting and formatting.\n- **Cheerio:** Web scraping library for server-side jQuery.\n- **Nextra:** Documentation framework.\n- **Docker/docker-compose:** Containerization.\n- **TypeScript:** For type safety.\n\n## 🚀 Getting Started\n\nThis guide will help you get the Yu-Gi-Oh! Ruling AI Chatbot up and running.\n\n### Prerequisites\n\nYou will need the following installed:\n\n- **Docker** and **Docker Compose**\n\nRefer to the **[Documentation](https://nedhmn.github.io/ygo-ruling-ai-chatbot/getting-started/installation)** for detailed installation instructions if needed.\n\n### Clone the Repository\n\n```bash\ngit clone https://github.com/nedhmn/ygo-ruling-ai-chatbot.git\ncd ygo-ruling-ai-chatbot\n```\n\n### Configure Your Environment\n\nYou need to configure environment variables for the `seeder` and `web` services. Example files are provided to help you.\n\n1.  **Create `./packages/seeder/.env.local`:** \u003cbr\u003e\u003cbr\u003e\n    Navigate to the `./packages/seeder` directory. Copy the content from `.env.example` in that directory and create a new file named `.env.local`. Fill in the required environment variables for the seeder service).\n\n2.  **Create `./apps/web/.env.local`:**\u003cbr\u003e\u003cbr\u003e\n    Navigate to the `./apps/web` directory. Copy the content from `.env.example` in that directory and create a new file named `.env.local`. Fill in the required environment variables for the web service.\n\nRefer to the **[Documentation](https://nedhmn.github.io/ygo-ruling-ai-chatbot/getting-started/configuration)** for a full list and description of all configuration options.\n\n### Run the Application\n\nFrom the project root, run the following command to build and start the Docker containers:\n\n```bash\ndocker compose up --build\n```\n\nThis will start the seeder service (which will populate the database) and then the web application.\n\n\u003e [!NOTE]\n\u003e\n\u003e The `--build` flag is important the first time you run this command, or after making changes to the Dockerfiles.\n\nOnce the `web` service is running, the application should be accessible in your web browser at `http://localhost:3000`.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedhmn%2Fygo-ruling-ai-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnedhmn%2Fygo-ruling-ai-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedhmn%2Fygo-ruling-ai-chatbot/lists"}