Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Temporal Platform Documentation
sidebar_label: Home
hide_table_of_contents: true
hide_title: true
description: Official docs for Temporal, the open source Durable Execution platform for crash-proof applications. Guides, SDKs, and references for reliable workflows.
description: Official docs for Temporal, the open source Durable Execution platform for crash-proof applications and AI agents. Guides, SDKs, and references for reliable workflows.
---

import {
Expand Down Expand Up @@ -32,7 +32,7 @@ import {

Temporal is an open-source platform for building reliable applications. Temporal delivers crash-proof execution by guaranteeing that applications resume exactly where they left off after crashes, network failures, or infrastructure outages, whether that happens seconds, days, or even years later.

Temporal enables developers to focus on building features that drive the business while ensuring that mission-critical processes such as order fulfillment, customer onboarding, and payment processing never fail or disappear, regardless of what goes wrong.
Temporal enables developers to focus on building features that drive the business while ensuring that mission-critical processes such as order fulfillment, customer onboarding, payment processing, and AI agents never fail or disappear, regardless of what goes wrong.

<HeroCta href="/quickstarts">Quickstart</HeroCta>

Expand Down