Feedtrix topics¶
The Pipetrix (TheFeedtrix) organizes Grok-ingested posts into topic buckets for background refresh and canonical topicIdsJson.
Allow-listed slugs¶
Defined in server/feedtrixTopics.ts (FEEDTRIX_TOPIC_BY_SLUG):
Slug |
Display title |
|---|---|
|
Politics |
|
Sports |
|
Business & Finance |
|
Science & Technology |
|
Entertainment & Arts |
|
Artificial Intelligence |
|
Gaming |
|
Crypto |
|
Videos |
Invalid slugs return 400 on batch API.
API¶
GET /api/xai/the-feedtrix/batch?topic=<slug>&maxResults=<n>
Fetches Grok JSON for one topic
Server ingests into
thefeedtrix_local(tf_canonical_posts,tf_topic_buckets)Client subscribes via RxDB replication / polling (see
src/feedtrix/)
User preferences¶
feedtrix_topic_prefs in ifixedx_local stores enabled topics for background ticks (src/feedtrix/topicPrefs.ts).