Your AI Copilot Inside Webflow.
Flowpilot is your OpenAI powered Webflow copilot that helps you write custom code right within the Designer!
AI + Webflow = Magic
Code is like a superpower. Unlock yours with AI.

Interact with Webflow elements
Select and reference Webflow elements on Flowpilot to instantly fetch their class, ID or custom attributes and the code generated will be tailored to use them.
$0/month
💸
💰
💷
💵
Pay once, use forever
Pay for a Flowpilot license to unlock premium features and bring your own OpenAI API key!
BYOK model
Your API is safe and stored locally on your device. This is a static app, which means that it doesn't have a backend.
Generate images
Use DallE-3 to generate high-quality images right within the Designer.








Code profiles
Preset code profiles help you always get the code you want without repeating the context to Flowpilot.
Shortcuts
Execute commands swiftly to manage chat, tweak code output and settings.
GPT-4
A more capable GPT model and has an updated knowledge cutoff of April 2023.
$(document).ready(function(){
$(".button-primary").click(function(){
$(".popup").addClass("show");
});
});