# SDK demo applications Create example web stores with SDK demo applications. ## Me Endpoint Checkout app The Me Endpoint Checkout app uses the SDKs and [Me endpoints](/api/me-endpoints-overview.md) to create an example web store. In the example web store you can view Products, add Products to a Cart, log in as a Customer, and migrate a Guest Cart to a Customer Cart. ![Screenshot of Checkout app](https://docs.commercetools.com/dev-tooling/images/ts-sdk/ts-checkout-app.png) When running, interactions to the API are output in the terminal (server functions) and browser developer console (browser functions). ### Installation The Me Endpoint Checkout app is currently available for the Java, TypeScript, and .NET SDK. You can find instructions for installing and using the Me Endpoint Checkout app in the respective SDK's GitHub page. - [Java](https://github.com/commercetools/commercetools-sdk-java-v2/blob/main/examples/spring/README.md) - [TypeScript](https://github.com/commercetools/commercetools-sdk-typescript/tree/master/examples/me) - [.NET](https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/tree/master/commercetools.Sdk/Examples/commercetools.Api.CheckoutApp) ## Related pages - [Area overview page with navigation](/dev-tooling.md) - [Previous page: SDK code examples](/dev-tooling/sdk-example-code.md)