[Guides & How-tos]

[Guides & How-tos]

Playpen Guidance - A Quick Start

Playpen Guidance - A Quick Start

What is Playpen?

Playpen is a lightweight, no-login version of Amorfs Studio that lets you explore and experiment with core features instantly. Think of it as a sandbox environment where you can try things out before committing to the full app.

Amorfs Studio is a platform that helps you transform your data into something beautiful. You can:
- Personalize and organize your information
- Apply stunning layout templates from a library
- Or create your own custom designs

What is Playpen?

Playpen is a lightweight, no-login version of Amorfs Studio that lets you explore and experiment with core features instantly. Think of it as a sandbox environment where you can try things out before committing to the full app.

Amorfs Studio is a platform that helps you transform your data into something beautiful. You can:
- Personalize and organize your information
- Apply stunning layout templates from a library
- Or create your own custom designs

What is Playpen?

Playpen is a lightweight, no-login version of Amorfs Studio that lets you explore and experiment with core features instantly. Think of it as a sandbox environment where you can try things out before committing to the full app.

Amorfs Studio is a platform that helps you transform your data into something beautiful. You can:
- Personalize and organize your information
- Apply stunning layout templates from a library
- Or create your own custom designs

What can you do in Playpen?

With Playpen, you can:
- Try out a selection of ready-made templates
- Edit both content and design
- Instantly preview your results
- Save as an image

Once you’re happy with your work, simply click “Save to Studio” to:
- Create an account
- Unlock the full experience in Amorfs Studio

What can you do in Playpen?

With Playpen, you can:
- Try out a selection of ready-made templates
- Edit both content and design
- Instantly preview your results
- Save as an image

Once you’re happy with your work, simply click “Save to Studio” to:
- Create an account
- Unlock the full experience in Amorfs Studio

What can you do in Playpen?

With Playpen, you can:
- Try out a selection of ready-made templates
- Edit both content and design
- Instantly preview your results
- Save as an image

Once you’re happy with your work, simply click “Save to Studio” to:
- Create an account
- Unlock the full experience in Amorfs Studio

Getting Started with Playpen

1. Understand the canvas

The canvas is divided into two main areas: Edit and Preview

2. Choose a template

Click on the Template dropdown to explore available options, such as: Simple Card, Contact Card, Payment Card, Passport,...

Feel free to play around and see what works best for your use case.

3. Editing your template

Inside the Edit panel, there are two main tabs: Data and Design

3.1. Data Tab
- Write your data using the Amorfs format, basic rules:

· Use - to mean “has a”
· Use [ ] to describe details
· Each part ends with ]

Example:
Contact card [ 
- name [Jane Cooper]
- role [Sales manager]
- email [jane@work.com]
]

Want to understand this format more deeply?
Read More: Reading Your First Amorfs Document

- Edit directly on the card preview

While editing a card, you’ll see a live preview on the right side of the screen.
You can edit your card directly from this preview:
· Double-click any text on the card preview
· Edit or delete the text
· The data in the editor will update automatically

For quick fixes, this lets you adjust content visually without touching the format.
If you make a mistake, use Ctrl + Z (or Cmd + Z) to undo at any time.


3.2. Design Tab

This is where you control how your template looks using HTML and CSS to create an HTML snippet.
To connect your design with real data, Amorfs uses something called placeholders.

What is a Placeholder?

A placeholder is a marker in your design that tells the system: Replace this with real data.

It is always written inside double curly braces:

Standard format:
{{description}} for the description itself. This is needed for multi-language support.

