codefuse-ai / codefuse-ide

AI Native IDE based on CodeFuse and OpenSumi
Other
125 stars 10 forks source link

CodeFuse IDE Support Web IDE #32

Open hacke2 opened 1 week ago

hacke2 commented 1 week ago

CodeFuse IDE was initially positioned to focus on Desktop IDE + AI scenarios, but many partners in the community want to provide Web IDE to meet their internal Cloud IDE scenarios, so they can utilize the separation of the entrance, i.e., the construction method, and transform CodeFuse IDE to support Web IDE at the same time. the underlying framework of OpenSumi supports the construction of a dual-end IDE see https://github.com/opensumi/ide-startup .

hacke2 commented 1 week ago

Related #16