A plugin is a small web application that can communicate with Front using a Javascript SDK. It allows you to extend Front with new features, making it possible to connect it with other tools you use and optimize the workflow of your team.

Common use cases of plugins include:

  • Link or create entities in a CRM, a knowledge base, or any other tool
  • Show additional data about your customers from your backend, knowledge base, or any other source
  • Take actions directly inside Front on behalf of a user so you can automate a workflow
2720

Getting Started

Check out our Getting Started guide to learn how to build a plugin.

Tools

Check out our Tools page to find resources and sample code that facilitate the development of plugins.

Front UI Kit

Use the Front UI Kit to access ready-made React components and save on development time.

Plugin SDK Reference

Learn about the methods and data models that the Plugin SDK provides by referring to the Plugin SDK Reference.