{"id":26804379,"url":"https://github.com/hyxiaoge/fusion-ui","last_synced_at":"2025-08-02T20:05:14.885Z","repository":{"id":281047877,"uuid":"939800755","full_name":"HyxiaoGe/fusion-ui","owner":"HyxiaoGe","description":"Fusion UI是一个现代化AI对话应用程序，基于Next.js和Electron构建，提供流畅的桌面客户端体验和丰富的AI交互功能。支持多模型对话、文件处理和向量搜索，为用户带来高效的AI辅助体验。","archived":false,"fork":false,"pushed_at":"2025-07-18T07:27:08.000Z","size":1937,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T11:21:17.015Z","etag":null,"topics":["ai-assistant","ai-chat","chatbot","desktop-app","electron","i18n","markdown","nextjs","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"https://fusion-ui-self.vercel.app","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/HyxiaoGe.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-02-27T06:04:54.000Z","updated_at":"2025-07-18T07:27:11.000Z","dependencies_parsed_at":"2025-04-05T13:35:29.345Z","dependency_job_id":"82685a5e-5985-41ce-8922-298afa111504","html_url":"https://github.com/HyxiaoGe/fusion-ui","commit_stats":null,"previous_names":["hyxiaoge/fusion-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HyxiaoGe/fusion-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyxiaoGe%2Ffusion-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyxiaoGe%2Ffusion-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyxiaoGe%2Ffusion-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyxiaoGe%2Ffusion-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyxiaoGe","download_url":"https://codeload.github.com/HyxiaoGe/fusion-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyxiaoGe%2Ffusion-ui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448176,"owners_count":24251994,"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-08-02T02:00:12.353Z","response_time":74,"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-assistant","ai-chat","chatbot","desktop-app","electron","i18n","markdown","nextjs","shadcn-ui","tailwindcss"],"created_at":"2025-03-29T22:16:30.708Z","updated_at":"2025-08-02T20:05:14.860Z","avatar_url":"https://github.com/HyxiaoGe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fusion UI\n\n一个基于Next.js和Electron的AI对话应用程序，提供桌面客户端体验。\n\n## 功能特点\n\n- 💬 多模型AI对话支持\n- 🔄 上下文增强和相关讨论推荐\n- 📝 Markdown渲染与代码高亮\n- 📂 文件上传与处理功能\n- 💾 本地数据库存储聊天记录\n- 🌐 桌面应用体验（Electron）\n- 🔍 向量搜索功能\n- 🌙 支持多语言（i18n）\n\n## 技术栈\n\n- **前端框架**: Next.js 15.x\n- **桌面集成**: Electron\n- **UI组件**: Radix UI, Shadcn/UI\n- **样式**: Tailwind CSS\n- **状态管理**: Redux Toolkit\n- **本地数据库**: Dexie.js (IndexedDB)\n- **编辑器**: TipTap\n- **表单处理**: React Hook Form, Zod\n- **文件处理**: FilePond, React Dropzone\n\n## 快速开始\n\n### 开发环境\n\n```bash\n# 安装依赖\nnpm install\n\n# 启动开发服务器（Next.js + Electron）\nnpm run dev\n```\n\n### 构建应用\n\n```bash\n# 构建桌面应用\nnpm run build\n```\n\n### 启动应用\n\n```bash\n# 启动已构建的应用\nnpm start\n```\n\n## 项目结构\n\n```\nsrc/\n  ├── app/           # Next.js 应用页面\n  ├── components/    # UI组件\n  ├── electron/      # Electron主进程代码\n  ├── lib/           # 工具函数和API封装\n  └── redux/         # Redux状态管理\n```\n\n## 功能扩展\n\n本项目支持通过添加新的模型和功能进行扩展。查看代码中的相关组件以了解如何添加新功能。\n\n## 许可证\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyxiaoge%2Ffusion-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyxiaoge%2Ffusion-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyxiaoge%2Ffusion-ui/lists"}