Your step-by-step wizard to replace Lovable with a free, open-source AI coding setup in VS Code — no developer experience needed.
We'll tailor every download link and terminal command to your computer.
VS Code is the free code editor where your AI assistant will live. Think of it as your new Lovable workspace — but on your computer.
.exe file and click "Next" through the wizard. Check ✅ "Add to PATH" when asked.Click the big blue "macOS" button. Unzip the download, then drag Visual Studio Code.app into your Applications folder.Node.js is the engine that runs Qwen Code. You need version 20 or higher. This is a one-time setup — 3 minutes tops.
.msi installer. Click "Next" through everything — the defaults are fine. ✅ Make sure "Add to PATH" is checked.Run the downloaded .pkg installer. Follow the prompts — all defaults are fine.v22.x.x. As long as it's 20 or higher, you're good.cmd, press Enter.Mac: Press Cmd + Space, type Terminal, press Enter.This is the free, open-source AI coding agent that replaces Lovable's AI. It uses Alibaba's Qwen3-Coder model — one of the best coding AIs available, and it's 100% free with 1,000 requests per day.
qwen/qwen3-coder.This extension lets Qwen Code see your files, show changes visually, and work right inside VS Code — like Lovable's editor, but better.
qwenlm)qwen and press Enter. The extension will show "Connected to VS Code".Time to get your code out of Lovable and onto your computer. We'll use GitHub as the bridge. If you're starting fresh, skip to the next step.
git --version. macOS will prompt you to install it automatically..env.local file and add the keys there.This is where the magic happens. Let's fire up your project and start talking to your AI coding assistant.
qwennpm run devgit add . && git commit -m "your message" && git push