Sample applications

Front provides the following connector sample projects:

  • Basic application object handler—This sample project demonstrates how you can run a server in Front that verifies incoming requests are coming from Front, and then passes information from an API to the application object in Front.
  • No-code application object—This sample project demonstrates setting up an application object in Front that retrieves information from a public API (in this case, Shopify) to power the target URL and the additional information the application object presents to the user. Unlike the Basic application object handler, this example does not require any code. You can use this no-code approach if you don't need to process the requests or API calls, as opposed to the application object handler which allows you to run advanced logic on the data to/from the application object.