VS Code
Last updated
Last updated
This guide walks you through implementing your website redesign using Visual Studio Code (VS Code) with the Cline extension, which leverages Claude AI to generate your website code from your Conversionzign design documents.
Download and install Visual Studio Code
Visit
Download the appropriate version for your operating system
Follow the installation instructions
Install the Cline extension
Open VS Code
Go to the Extensions view by clicking the Extensions icon in the Activity Bar
Search for "Cline"
Click Install
Set up your Anthropic account
Go to
Create an account if you don't have one
Load your account with credits ($10 should suffice for a start)
Get your Anthropic API key
In your Anthropic account dashboard, navigate to the API keys section
Create a new API key if you don't have one
Copy the API key
Configure Cline in VS Code
Open VS Code settings
Find the Cline extension settings
Add your Anthropic API key
In the model dropdown, select Claude 3.7
Create a new project in VS Code
Click File > New Folder
Create a new folder for your website project
Open the folder in VS Code
Access your Conversionzign documents
Navigate to your project
Go to the Project Documents section
Feed design documents to Cline
Project Overview:
Copy the Project Overview document using the copy to clipboard icon
Open the Cline chat window in VS Code
Paste the Project Overview text
Design Guidelines:
Copy the Design Guidelines document
Paste it into the Cline chat window
Section Breakdown:
Copy the Section Breakdown document
Paste it into the Cline chat window
Press Enter to let Claude process all the information
Review and refine the generated code
Claude will generate the HTML, CSS, and possibly JavaScript for your website
Review the generated files
Request changes as needed (e.g., "Can you make the header more prominent?")
Implement conversion elements
Copy the Conversion Sparks document from Conversionzign
Paste it into the Cline chat window
Press Enter to let Claude implement these conversion-focused elements
Review the implementation of conversion elements
Preview your website
Use the Live Server extension (install if needed)
Right-click on index.html and select "Open with Live Server"
View your website in the browser
Make final adjustments
Use Cline to request any final adjustments
For example: "The call-to-action button needs more contrast" or "Make the testimonials section more prominent"
Optimize for different devices
Ask Cline to ensure the site is responsive
Test on different screen sizes using browser developer tools
Using VS Code with Cline and Claude 3.7 allows you to:
Quickly convert your Conversionzign documents into working code
Make iterative improvements through natural language requests
Maintain consistency with your design specifications
Save time compared to manual implementation
If you encounter issues:
Ensure your API key is correctly entered in Cline settings
Check your Anthropic account has sufficient credits
Try breaking down complex requests into smaller, more specific instructions
For large websites, consider splitting the implementation into logical sections
Go to and log in