Kudos

A lightweight way to recognize teammates. Two clicks, one short note, instant gratitude.

Log in to send kudos, or browse the API to integrate recognition into your own tools.

  • Summary only: one line like “You washed the car.”
  • Two people: sender + recipient. Both can see shared kudos.
  • Private by default: only involved users see their kudos feed.
Hands holding a glowing heart

API quickstart

  1. Authenticate: POST /api/login/ to get a token.
  2. Send kudos: POST /api/kudos/ with recipient_id and summary.
  3. List yours: GET /api/kudos/ to see sent and received kudos.

All endpoints accept session cookies or Authorization: Token <token>.