Sample applications

Front provides the following dynamic object sample projects:

  • Basic dynamic 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 dynamic object in Front.
  • No-code dynamic object—This sample project demonstrates setting up a dynamic object in Front that retrieves information from a public API (in this case, Shopify) to power the target URL and the additional information the dynamic object presents to the user. Unlike the Basic dynamic 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 dynamic object handler which allows you to run advanced logic on the data to/from the dynamic object.