TypeScript tutorials

TypeScript is a strongly typed programming language that builds on JavaScript. Temporal's TypeScript SDK lets you use TypeScript to build Node.js applications that take advantage of Temporal's features.
These tutorials will walk you through building Temporal applications using TypeScript.
📄️ Integrating Temporal into an existing Next.js application
Explore how Temporal integrates into an existing Next.js application using Next.js API routes. This gives you the ability to write full-stack, long-running applications end to end in TypeScript.
📄️ Build a subscription workflow with Temporal and TypeScript
In this tutorial, we will tour all of the Workflow APIs you should know, primarily Signals, Queries, `condition`, and `sleep`, by building a realistic monthly subscription payments workflow that can be canceled and changed while it runs.
📄️ Choose Your Own Adventure Bot walkthrough in TypeScript
In this tutorial, we'll integrate all the knowledge gained from Core and Production APIs in an end-to-end, complete demo application.
🗃️ Build a Background Check application with Temporal and Typescript
3 items
📄️ Deploy a TypeScript application to production on a Digital Ocean Droplet using Temporal Cloud
Learn how to deploy your TypeScript-based Temporal Application to a DigitalOcean Droplet using Ubuntu 20.04 or 22.04 and Temporal Cloud
📄️ Build a Work Queue Slackbot with Temporal in Typescript
Learn how to build a Slash Command Slack App using Temporal to manage ork queues without a traditional database.