Home / Companies / Temporal / Blog / Post Details
Content Deep Dive

Introducing the Temporal TypeScript SDK

Blog post from Temporal

Post Details
Company
Date Published
Author
swyx
Word Count
699
Language
English
Hacker News Points
-
Summary

Temporal has released the public beta of its TypeScript SDK, designed for developers to write highly scalable and reliable long-running workflows without being experts in distributed systems. The SDK offers a TypeScript-first developer experience but also works well with JavaScript. It includes four core APIs: Workflow, Activity, Worker, and Client. Users can start by running npx @temporalio/create@latest or using the prebuilt Gitpod environment for cloud development.