Intro to plugins

Plugins are WeWeb's bread and butter. They help you extend the functionality of your app by connecting to third-party services, or by adding custom features.

They are available under 3 categories:

  1. Data sources are used to interact with data through third-party services like Xano, Supabase, a REST API, etc.
  2. Authentication are used to authenticate users in your app through third-party services like your company's bespoke token-based auth, OpenID, Xano Auth, etc.
  3. Extensions are used to add custom features to your app like maps, charts, payments, etc.

How to add a Plugin

To add a plugin, go to Plugins, select a plugin category and the plugin you want to add, then click on the Add button:

Add a plugin

Notice that, when the Plugins panel is open, you will find:

  • the list of installed plugins (which you can click on to configure or remove),
  • the list of all available plugins by category, and when applicable,
  • a help text to learn more about the plugin currently selected

Plugin panel in WeWeb

Available Plugins

Here is a list of all the available plugins inside WeWeb.

Data sources

The data sources are the plugins that you can use to connect to third party services, and to fetch data from them. You can find them under the Data sources tab.

Currently available data source plugins include:

TIP

You can connect multiple data sources to the same WeWeb project

Authentication

The authentication plugins are the plugins that you can use to connect to third party services, and to authenticate users in your app. You can find them under the Authentication tab.

Currently available authentication plugins include:

WARNING

You can only have one authentication plugin per app.

Extensions

The extensions are the plugins that you can use to add custom features to your app. You can find them under the Extensions tab.

Currently available extension plugins include:

Plugin configuration

To learn how to configure a plugin, please refer to each plugins' documentation (linked in the list above) or to the modal that will appear on the right when you add a plugin:

How to configure a plugin in WeWeb

Last Updated:
Contributors: Joyce Kettering