三叶 宫水 (@MIKUKANO)在 Reddit 看到一个还不错的 Claude Code 项目 -- Claudable 中发帖

来源是在: Made a Free Lovable Alternative for Claude Code Users 
作者开源了 Lovable 替代品 - Claudable,可以直接用 Claude Pro 或 Cursor 订阅,在本地环境中提供高效的开发辅助功能
https://github.com/opactorai/Claudable/raw/main/assets/Claudable_short.gif(图片大于 4 MB)
看了下怎么启动的,
# Clone the repository
git clone https://github.com/opactorai/Claudable.git
cd Claudable

# Install all dependencies (Node.js and Python)
npm install

# Start dev...