Skip to content

Plugins are event sources that feed the timeline. Each plugin fetches events (title, time, color, link, etc.) for the current day; Sidefy merges them into one view.

  • Built-in plugins — Calendar, Reminders, RSS, GitHub, Tips (ship with the app). Menu barPlugins → [plugin name] → Enable or Settings.
  • Custom plugins — JavaScript you write in the app: implement fetchEvents(config) and return an array of events. Use the sidefy API for HTTP, storage, dates, and optional AI/crawler.
  • Community plugins — Plugins from the sidefy-plugins repo; install and they run like custom plugins.