{"id":26070476,"url":"https://github.com/rihoneailabs/trae-chat-101","last_synced_at":"2026-05-27T21:31:51.836Z","repository":{"id":280136399,"uuid":"941089233","full_name":"rihoneailabs/trae-chat-101","owner":"rihoneailabs","description":"A barebone Chatbot built using FastAPI websockets and HTML - powered by Github Models","archived":false,"fork":false,"pushed_at":"2025-03-01T13:25:53.000Z","size":78,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T12:48:23.792Z","etag":null,"topics":["ai-demo","azure-ai","coding-ide","fastapi","github-models","trae-ide","websockets"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/rihoneailabs.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}},"created_at":"2025-03-01T13:12:08.000Z","updated_at":"2025-03-27T14:54:03.000Z","dependencies_parsed_at":"2025-03-01T14:23:48.859Z","dependency_job_id":"8b83fd31-2334-466d-8112-3ef698245fdf","html_url":"https://github.com/rihoneailabs/trae-chat-101","commit_stats":null,"previous_names":["rihoneailabs/github-models-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rihoneailabs/trae-chat-101","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rihoneailabs%2Ftrae-chat-101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rihoneailabs%2Ftrae-chat-101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rihoneailabs%2Ftrae-chat-101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rihoneailabs%2Ftrae-chat-101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rihoneailabs","download_url":"https://codeload.github.com/rihoneailabs/trae-chat-101/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rihoneailabs%2Ftrae-chat-101/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33585203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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-demo","azure-ai","coding-ide","fastapi","github-models","trae-ide","websockets"],"created_at":"2025-03-09T00:00:43.461Z","updated_at":"2026-05-27T21:31:51.819Z","avatar_url":"https://github.com/rihoneailabs.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trae Chat\n\nTrae Chat is a real-time chat application built with FastAPI and WebSocket, featuring a modern and responsive user interface. This project demonstrates how to create a simple chatbot interface with real-time communication capabilities.\n\n![Screenshot](./docs/screenshot.png)\n\n## Features\n\n- Real-time messaging using WebSocket\n- Clean and modern user interface\n- Responsive design that works on both desktop and mobile\n- Simple bot responses to user messages\n- Message history tracking\n\n## Prerequisites\n\nBefore you begin, ensure you have Python 3.7+ installed on your system.\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/rihoneailabs/trae-chat.git\n   cd trae-chat\n   ```\n\n2. Install the required dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Running the Application\n\n1. Start the FastAPI server:\n   ```bash\n   python main.py\n   ```\n   Or alternatively:\n   ```bash\n   uvicorn main:app --reload\n   ```\n\n2. Open your web browser and navigate to:\n   ```\n   http://localhost:8000\n   ```\n\n## Project Structure\n\n```\n.\n├── main.py           # FastAPI application and WebSocket endpoints\n├── requirements.txt  # Python dependencies\n├── static/          # Static files directory\n│   └── index.html   # Frontend chat interface\n└── README.md        # Project documentation\n```\n\n## Development\n\nThe application consists of two main components:\n\n1. Backend (main.py):\n   - FastAPI server handling WebSocket connections\n   - Chat history management\n   - Bot response logic\n\n2. Frontend (static/index.html):\n   - Modern chat interface\n   - Real-time message updates\n   - WebSocket client implementation\n\n## License\n\nThis project is open-source and available under the MIT License.\n\n## Acknowledgments\n\nBuilt with Trae IDE - A powerful AI-powered development environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frihoneailabs%2Ftrae-chat-101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frihoneailabs%2Ftrae-chat-101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frihoneailabs%2Ftrae-chat-101/lists"}