/aboard

Inspiration board combining beautiful RSS feeds.

Primary LanguageHTML

Aboard

MIT license

ANNOUNCEMENT: Aboard.io will shut down on August 2016. It will remain accessible for free on its Github Pages URL https://noclat.github.io/aboard. Thank you for your support.

Aboard is an inspiration board for artists and designers which combines the most beautiful RSS feeds from the Web. You can create your own list, Aboard will remember it the next time you come.

What's new since December 23, 2015

  • New design with wider images
  • Improved performances and reliability
  • Feeds favicons displayed
  • Right click on images enabled
  • Lazy loading images to avoid consuming mobile data
  • Switched from Google Feed API to feedrapp (may experience downtimes due to Heroku free plan) rss2json

Which RSS feeds are compatible?

To make your RSS feed compatible with Aboard, please follow these rules:

  • put your images in <img> tags inside the <description> tag of your XML tree;
  • use images at least 400 x 300px wide;
  • there is no item count limitation, but 10 or more is better for the users.

Then report an issue with your feed URL so I can add it to Aboard.

Categories

Aboard uses categories to help you filter and discover feeds:

  • architecture
  • art (real life art)
  • design (industrial design, furnitures)
  • digital (digital art)
  • fashion
  • interface (web design, apps, UI)
  • lettering
  • photography

About Aboard

The project was first created in two days as a personal challenge. It was initially running on AngularJS and a simple Google Spreadsheet (using the Google Spreadsheet to JSON API and the Google Feed API).

On november 2015, Google closed its Feed API and Aboard couldn't fetch RSS anymore. I took the opportunity to redesign Aboard with some improvements I had noted in background until then, and give a try at Vue.js.