The Feed

Your social-style stream for creators, communities, and headlines.

Add account or feed

When adding a source, we ingest posts from the previous 24 hours to seed your timeline.

Handle examples
    {% for item in suggestions %}
  • {{ item.label }}: {{ item.example }}
  • {% endfor %}

Unread ({{ unread|length }})

{% for post in unread %}

{{ post.title }}

{{ post.source_name }} · {{ post.platform }} · {{ post.published_at or post.fetched_at }}

{% if post.summary %}

{{ post.summary|striptags|truncate(220) }}

{% endif %}
{% if post.is_starred %}
{% else %}
{% endif %}
{% else %}

No unread posts.

{% endfor %}

Starred ({{ starred|length }})

{% for post in starred %}

{{ post.title }}

{{ post.source_name }} · {{ post.platform }}

{% if post.is_read %}
{% else %}
{% endif %}
{% else %}

No starred posts.

{% endfor %}

Read ({{ read|length }})

{% for post in read %}

{{ post.title }}

{{ post.source_name }} · {{ post.platform }}

{% if post.is_starred %}
{% else %}
{% endif %}
{% else %}

No read posts yet.

{% endfor %}