--- type: docs title: "Dapr Quickstarts" linkTitle: "Dapr Quickstarts" weight: 70 description: "Try out Dapr quickstarts with code samples that are aimed to get you started quickly with Dapr" no_list: true --- Hit the ground running with our Dapr quickstarts, complete with code samples aimed to get you started quickly with Dapr. {{% alert title="Note" color="primary" %}} We are actively working on adding to our quickstart library. In the meantime, you can explore Dapr through our [tutorials]({{< ref "getting-started/tutorials/_index.md" >}}). {{% /alert %}} #### Before you begin - [Set up your local Dapr environment]({{< ref "install-dapr-cli.md" >}}). ## Quickstarts | Quickstarts | Description | | ----------- | ----------- | | [Service Invocation]({{< ref serviceinvocation-quickstart.md >}}) | Call a method on another service using the service invocation API. | | [State Management]({{< ref statemanagement-quickstart.md >}}) | Create stateful applications using the state management API. | | [Publish and Subscribe]({{< ref pubsub-quickstart.md >}}) | Send and receive messages using the publish and subscribe API. | | [Bindings]({{< ref bindings-quickstart.md >}}) | Schedule a database insert job using the input and output bindings API. | | [Secrets Management]({{< ref secrets-quickstart.md >}}) | Retrieve secrets in the application code from a configured secret store using the secrets management API. | | Actors | Coming soon. | | Observability | Coming soon. | | Configuration | Coming soon. |