{{description[?]} for any items under the description. Works for text and images.


Examples:
{{name}}: {{name[?]}} → displays name: Sam, Jack
{{avatar[?]}} → displays the actual image

📝 Important Rules (Must Remember):
  1. Always use the correct format: {{expression...}}
    Avoid using single curly braces {expression}

  2. Field names must match your Data
    The name inside the placeholder must be exactly the same as in your Data tab

  3. Use image placeholders correctly
    -
    In HTML: inside src
    - In CSS: inside url(...)

  4. Empty data won’t break your design
    If a field has no data, the layout will still stay intact.

Data Tab

Design Tab

profile_card [

    - full name [Jane Doe]

    - avatar [https://example.com/avatar.png]

]

:template[{{#TEMPLATE}}

<div class="profile-card">

  <img src="{{avatar[?]}}" alt="" />

  <div>{{full name[?]}}</div>.

</div>

{{#TEMPLATE}}]

Getting Started with Playpen

1. Understand the canvas

The canvas is divided into two main areas: Edit and Preview

2. Choose a template

Click on the Template dropdown to explore available options, such as: Simple Card, Contact Card, Payment Card, Passport,...

Feel free to play around and see what works best for your use case.

3. Editing your template

Inside the Edit panel, there are two main tabs: Data and Design

3.1. Data Tab
- Write your data using the Amorfs format, basic rules:

· Use - to mean “has a”
· Use [ ] to describe details
· Each part ends with ]

Example:
Contact card [ 
- name [Jane Cooper]
- role [Sales manager]
- email [jane@work.com]
]

Want to understand this format more deeply?
Read More: Reading Your First Amorfs Document

- Edit directly on the card preview

While editing a card, you’ll see a live preview on the right side of the screen.
You can edit your card directly from this preview:
· Double-click any text on the card preview
· Edit or delete the text
· The data in the editor will update automatically

For quick fixes, this lets you adjust content visually without touching the format.
If you make a mistake, use Ctrl + Z (or Cmd + Z) to undo at any time.


3.2. Design Tab

This is where you control how your template looks using HTML and CSS to create an HTML snippet.
To connect your design with real data, Amorfs uses something called placeholders.

What is a Placeholder?

A placeholder is a marker in your design that tells the system: Replace this with real data.

It is always written inside double curly braces:

Standard format:
{{description}} for the description itself. This is needed for multi-language support.

{{description[?]} for any items under the description. Works for text and images.


Examples:
{{name}}: {{name[?]}} → displays name: Sam, Jack
{{avatar[?]}} → displays the actual image

📝 Important Rules (Must Remember):
  1. Always use the correct format: {{expression...}}
    Avoid using single curly braces {expression}

  2. Field names must match your Data
    The name inside the placeholder must be exactly the same as in your Data tab

  3. Use image placeholders correctly
    -
    In HTML: inside src
    - In CSS: inside url(...)

  4. Empty data won’t break your design
    If a field has no data, the layout will still stay intact.

Data Tab

Design Tab

profile_card [

    - full name [Jane Doe]

    - avatar [https://example.com/avatar.png]

]

:template[{{#TEMPLATE}}

<div class="profile-card">

  <img src="{{avatar[?]}}" alt="" />

  <div>{{full name[?]}}</div>.

</div>

{{#TEMPLATE}}]

Getting Started with Playpen

1. Understand the canvas

The canvas is divided into two main areas: Edit and Preview

2. Choose a template

Click on the Template dropdown to explore available options, such as: Simple Card, Contact Card, Payment Card, Passport,...

Feel free to play around and see what works best for your use case.

3. Editing your template

Inside the Edit panel, there are two main tabs: Data and Design

3.1. Data Tab
- Write your data using the Amorfs format, basic rules:

· Use - to mean “has a”
· Use [ ] to describe details
· Each part ends with ]

Example:
Contact card [ 
- name [Jane Cooper]
- role [Sales manager]
- email [jane@work.com]
]

Want to understand this format more deeply?
Read More: Reading Your First Amorfs Document

- Edit directly on the card preview

While editing a card, you’ll see a live preview on the right side of the screen.
You can edit your card directly from this preview:
· Double-click any text on the card preview
· Edit or delete the text
· The data in the editor will update automatically

For quick fixes, this lets you adjust content visually without touching the format.
If you make a mistake, use Ctrl + Z (or Cmd + Z) to undo at any time.


3.2. Design Tab

This is where you control how your template looks using HTML and CSS to create an HTML snippet.
To connect your design with real data, Amorfs uses something called placeholders.

What is a Placeholder?

A placeholder is a marker in your design that tells the system: Replace this with real data.

It is always written inside double curly braces:

Standard format:
{{description}} for the description itself. This is needed for multi-language support.

{{description[?]} for any items under the description. Works for text and images.


Examples:
{{name}}: {{name[?]}} → displays name: Sam, Jack
{{avatar[?]}} → displays the actual image

📝 Important Rules (Must Remember):
  1. Always use the correct format: {{expression...}}
    Avoid using single curly braces {expression}

  2. Field names must match your Data
    The name inside the placeholder must be exactly the same as in your Data tab

  3. Use image placeholders correctly
    -
    In HTML: inside src
    - In CSS: inside url(...)

  4. Empty data won’t break your design
    If a field has no data, the layout will still stay intact.

Data Tab

Design Tab

profile_card [

    - full name [Jane Doe]

    - avatar [https://example.com/avatar.png]

]

:template[{{#TEMPLATE}}

<div class="profile-card">

  <img src="{{avatar[?]}}" alt="" />

  <div>{{full name[?]}}</div>.

</div>

{{#TEMPLATE}}]

Explore Amorfs Studio

Once you’re comfortable using Playpen, you can move to Amorfs Studio for the full feature set.

In Amorfs Studio, you can:
-
Save and manage your templates
- Upload and store images
- Create Rooms to organize content
- Share individual templates or entire Rooms

👉 Learn more about Amorfs Studio

Explore Amorfs Studio

Once you’re comfortable using Playpen, you can move to Amorfs Studio for the full feature set.

In Amorfs Studio, you can:
-
Save and manage your templates
- Upload and store images
- Create Rooms to organize content
- Share individual templates or entire Rooms

👉 Learn more about Amorfs Studio

Explore Amorfs Studio

Once you’re comfortable using Playpen, you can move to Amorfs Studio for the full feature set.

In Amorfs Studio, you can:
-
Save and manage your templates
- Upload and store images
- Create Rooms to organize content
- Share individual templates or entire Rooms

👉 Learn more about Amorfs Studio

Summary

Playpen helps you:
- Get started instantly (no login required)
- Experiment freely
- Understand how Amorfs works

Visit Playpen.

When you’re ready, transition to Amorfs Studio to unlock the full power of the platform.

Summary

Playpen helps you:
- Get started instantly (no login required)
- Experiment freely
- Understand how Amorfs works

Visit Playpen.

When you’re ready, transition to Amorfs Studio to unlock the full power of the platform.

Summary

Playpen helps you:
- Get started instantly (no login required)
- Experiment freely
- Understand how Amorfs works

Visit Playpen.

When you’re ready, transition to Amorfs Studio to unlock the full power of the platform.

Share to

Don’t want to miss anything?

Get weekly updates on the newest posts, events and tips right in your mailbox.

© 2025 Amorfs. All rights reserved.

Don’t want to miss anything?

Get weekly updates on the newest posts, events and tips right in your mailbox.

© 2025 Amorfs. All rights reserved.

Don’t want to miss anything?

Get weekly updates on the newest posts, events and tips right in your mailbox.

© 2025 Amorfs. All rights reserved.