The Pattern Design API Plugin

Plugin technical documentation

Plugin standalone view

The Pattern Design API Plugin allows to easily integrate the pattern designs into your website. Copy a few lines of JavaScript and you can display the designs on your website.

Try the demo below - you can browse the galleries, search by text, and change the colors of the designs and switch product previews.

We can also help you with creating professional product previews such as the ones shown in the demo below.

The below snippet uses a demo configuration, in your API account you can configure the plugin as you need it.

See the detailed use cases for Consumer-facing online shops and Digital Sample Book for (Interior) Decorators below for what is possible.

<div id="patterndesign-plugin-container"></div>
            <script src="https://patterndesigns.com/api/plugin/loader/default?accessToken=146-1713532300686-1738251409-3db8fea1a9b47cd796cab599b9706fd169e0df1c30629361f798958fe92d2929&version=1.0.3"></script>

With the plugin's configurator, you can add your own product previews, adapt styling and behavior.

Use Cases

The plugin can be used in various scenarios, yet we have identified two main use cases where it is being used:

Consumer-facing online shop

As an online shop with print on demand products, the plugin allows you to offer a huge selection of color-changeable repeatable designs to your customers.

Embedding the plugin in an online shop involves the following steps. This includes some development effort (even though we've made things simple to use) because the design data from the plugin need to be handed over to the order process.

  • Embed the plugin on your page
  • Style the plugin with CSS according to your needs
  • When a user selects a design, get the selected data from the plugin for further use in your order process (see the technical documentation)
  • Get a preview image from the API for further use in your workflow pattern/recolor
  • When the user finishes an order, you purchase the design and download it for production use (via sale/report and sale/download)

Digital Sample Book for (Interior) Decorators

As a decorator you can embed the plugin on your website, allowing you to choose and customize designs in real-time while advising your clients.

  • Embed the plugin on your website
  • Choose and customize designs via the plugin while talking with your clients.
  • After confirming an order, download production images (PDF or PNG) in our API backend
Contact us