Back to browse
GitHub Repository
6 starsRust

lovable-downloader – download Lovable projects locally (Rust CLI)

by DirecktHit·Mar 9, 2026·4 points·0 comments

AI Analysis

MidShip It

Quick Rust CLI extracting Lovable projects, but it's a one-off convenience tool.

Strengths
  • Solves real friction: Lovable's GitHub-only export requirement eliminated with 23 lines of logic
  • Written in Rust and distributed via cargo—zero-friction installation
  • Handles asset downloads and respects API size limits gracefully
Weaknesses
  • No watch/sync mode—one-shot download only, doesn't keep local copy in sync with cloud edits
  • Manual token extraction from browser DevTools is fragile; no official API integration
Target Audience

Lovable users wanting to export prototypes for local development

Similar To

GitHub CLI export · Vercel project download

Post Description

I didn’t want to connect my GitHub to my Lovable account just to download a quick prototype.

So I did what any sane person would do. I vibe-coded a CLI that downloads your Lovable project directly to your machine.

It’s written in Rust, reconstructs the full project directory locally, and handles assets (up to a certain size, determined by Lovable's API) so you end up with a (mostly) complete copy of the project.

You can install it quickly via cargo.

Similar Projects

Open Source●●Solid

FluxDown – Free download manager built with Rust and Flutter

FluxDown pairs a Rust/Tokio transfer engine with a Flutter front end and a browser extension to offer multi-protocol downloads, token-bucket bandwidth control, IDM-style segmentation, and SQLite-backed resume. The implementation choices promise real throughput gains, but this competes directly with mature tools (aria2, qBittorrent, IDM) and the landing page currently highlights only a Windows build — solid engineering, not a category redefinition.

SlickWizardry
zero-lab
103mo ago