Curate lists of items — playlists, reading lists, bundles. Public collections appear on your profile.

{% if collections.is_empty() %}

No collections yet. Use the form below to create your first one, then add items from any item page.

{% else %}
{% for c in collections %} {% endfor %}
Title Items Visibility Created
{{ c.title }} {{ c.item_count }} {% if c.is_public %}Public{% else %}Private{% endif %} {{ c.created_at }}
{% endif %}
New Collection
Letters, numbers, and hyphens only. Filled in for you from the title; edit if you want a shorter URL.

Wishlist

{% if wishlists.is_empty() %}

No wishlisted items. Add items from any item page to save them for later.

{% else %}
{% for item in wishlists %} {% endfor %}
Title Creator Type Price Added
{{ item.title }} {{ item.creator }} {{ item.item_type }} {{ item.price_display() }} {{ item.added_at.format("%b %d, %Y") }}
{% endif %}