{"id":24737672,"url":"https://github.com/iris-networks/iris","last_synced_at":"2025-10-10T06:31:58.096Z","repository":{"id":274034124,"uuid":"909233303","full_name":"iris-networks/iris","owner":"iris-networks","description":"This is the crud backend for our QA test application","archived":false,"fork":false,"pushed_at":"2025-02-28T10:22:19.000Z","size":15306,"stargazers_count":18,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T16:23:01.972Z","etag":null,"topics":["ai","automation","computer-use","qa-automation-test"],"latest_commit_sha":null,"homepage":"https://docs.tryiris.dev","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/iris-networks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-28T05:05:45.000Z","updated_at":"2025-04-24T08:42:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"94491e56-3d8d-4cb9-9ba0-0e939088dc76","html_url":"https://github.com/iris-networks/iris","commit_stats":null,"previous_names":["pokemonlabs/iris","iris-networks/iris"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iris-networks/iris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-networks%2Firis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-networks%2Firis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-networks%2Firis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-networks%2Firis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iris-networks","download_url":"https://codeload.github.com/iris-networks/iris/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-networks%2Firis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002966,"owners_count":26083489,"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-10-10T02:00:06.843Z","response_time":62,"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":["ai","automation","computer-use","qa-automation-test"],"created_at":"2025-01-27T22:09:01.344Z","updated_at":"2025-10-10T06:31:58.091Z","avatar_url":"https://github.com/iris-networks.png","language":"TypeScript","readme":"\n# \u003cimg src=\"./public/iris.svg\" alt=\"Iris Logo\" style=\"vertical-align: middle; width: 40px; height: 40px;\" /\u003e Iris\n\n**Revolutionizing Open-Source AI Testing Infrastructure**\n\nWhile AI-powered backend UI testing solutions have proliferated, developers face a critical challenge: most advanced testing agents are closed-source black boxes. Iris emerges as a transparent, community-driven solution - offering enterprise-grade testing capabilities with complete visibility and control.\n\n[![GitHub stars](https://img.shields.io/github/stars/pokemonlabs/iris?style=social)](https://github.com/pokemonlabs/iris) \n[![Discord](https://img.shields.io/badge/Discord-Join%20Chat-7289da?style=flat\u0026logo=discord)](https://discord.gg/uuNbJQyw6g)\n![License](https://img.shields.io/badge/License-MIT-green)\n\n## 🚀 Why Iris?\n\n✅ **Full observability** into testing algorithms and processes  \n✅ **Avoid vendor lock-in** with self-hosted AI models  \n✅ **Community-driven improvements** through open collaboration  \n✅ **Modern testing paradigm** combining AI precision with developer control\n\n## 🌟 Featured Capabilities\n\n- Visual regression testing with AI-powered analysis\n- Self-healing test scripts using ML models\n- Cross-browser/device testing orchestration\n- CI/CD pipeline integration hooks\n- Real-time test visualization and debugging\n\n## 🛠 Tech Stack\n\n[![ZenStack](https://img.shields.io/badge/ZenStack-2.0-blue?style=flat\u0026logo=prisma)](https://zenstack.dev)\n[![Remix](https://img.shields.io/badge/Remix-2.0-purple?style=flat\u0026logo=remix)](https://remix.run)\n[![Prisma](https://img.shields.io/badge/Prisma-5.0-black?style=flat\u0026logo=prisma)](https://prisma.io)\n[![Docker](https://img.shields.io/badge/Docker-20.x-2496ED?style=flat\u0026logo=docker)](https://docker.com)\n[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-14+-336791?style=flat\u0026logo=postgresql)](https://postgresql.org)\n\n![Iris Testing Demo](./tryiris.gif)\n\n## 🚀 Getting Started\n\n### 📋 Prerequisites\n\n- Node.js v18+\n- pnpm 8.x\n- Docker 20.x+\n- PostgreSQL 14+\n- **Environment Setup**:\n  ```bash\n  cp .env.template .env\n  # Configure your environment variables\n  ```\n\n### ⚡ Quick Installation\n```bash\npnpm run init\n```\nSingle command sets up:\n- Full dependency tree\n- Dockerized services\n- Database schema + seed data\n- Pre-commit hooks\n\n## 🧩 Core Workflows\n\n### Development Mode\n```bash\npnpm run dev    # Hot-reload server\npnpm run debug  # Interactive debugging\n```\n\n### Production Deployment\n```bash\npnpm run build  # Optimized build\npnpm run start  # Start production server (port 8099)\n```\n\n### Database Operations\n```bash\npnpm run database:sync:dev  # Schema sync (dev only)\npnpm run database:reset     # Full reset + reseed\npnpm run database:seed      # Load mock data\n```\n\n## 🏗 System Architecture\n\n```mermaid\ngraph TD\n    A[User Interface] --\u003e|HTTP| B[Remix Edge Runtime]\n    B --\u003e|Job Queue| C[Redis Cluster]\n    C --\u003e|Process| D[AI Testing Workers]\n    D --\u003e|Store Results| E[(PostgreSQL)]\n    E --\u003e|Analyze| F[Reporting Dashboard]\n    F --\u003e|Trigger| G[CI/CD Pipeline]\n```\n\n## 🧭 Roadmap\n\n- **AI Test Generation**  \n  Convert natural language to executable test cases\n- **Private Model Integration**  \n  Support for local LLMs (Llama 2, Mistral)\n- **Intelligent Test Caching**  \n  Context-aware cache invalidation for CI/CD\n- **Multi-Cloud Orchestration**  \n  Unified testing across AWS/GCP/Azure\n- **Mobile Testing Suite**  \n  Cross-platform iOS/Android validation\n\n## 💌 Community \u0026 Support\n\n[![Discord Banner](https://dcbadge.vercel.app/api/server/uuNbJQyw6g)](https://discord.gg/uuNbJQyw6g)\n\nJoin 500+ developers in our Discord community to:\n- Get expert implementation support\n- Shape the product roadmap\n- Share testing strategies\n- Collaborate on integrations\n\n## 🤝 Contributing\n\nWe actively welcome contributors! Please see our [Contribution Guidelines](https://github.com/pokemonlabs/iris/CONTRIBUTING.md) for:\n- Code style standards\n- Testing requirements\n- RFC process\n- Community expectations\n\n*(Guidelines coming next week - watch the repo!)*\n\n---\n\n**License**: [MIT](https://opensource.org/licenses/MIT)  \n**Maintainer**: Pokemon Labs Team  \n**Code of Conduct**: [Contributor Covenant](https://www.contributor-covenant.org/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firis-networks%2Firis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firis-networks%2Firis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firis-networks%2Firis/lists"}