Skip to content

Commit

Permalink
Added first version of desktop page
Browse files Browse the repository at this point in the history
  • Loading branch information
Pive01 committed Oct 11, 2023
1 parent c89e9f6 commit 98d0fb4
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions content/en/user-guide/tools/localstack-desktop/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: "LocalStack Desktop"
weight: 8
description: >
Getting started with LocalStack Desktop application
tags: ["desktop", "docker"]
aliases:
- /tools/localstack-desktop/
- /user-guide/tools/localstack-desktop/
---

LocalStack Desktop is a desktop client that allows users to easily control and interact their LocalStack instance. With LocalStack Desktop, users can start and stop their LocalStack instance with a single click, create a new container, view logs, interact with LocalStack container via cli and use our resource browser.

<img src="localstack-desktop-containers.png" alt="LocalStack Desktop" title="LocalStack Desktop" width="900" />

## Installation

You can install LocalStack Desktop by downloading the latest executables for your platform from the [web application](https://app.localstack.cloud/download) or by installing it directly from the [Microsoft Store](https://www.microsoft.com/store/apps/9NTRNFT9ZWS2).
To install LocalStack Desktop, **Docker** is the only prerequisite.

## Features

LocalStack Desktop helps users to interact with their LocalStack instance with a simple and intuitive UI. Some of the features of LocalStack Desktop includes the ability to : Control LocalStack, Interact with LocalStack, get LocalStack insights and use the Resource browser.

### Control LocalStack

Using our Desktop application you will be able to start, stop, delete and create new containers with just a click. It also allows to set up a custom URL if you are using LocalStack outside of Docker or in Kubernetes.

<!--TODO replace with container creation image-->
<p>
<img src="localstack-desktop-containers.png" alt="LocalStack Desktop container creation" title="Create a container directly from LocalStack Desktop" width="900" />
</p>

### Interact with LocalStack

You can run commands within the LocalStack container by using our CLI

<img src="localstack-desktop-terminal.png" alt="LocalStack Desktop cli interaction" title="Interact with the LocalStack container with a cli" width="900" />


### LocalStack Insights

LocalStack Desktop provides quick access to your LocalStack logs for instant insights. See what's happening in details from the Logs tab.

<img src="localstack-desktop-logs.png" alt="LocalStack Desktop Logs tab" title="Check your instance logs" width="900" />


### Resource browser

You can also create, modify, delete and read all of your resources from the Resource Browser tab, having the same experience that you would have using it in our [web application](https://app.localstack.cloud/inst/default/resources)

<img src="localstack-desktop-resource-browser.png" alt="LocalStack Desktop Resource Browser" title="Manage your resources using our Resource Browser" width="900" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98d0fb4

Please sign in to comment.