Documentation
Temporal Platform explanation and usage information.
Get started with Temporal
New to Temporal? Follow our introductory tutorials and courses to get a feel for the developer experience and the value of the Temporal Platform.
Start building your next app
Have a use case? Jump into the developer guides to start building your next backend application with Temporal.
Deploy your application to production
Choose a production deployment environment that suits your needs.
Introducing our core concepts
Temporal Cluster
Provides reliable and scalable workflow orchestration.
A Temporal Cluster ensures that Workflows are resilient by saving each step the Workflow code takes. It also schedules retries whenever there are errors in your application’s code.
You can run it wherever you’d like and scale from a single laptop to thousands of machines, adding resources when and where you need them. And although you've just set up a lightweight Cluster for development, switching your code to point at a production Cluster only requires changing your connection parameters.
Dev tools
Use the Temporal CLI and Web UI to manage and monitor your Workflows.
References
Referable Platform information