Skip to main content

Introduction

Welcome to the documentation for Colibri. Whether you are building a financial dashboard, a niche community hub, or a personal knowledge base, Colibri provides the infrastructure to turn raw RSS data into structured, enriched content.

What is Colibri

Colibri is a REST API designed to bridge the gap between traditional RSS feeds and modern application requirements.

While RSS remains the backbone of open-form content on the web, its implementation is often fragmented and inconsistent. Colibri offers a consistent, unified interface that allows developers to integrate feeds or specific posts from various sources directly into their applications without the headache of managing multiple XML formats or custom parsers.

By handling the heavy lifting of polling and content normalization, Colibri lets you focus on building features, not infrastructure.

How it works

Colibri operates on a high-frequency synchronization engine designed for reliability:

  • Automated Fetching: Every 4 hours, our engine polls registered sources to ensure your application has access to the latest content.

  • Intelligent Parsing: We normalize feeds into a single, predictable JSON schema.

  • AI-Powered Enrichment: Beyond simple parsing, Colibri uses LLMs to analyze the content of each post and generate a concise, meaningful description. This ensures that even feeds with missing metadata or "summary-only" tags provide value to your end users.

Example use case

To illustrate the power of Colibri, consider a Stock Tracking Application:

  1. The Challenge: Users want to see the latest news regarding specific stocks, but financial news is scattered across dozens of different blogs and institutional feeds.

  2. The Colibri Solution: Your application makes a single call to the Colibri API to fetch the latest posts from a curated list of financial sources.

  3. The Result: Your users see a clean, uniform list of the top articles. Because of Colibri’s AI-generated descriptions, even technical or dense financial reports are presented with a clear summary, helping your users stay informed at a glance.