Skip to main content
Learn Temporal / Start here

New to Temporal? Start here.

Temporal makes long-running, multi-step work reliable - even when servers crash, networks blink, or downstream services time out. In about an hour you can have your first Workflow running, then go deeper through the courses.

Then go deeper

Once your first Workflow is running, take one of our free, foundational courses.

Common questions

What is Durable ERxecution?

Temporal makes it easier for developers to build and operate reliable, scalable applications without sacrificing productivity. The design of the system ensures that, once started, an application's main function executes to completion - whether that takes minutes, hours, days, weeks, or even years.

What happens when a Workflow fails halfway through?

Temporal records the steps your code takes as it runs. If the process crashes or restarts, your code replays through the recorded steps to recover its state, then continues from where it left off - no manual recovery code needed.

Do I need to run my own Temporal Service?

For local development you can spin one up with the Temporal CLI in seconds. In production you can self-host or use Temporal Cloud.

Get notified when we launch new educational content

New courses, tutorials, and learning resources - straight to your inbox.

Subscribe
Feedback