MatterBlend

How it works?

  1. Post your article on MatterBlend

    Once you created an account, you can POST your articles to MatterBlend using the following request:

    curl -X POST https://matterblend.com/<your-handle>

    We accept articles written in Org Mode and Markdown. We plan to integrate Eno soon.

  2. Retrive your articles as JSONFeed

    Execute the following GET request to retrieve your articles.

    curl -X GET https://matterblend.com/<your-handle>

    This will retrieve your articles as a JSON collection (JSONFeed format).

    We will also display the actual, formatted article on MatterBlend. The canonical link of each article, however, will always point to your domain. The idea is to help others discover your articles, not to hijack it, so it is essential to prevent the duplicate content issues.

  3. Discover others' content

    Navigate through MatterBlend to read curated articles about programming from around the web. We provide a simple, unified look'n'feel. It is just white background and black text. There are no themes. We want to allow you to read articles in the least intrusive way.

    There are no ads, and there will never be. There will never be any paywalls as well. We plan to provide some premium features and/or relay on donations to keep this initiative going.

    We also provide a GraphQL endpoint to facilitate the article discovery. Using this approach you can easily search through the aggregation in a unified way.