A ViDesigns Product
Bringing GPT into Webflow

Your AI Copilot Inside Webflow.

Flowpilot is your OpenAI powered Webflow copilot that helps you write custom code right within the Designer!

00:00
/
00:00

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.

Coming soon

Generate images

Use DallE-3 to generate high-quality images right within the Designer.

Code Profiles
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Code profiles

Preset code profiles help you always get the code you want without repeating the context to Flowpilot.

//clear
$this.class
//settings
$this.attr
$this.text
$this.attr
$this.id
//clear
$this.id
//clear
$this.style
$this.attr

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.

Flowpilot
When I click on all elements with $this.class, add a class .show to the element with class .popup
You 12:16
$(document).ready(function(){
  $(".button-primary").click(function(){
    $(".popup").addClass("show");
  });
});
AI 12:16
Modes
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.