Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from we0-dev/we0

we0 is an AI code editor for development programmers and product managers. same v0, bolt.new,lovable一款专为开发人员和产品经理设计的AI代码编辑器,让代码生成与调试变得轻松高效。亮点:1. 支持浏览器内调试,内置WebContainer环境,可直接运行终端命令;2. 高保真设计还原,利用D2C技术实现90%的设计还原度;3. 支持导入历史项目,方便二次编辑与调试

License

Notifications You must be signed in to change notification settings

Xiaotangguo1234/we0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English 中文

we0

What is We0

alt text

What Makes We0 Different?

Currently, Cursor, v0, and Bolt.new have impressive performance in web project generation. The We0 project has the following features:

Supports browser-based debugging: Built-in WebContainer environment allows you to run a terminal in the browser, install and run npm and tool libraries.

High-fidelity design restoration: Utilizes cutting-edge D2C technology to achieve 90% design restoration.

Supports importing historical projects: Unlike Bolt.new, which runs in a browser environment, We0 can directly open existing historical projects for secondary editing and debugging.

Integrates with WeChat Mini Program Developer Tools: Allows direct preview and debugging by clicking to launch the WeChat Developer Tools.

Multi-platform support: Supports Windows and Mac operating systems for client downloads, as well as web container scenarios, allowing you to choose the appropriate terminal based on usage scenarios.

Feature we0 v0 bolt.new
Code generation and preview
Design-to-code conversion(no open)
Open-source
Supports WeChat Mini Program Tools preview
Supports existing projects
Supports Deepseek
Supports MCP
Supports Generate Design(no open)

Get Started

This project uses pnpm as the package management tool. Ensure your Node.js version is 18.20 .

  • Install pnpm
npm install pnpm -g
  • Install dependencies
# Client
cd apps/we-dev-client
pnpm install

# Server
cd apps/we-dev/we-dev-next
pnpm install
  • Configure environment variables

Rename .env.example to .env and fill in the corresponding content.

Client apps/we-dev-client/.env

# SERVER_ADDRESS [MUST*] (eg: http://localhost:3000)
APP_BASE_URL=

# JWT_SECRET [Optional]
JWT_SECRET=

Servers apps/we-dev-next/.env

# Third-Party Model URL [MUST*] (eg: https://api.openai.com/v1)
THIRD_API_URL=

# Third-Party Model API-Key [MUST*] (eg:sk-xxxx)
THIRD_API_KEY=

# JWT_SECRET [Optional]
JWT_SECRET=

Build the Web Editor

chmod +x scripts/wedev-build.sh

./scripts/wedev-build.sh

Quick Start Method Supports quick start from the root directory.

"dev:next": "cd apps/we-dev-next && pnpm install && pnpm dev",
"dev:client": "cd apps/we-dev-client  && pnpm dev",

How to Install and Use

  1. Go to https://we0.ai/.
  2. Select Download for Mac or Windows to download the installer.
  3. Run the installer.
  4. Open the We0 application.

Question

  • If electron reports an error during the second run, please delete the client workspace
  • electron If there is no preview when starting, run pnpm run electron:dev

Contact US

send email to [email protected]

WeChat Group Chat

alt text

If you cannot join the WeChat group, you can add

alt text

Star History

Star History Chart

About

we0 is an AI code editor for development programmers and product managers. same v0, bolt.new,lovable一款专为开发人员和产品经理设计的AI代码编辑器,让代码生成与调试变得轻松高效。亮点:1. 支持浏览器内调试,内置WebContainer环境,可直接运行终端命令;2. 高保真设计还原,利用D2C技术实现90%的设计还原度;3. 支持导入历史项目,方便二次编辑与调试

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.3%
  • JavaScript 2.3%
  • CSS 0.9%
  • Shell 0.2%
  • MDX 0.1%
  • Dockerfile 0.1%
  • HTML 0.1%