Help to install the webflow app initialization


Could anyone please outline the steps I need to follow before getting started with a Webflow app? I have already created the app, but I’m uncertain if I need to do anything beyond downloading VS Code. I have also installed PowerShell and VS Code, but I’m encountering errors with PowerShell. Could anyone clarify the necessary tools for this project and provide guidance on resolving these issues? Additionally, I need instructions on how to install the Webflow CLI and initialize the project. Your assistance would be greatly appreciated.
reference video:

Hi @Agha_Hussain2 - glad to hear you’re starting to build an App!

From what you mentioned, it sounds like you may need to set up your development environment (which includes installing Node/npm, as the error in your first screenshot alludes to).

From the Webflow side, it sounds like you already created an App in your workspace. That’s a good first step, as it ensures you have registered an App with Webflow and you can test locally.

I’d start with purusing our docs for building an App here. Depending on the type of App you’re building, there are guides that help you understand the mental model of how Apps are set up, what tools may be needed, and in some cases, we reference example Apps in our code samples. Do check out some of the projects there as they can be good references in how to use the Webflow APIs to build an example.

Lastly, when you do install the webflow-cli tool on your machine, if you’re building a Designer Extension App, I recommend following this guide as a starting point, as the tool will help scaffold an App locally for you.

Hope this helps!