{"id":29481495,"url":"https://github.com/chris-tse/opencode-web","last_synced_at":"2026-04-15T10:36:13.352Z","repository":{"id":304296889,"uuid":"1015874276","full_name":"chris-tse/opencode-web","owner":"chris-tse","description":"A web-based UI for interacting with the opencode API","archived":false,"fork":false,"pushed_at":"2025-07-12T06:11:34.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-12T08:22:38.216Z","etag":null,"topics":["agentic-ai","bun","claude-code","opencode","react","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chris-tse.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-07-08T06:58:09.000Z","updated_at":"2025-07-12T06:11:38.000Z","dependencies_parsed_at":"2025-07-12T08:22:42.565Z","dependency_job_id":"d900d848-4c7f-4ac2-9976-cf85bb394b69","html_url":"https://github.com/chris-tse/opencode-web","commit_stats":null,"previous_names":["chris-tse/opencode-web"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/chris-tse/opencode-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-tse%2Fopencode-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-tse%2Fopencode-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-tse%2Fopencode-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-tse%2Fopencode-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chris-tse","download_url":"https://codeload.github.com/chris-tse/opencode-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-tse%2Fopencode-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31837503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T10:26:52.245Z","status":"ssl_error","status_checked_at":"2026-04-15T10:26:51.649Z","response_time":63,"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":["agentic-ai","bun","claude-code","opencode","react","vite"],"created_at":"2025-07-15T00:07:49.860Z","updated_at":"2026-04-15T10:36:13.334Z","avatar_url":"https://github.com/chris-tse.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# opencode-web\n\nA web-based user interface for [opencode](https://github.com/sst/opencode), providing a modern chat interface to interact with AI coding agents.\n\n## Features\n\n- **Real-time chat interface** with AI coding agents\n- **Live streaming responses** via Server-Sent Events\n- **Tool execution display** with enhanced diff viewing for code changes\n- **Model selection** from multiple AI providers\n- **Responsive design** for desktop and mobile\n- **Auto-session creation** for immediate use\n\n## Getting Started\n\n### Prerequisites\n\n- [Bun](https://bun.sh/) (recommended) or Node.js 18+\n- Running [opencode](https://github.com/sst/opencode) API server\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/your-username/opencode-ui.git\ncd opencode-ui\n\n# Install dependencies\nbun install\n\n# Start opencode server\ncd /path/to/your-project\nopencode serve\n\n# Start development server\nbun dev\n```\n\nThe application will be available at `http://localhost:5173`\n\n### Configuration\n\nThe app will auto-detect your opencode API server. If running on a different host/port, configure the API endpoint in your environment.\n\n## Development\n\n### Available Scripts\n\n- `bun dev` - Start development server with hot reload\n- `bun run build` - Build for production\n- `bun run lint` - Run ESLint\n- `bun run preview` - Preview production build\n\n### Tech Stack\n\n- **React 19** with TypeScript\n- **Vite** for build tooling\n- **EventSource** for real-time streaming\n- **CSS Modules** for styling\n\n### Project Structure\n\n```\nsrc/\n├── components/\n│   ├── Chat/           # Chat interface components\n│   └── Debug/          # Development debugging tools\n├── hooks/              # Custom React hooks\n├── services/           # API integration\n└── utils/              # Helper functions\n```\n\n## Usage\n\n1. **Start a conversation** - Type your coding request in the chat input\n2. **Watch AI work** - See real-time tool execution and code changes\n3. **Review results** - Enhanced diff viewer shows exactly what changed\n4. **Continue iterating** - Build on previous responses naturally\n\n## License\n\nThis project is dual-licensed:\n\n### Open Source License\nAGPL-3.0 for personal, educational, and open source projects.\n\n### Commercial License\nRequired for commercial use, proprietary software, or if you cannot comply with AGPL-3.0 terms.\n\nContact [your-email] for commercial licensing.\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Run tests and linting\n5. Submit a pull request\n\n## Related Projects\n\n- [opencode](https://github.com/sst/opencode) - The AI coding agent backend\n- [opencode TUI](https://github.com/sst/opencode) - Terminal interface\n\n## Support\n\n- [Documentation](./PRD.md) - Product requirements and features\n- [Technical Specification](./TECH_SPEC.md) - Architecture details\n- [Issues](https://github.com/your-username/opencode-ui/issues) - Bug reports and feature requests\n\n## Additional Links\n\n- [opencode](https://github.com/sst/opencode) - The main opencode CLI and API server\n- [opencode.ai](https://opencode.ai) - Official website and documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-tse%2Fopencode-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris-tse%2Fopencode-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-tse%2Fopencode-web/lists"}