tkr

tkr is a HTML/CSS status feed for self-hosted personal websites, written in PHP. It's heavily inspired by status.cafe.

Source code

LLM Disclosure

I used Claude on some portions of tkr. I've adapted any LLM-generated code suggestions, but if you strongly object to LLMs and don't want any LLM-assisted code on your site, then you shouldn't use this.

If you'd like a feed generator with no LLM-assisted code, check out rsrss. rsrss is also significantly simpler than tkr.

Requirements

  • A server running Linux
  • A web server, such as apache or nginx
  • PHP 8.2+ with SQLite support
    • Required extensions
      • PDO
      • PDO_SQLITE
    • Recommended extensions
      • mbstring
      • fileinfo