Your Fallows
Resources you have saved to build your personal creative system. Remove any item when you are ready to move on.
No resources followed yet
Start exploring the catalog and follow resources that resonate with your practice.
Browse catalogResources you have saved to build your personal creative system. Remove any item when you are ready to move on.
Start exploring the catalog and follow resources that resonate with your practice.
Browse catalogUnable to load resources.
'; return; } const followedItems = catalog.filter(item => follows.includes(item.id)); if (!followedItems.length) { container.classList.add('hidden'); emptyState.classList.remove('hidden'); return; } container.innerHTML = ''; followedItems.forEach(item => { const card = document.createElement('div'); card.className = `p2aql rounded-[2rem] border border-sage-200 bg-cream-50 p-8 shadow-sm`; card.innerHTML = `${item.description}