For the complete documentation index, see llms.txt. This page is also available as Markdown.

Select your editor

You can build a Custom App in Make in a variety of ways.

Make web interface

The Make web interface lets you create and manage the Custom App configuration directly within the Make platform. It offers a graphical interface, allowing you to easily build the app by setting up connections, modules, and parameters and personalizing the app behavior.

This is the primary way to create Custom Apps, and it is suitable for most use cases. It is also the best option for users who are new to coding or prefer a guided approach to Custom Apps development.

Visual Studio Code

You can use VS Code with the Make Apps Editor extension.

This is the way for advanced developers who are familiar with using IDEs. The VS Code extension allows you to edit Custom Apps online or pull the whole app into local files and use them with the Git versioning system, edit locally, then deploy changes back to Make.

Last updated