Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pulsy.app/llms.txt

Use this file to discover all available pages before exploring further.

Atria Library

The Atria Library is a curated collection of reusable feed templates. Each template packages a manifest, JavaScript filter template, and configuration schema. Repository: Pulsy-Global/atria-library

Current Templates

Template Structure

library/<template-slug>/
  manifest.json
  filter.js.hbs
  filter-config.json

Why It Exists

Templates help teams start from known feed patterns instead of writing every feed definition from scratch. They are also useful references for AI agents generating new Atria feed logic. For the manifest format, see feed manifest.