Bulk Production Examples (Live Session #53)

Jul 4, 2025
Unlisted

This is the project created during the Live Session below.

⚠️ Note that this template has not been fully tested and it's not an official Cuttle template, but you can use it as a starting point for your own projects.

Single Name Tag

Using Auto Layout

When using Auto Layout this is the line that is doing the work:

namesList.map(nameOnTag => NameTag({nameOnTag}))

By mapping each of the names on namesList into a new instance of the NameTag.

Using Linear Repeat

When using a repeat modifier you want to check the option to CUSTOMIZE EACH REPETITION.

Then on the NameTag we use this expression for the name namesList[rep] in order to get each repetition to have a consecutive item from the namesList.

Using Tile Repeat

Similar to the version above but we use tile repeat instead. In this case you need to manually select the number of rows and columns to get the number of tags to match the number of names in the list.

Watch on YouTube
Makes & Comments
You must be a member of Cuttle Pro to post in this area.
LICENSE

Free for personal use. To sell physical items upgrade to Cuttle Pro.

You may create physical items for personal use.
PRO
Upgrade to Cuttle Pro to sell physical items derived from this template.
You may not sell or give away digital items (like SVGs) derived from this template. Learn more.