# Bulk Production Examples (Live Session #53)

[![cuttle](https://cuttle-uploads.imgix.net/56/c342d0fa290e787762339822921ed4bb73fadf5a355f2611c10f6c5bdeea28f6.jpg?auto=compress,format&q=80&fit=crop&width=32&height=32&dpr=1)Cuttle Official](https://cuttle.xyz/@cuttle)

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.

[YouTube video](https://www.youtube.com/watch?v=It_opBaW68c)

[Watch on YouTube](https://youtu.be/It_opBaW68c)

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](https://cuttle.xyz/pricing).

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](https://cuttle.xyz/learn/licensing).