Step 1: Sync Your Lovable Project to GitHub
Lovable has built-in GitHub integration. If you haven’t already connected it:Connect to GitHub
Go to your project’s Settings and find the GitHub section. Click Connect to GitHub and authorize Lovable to access your GitHub account.
Create or select a repository
Choose to create a new repository or connect to an existing one. Lovable will sync your project code to this repository.
Step 2: Connect GitHub in Workshop
If you haven’t already connected your GitHub account to Workshop:- Workshop Desktop
- Workshop Cloud
- Open Workshop Desktop and navigate to Hub > Connectors
- Click Connect on the GitHub connector
- Authorize the Workshop GitHub App and select which repositories to grant access to
- Confirm the connection
Step 3: Create a Project from Your Lovable Repository
- Workshop Desktop (Recommended)
- Workshop Cloud
- Click New Project from the Projects page
- Select Import from Git
- Choose your Lovable repository from the list, or paste the repository URL
- Workshop clones the repository and creates your project
Step 4: Set Up and Run Your Project
Once the project is created, open a conversation and ask the agent to get your project running:- Detect the project structure (React + Vite + TypeScript + Tailwind is typical for Lovable projects)
- Install dependencies with
npm install - Start the development server
- Verify everything is running correctly
What You Can Do Next
With your Lovable project now in Workshop, you can extend it in ways that weren’t possible before:| Capability | Example Prompt |
|---|---|
| Add AI models | ”Add a Gemini connector so users can interact with Google’s AI models” |
| Connect databases | ”Set up a PostgreSQL database to store user data instead of local storage” |
| Build a backend | ”Create a Python/FastAPI backend with authentication and API routes” |
| Add integrations | ”Integrate Stripe for payment processing” |
| Custom deployment | ”Help me set up deployment to Netlify with automatic deploys from GitHub” |
Deployment
Workshop’s one-click publish is designed for projects built natively in Workshop. For your imported Lovable project, ask the agent to set up deployment to a hosting provider that suits your stack:Ready to get started?
Download Workshop Desktop to import your Lovable project with the best experience.