JSON Feed Validator

Check whether your feed is valid. For more information about JSON Feed, see the specification. Find the validator source code on GitHub.

GET validation response in JSON format.

Feed source

{
  "version": "https://jsonfeed.org/version/1.1",
  "user_comment": "This feed lets you know when a new note is published. Copy the following URL -- https://ckunte.net/feed.json -- and add it to your feed reader.",
  "title": "Chetan Kunté",
  "home_page_url": "https://ckunte.net",
  "feed_url": "https://ckunte.net/feed.json",
  "favicon": "https://ckunte.net/inc/favicon.svg",
  "description": "Offshore Structures Engineer, Chartered Naval Architect",
  "authors": [
    {
      "name": "Chetan Kunté",
      "url": "https://ckunte.net"
    }
  ],
  "items": [
    {
      "id": "https://ckunte.net/2026/manage-keys",
      "title": "Manage keys",
      "url": "https://ckunte.net/2026/manage-keys",
      "content_text": "Here’s how to manage GPG keys meant for pass . Howto change master password (GPG passphrase) Open your terminal and list your keys to find your Key ID or email: gpg --list-secret-keys --keyid-format LONG Run the edit command (replace user@example.com…",
      "date_published": "2026-09-14T23:11:00Z"
    },
    {
      "id": "https://ckunte.net/2026/omarchy",
      "title": "Kicking Omarchy's tires",
      "url": "https://ckunte.net/2026/omarchy",
      "content_text": "I like what I see in Omarchy Quattro . I obviously and absolutely love the tiling window manager and TUI-like panes, as I am a fan and past user of the concept popularised by dwm . Key bindings clearly seem set by one hard-wired to a Mac keyboard. I…",
      "date_published": "2026-09-05T20:38:00Z"
    },
    {
      "id": "https://ckunte.net/2026/flaky-gui",
      "title": "Flaky GUI",
      "url": "https://ckunte.net/2026/flaky-gui",
      "content_text": "Once or twice a year, Raspberry Pi OS Desktop refuses to go past the login screen. No issues via SSH or TTY. Raspberry Pi switched to labwc in 2024, and while I like where they are going, it’s not battle-tested, and I am impatient — to have my Desktop…",
      "date_published": "2026-08-22T21:22:00Z"
    }
  ]
}