A project has many layouts. A card uses exactly two of them: one front and one back. This tutorial is about how that set is organised and how a card ends up with the pair it gets.
The layout list
Click the LAYOUT dropdown in the editor header.

Everything about ShuffleKit's layout model is visible in this one panel:
Two independent groups. FRONT and BACK resolve separately. A card can match layout 2 on the front and layout 1 on the back; the two decisions don't interact.
Numbered priority. Each layout has a position. The note at the top states the rule:
Priority. Each card uses the first layout it matches, top to bottom.
A condition per layout. Shown under each name: if Type equals "living", or Any card for an unconditional one.
One starred default per group. ★ Default on the layout that catches everything unmatched; Set default on the others, to promote them.
The fallback line. No match → ★ RPG Split spells out where a card goes when nothing claims it.
Reading a resolution
Take the FRONT group from the screenshot:
| # | Layout | Condition |
|---|---|---|
| 1 | RPG Split | if Type equals "living" |
| 2 | Tarot Portrait | if Type equals "space" |
| 3 | Co-op Art | Any card |
- A card with
Type = livingmatches #1 and stops. - A card with
Type = spacefails #1, matches #2. - A card with
Type = artifactfails both, falls to #3. - A card with no Type at all also falls to #3.
Because RPG Split is also the starred default, a card that somehow reached the bottom without matching #3 would come back to it. However, #3 has no condition, so nothing ever gets that far.
Reordering
Click the small up/down arrows beside each layout's number. The menu stays open, so you can shuffle the whole list in one pass. Order is logic, not cosmetics.
The classic mistake: a broad rule sitting above a narrow one. If layout 1 is Type is not empty and layout 2 is Type equals legendary, layout 2 never fires because every legendary card already matched layout 1. Specific first, general last.
Creating, renaming and deleting
Three routes to a new layout, all from the same dropdown:
- New layout: a blank canvas.
- Import from PSD…: bring in a Photoshop design. (The Cards page also offers
Import / Export → From Adobe Illustrator…for.aifiles.) - Browse all (grid): a full-window view of every layout as a thumbnail, split into Card Front and Card Back, each with a New front / New back tile at the end. This is the better view when you have more than a handful of layouts, because you can see the designs rather than just their names.

Hover a row in the dropdown and a pencil and a bin appear on the right, for renaming and deleting that layout in place.
A new front layout is added at the bottom of the FRONT list, which is usually where you want it: below the specific rules, above nothing.
Setting the default
Click Set default next to any layout. The star moves.
Each group needs exactly one, and it should be the layout you're happy for an unclassified card to use. In practice that means your plainest, most forgiving design, the one that looks fine even when half its properties are empty.
Don't put a condition on the default. ShuffleKit warns you if you try:
This is the default front layout (★). It catches every card that doesn't match another layout, so this rule won't hide it from any card. Put the condition on a non-default front layout instead.
The reasoning is worth internalising: a condition on the catch-all is inert. Cards that fail it still land there, because nothing else caught them. The rule can only ever be true or irrelevant, never exclusionary.
There's a second version of that warning for a project with a single front layout: "This is your only front layout, so every card uses it. This rule won't filter anything until you add another front layout for other cards."
Card backs
Backs work identically: their own list, their own priority, and their own starred default. Give them conditions when different card types need different backs, such as faction backs, expansion backs, or a distinct back for tokens.
Most projects need exactly one back, unconditional and starred. Resist the urge to build more until a real need appears. Every extra back is another thing that can resolve wrongly, and a card that matches no back and has no starred default prints on a plain dark back. See Print & Ship.
Checking your work
Three views tell you whether the priority list is doing what you think:
Per card: the Card Details panel in the spreadsheet states the outcome in a sentence, and Why this layout? breaks down every layout that didn't win and why. See Conditions.

Per rule: the condition popover counts live as you type: "Matches 8 of 19 cards · 5 will use this layout (3 match a higher-priority layout first)." That second number is the one that matters.
Per layout: Preview mode in the editor pages through the cards that match the layout you're editing. It filters on the condition alone, so a card claimed by a higher-priority layout still appears here. If the count looks far off, check the priority order before you touch the rule.











