Skip to content

Documentation

Unofficial TypeScript SDK for Tipply with authenticated APIs, public widget reads, and realtime TIP_ALERT helpers.

This site documents the current tipply-sdk-ts API surface. It is an unofficial project and is not affiliated with Tipply.

Use this SDK when you need typed access to authenticated Tipply endpoints, public goal and voting widgets, or realtime TIP_ALERT events from Bun, Node.js, or the browser.

  • installation and first-request setup
  • authenticated and public client guides
  • realtime TIP_ALERT connection patterns
  • transport, validation, and error handling details
  • API reference split into focused pages instead of one long list
  • authenticated resources such as me, dashboard, profile, settings, tips, withdrawals, and reports
  • public resources such as goal widgets, voting configuration, template fonts, and widget message flags
  • realtime listeners for TIP_ALERT
  • typed ID helpers such as asUserId() and asTipId()
  1. Open Overview.
  2. Pick Authenticated Client or Public Client.
  3. Use the Reference section when wiring the full integration.