> ## Documentation Index
> Fetch the complete documentation index at: https://crsdk.app/llms.txt
> Use this file to discover all available pages before exploring further.

# May 4, 2026 — SDK and example-app refresh

This release completes the package transition to the new Alpha SDK naming and publishes the public example apps used throughout the docs.

### New

* **Public example apps** — the docs now point at the live reference repos:
  * [`alpha-sdk-typescript`](https://github.com/jordlee/alpha-sdk-typescript)
  * [`alpha-sdk-python`](https://github.com/jordlee/alpha-sdk-python)
  * [`alpha-sdk-swift`](https://github.com/jordlee/alpha-sdk-swift) (now also includes the macOS sample app)
* **Notebook / data-collection Python example** — a minimal Jupyter-friendly helper flow for discovery, property collection, live view, and capture.
* **Docs recipe alignment** — the Swift and TypeScript lifecycle recipes now mirror the actual public example apps.

### Changed

* **Server package migration** — the old `camera-remote-web-api` npm package is now deprecated in favor of:
  * [`@alpha-sdk/api`](https://www.npmjs.com/package/@alpha-sdk/api) for the server binary, CLI, and `ServerManager`
  * [`@alpha-sdk/client`](https://www.npmjs.com/package/@alpha-sdk/client) for the TypeScript REST client
* **Swift SDK docs** now reference `AlphaSDK 0.3.1` and the current public repository layout.
* **Python and npm package READMEs** now link directly to the public example repos instead of the old in-repo-only paths.

### Fixed

* **Docs-site package references** — corrected stale package examples and outdated helper links, including the Python notebook helper path and the TypeScript priority-key usage examples.
