diff --git a/site/docs/Livecycle_logo.png b/site/docs/Livecycle_logo.png
new file mode 100644
index 00000000..0e8264d8
Binary files /dev/null and b/site/docs/Livecycle_logo.png differ
diff --git a/site/docs/ci-integration/index.md b/site/docs/ci-integration/index.md
index 73ac7e34..699a826f 100644
--- a/site/docs/ci-integration/index.md
+++ b/site/docs/ci-integration/index.md
@@ -3,11 +3,8 @@ title: Integrating Preevy with your CI
parent: /ci-integration
---
-## **Add 5555555 to your workflow**
+## **Automatically create preview environments from your CI Workflow**
-Livecycle is flexible by design, so there are several ways to add Livecycle to your workflow:
+Preevy is designed to be easily run in CI workflows, such as [GH Actions](https://github.com/features/actions), [Circle CI](https://circleci.com/) and others. This automatically creates shareable preview environments for every upcoming pull request and code change.
-- **Use our open source CLI to create self-hosted preview environments** - Our open source CLI “Preevy” provisions ephemeral preview environments on your cloud provider or Kubernetes cluster with a single command.
-- **Add Livecycle to your CI and get deploy previews for every PR** - By adding Livecycle to your CI/CD pipeline, you can automatically provision shareable preview environments for every commit or pull request.
-- **Instantly share local containers -** The Livecycle Docker Extension lets you share your local containerized app and get feedback while the code is still on your machine, without the hassle of CI builds or staging servers.
-- **Start collaborative review cycles with the team** - Every shared Livecycle preview environment includes built-in feedback tools that collect technical and visual feedback from the team. This means faster, more collaborative review cycles for everyone invovled.
+By sharing [profiles](https://preevy.dev/intro/under-the-hood#profile-configuration), Preevy is able to easily deploy to the same VM when new code is pushed to some branch.
diff --git a/site/docs/cloud-providers/_category_.json b/site/docs/cloud-providers/_category_.json
index 4dc01cfa..4f79b2c2 100644
--- a/site/docs/cloud-providers/_category_.json
+++ b/site/docs/cloud-providers/_category_.json
@@ -1,4 +1,4 @@
{
- "label": "Supported cloud providers",
+ "label": "Supported Cloud Providers",
"position": 3
}
diff --git a/site/docs/cloud-providers/aws-lightsail.md b/site/docs/cloud-providers/aws-lightsail.md
index abe9b5a5..4236b3d3 100644
--- a/site/docs/cloud-providers/aws-lightsail.md
+++ b/site/docs/cloud-providers/aws-lightsail.md
@@ -1,6 +1,6 @@
---
sidebar_position: 1
-title: AWS Lightsail Driver
+title: Deploy to AWS Lightsail
---
# AWS Lightsail Driver
diff --git a/site/docs/cloud-providers/azure.md b/site/docs/cloud-providers/azure.md
index 85d36566..e2e53ccc 100644
--- a/site/docs/cloud-providers/azure.md
+++ b/site/docs/cloud-providers/azure.md
@@ -1,6 +1,6 @@
---
sidebar_position: 3
-title: Microsoft Azure Driver
+title: Deploy to Microsoft Azure
---
# Microsoft Azure Driver
diff --git a/site/docs/cloud-providers/gcp-gce.md b/site/docs/cloud-providers/gcp-gce.md
index cf70e293..4a81d75e 100644
--- a/site/docs/cloud-providers/gcp-gce.md
+++ b/site/docs/cloud-providers/gcp-gce.md
@@ -1,6 +1,6 @@
---
sidebar_position: 2
-title: GCP Compute Engine Driver
+title: Deploy to Google Cloud Platform
---
# GCP Compute Engine Driver
diff --git a/site/docs/cloud-providers/index.md b/site/docs/cloud-providers/index.md
index d74eec96..c887e507 100644
--- a/site/docs/cloud-providers/index.md
+++ b/site/docs/cloud-providers/index.md
@@ -3,11 +3,11 @@ title: Supported Cloud Providers
parent: /cloud-providers
---
-## **recipies index55 to your workflow**
+## **Self-hosted deploy previews in your cloud or Kubernetes cluster**
-Livecycle is flexible by design, so there are several ways to add Livecycle to your workflow:
-- **Use our open source CLI to create self-hosted preview environments** - Our open source CLI “Preevy” provisions ephemeral preview environments on your cloud provider or Kubernetes cluster with a single command.
-- **Add Livecycle to your CI and get deploy previews for every PR** - By adding Livecycle to your CI/CD pipeline, you can automatically provision shareable preview environments for every commit or pull request.
-- **Instantly share local containers -** The Livecycle Docker Extension lets you share your local containerized app and get feedback while the code is still on your machine, without the hassle of CI builds or staging servers.
-- **Start collaborative review cycles with the team** - Every shared Livecycle preview environment includes built-in feedback tools that collect technical and visual feedback from the team. This means faster, more collaborative review cycles for everyone invovled.
+Preevy allows you to easily provision preview environments for your Docker Compose applications to the cloud provider or Kubernetes cluster you're using:
+ - For AWS: use `aws configure`. See [AWS lightsail credentials configurations](/drivers/aws-lightsail#credentials-configuration).
+ - For GCP: use `gcloud auth application-default login`. See [GCP credentials configuration](/drivers/gcp-gce#credentials-configuration)
+ - For Azure: use `az login`. See [Azure credentials configuration](/drivers/azure#credentials-configuration)
+ - For Kubernetes: See [Kubernetes credentials configuration](/drivers/kube-pod#requirements)
diff --git a/site/docs/cloud-providers/kube-pod.md b/site/docs/cloud-providers/kube-pod.md
index 568dee26..89eff91d 100644
--- a/site/docs/cloud-providers/kube-pod.md
+++ b/site/docs/cloud-providers/kube-pod.md
@@ -1,6 +1,6 @@
---
sidebar_position: 4
-title: Kubernetes single Pod driver
+title: Deploy to Kubernetes Single Pod
---
# Kubernetes single Pod driver
diff --git a/site/docs/dashboard/collaborative-reviews.md b/site/docs/dashboard/collaborative-reviews.md
new file mode 100644
index 00000000..564cb14c
--- /dev/null
+++ b/site/docs/dashboard/collaborative-reviews.md
@@ -0,0 +1,12 @@
+---
+sidebar_position: 2
+title: Collaborative reviews
+---
+
+## Collaborative reviews
+
+Livecycle makes it easy to not only create previews of your latest changes, but also to share them and collect feedback in context.
+
+Each of Livecycle's shared preview environments include built-in tools that enable technical teammates to review changes and access services from a browser, so they can see real-time logging, catch errors and execute commands in a terminal, and you can collaboratively fix issues mug earlier in the development lifecycle.
+
+
\ No newline at end of file
diff --git a/site/docs/dashboard/index.md b/site/docs/dashboard/index.md
index fb7cfa15..d18d00f4 100644
--- a/site/docs/dashboard/index.md
+++ b/site/docs/dashboard/index.md
@@ -1,13 +1,10 @@
---
-title: The Livevcvle Dashboard
+title: The Livecycle Dashboard
parent: /dashboard
---
-## **Add 5555555 to your workflow**
+## **Share code changes. Collect feedback.**
-Livecycle is flexible by design, so there are several ways to add Livecycle to your workflow:
+Livecycle makes it easy to not only create previews of your latest changes, but also to share them and collect feedback in context.
-- **Use our open source CLI to create self-hosted preview environments** - Our open source CLI “Preevy” provisions ephemeral preview environments on your cloud provider or Kubernetes cluster with a single command.
-- **Add Livecycle to your CI and get deploy previews for every PR** - By adding Livecycle to your CI/CD pipeline, you can automatically provision shareable preview environments for every commit or pull request.
-- **Instantly share local containers -** The Livecycle Docker Extension lets you share your local containerized app and get feedback while the code is still on your machine, without the hassle of CI builds or staging servers.
-- **Start collaborative review cycles with the team** - Every shared Livecycle preview environment includes built-in feedback tools that collect technical and visual feedback from the team. This means faster, more collaborative review cycles for everyone invovled.
+Using the Dashboard, you can invite teammates to ephemeral environments to review and provide feedback. Each team member can see the open projects assigned to them and review changes in their browser.
diff --git a/site/docs/dashboard/remote-debug.md b/site/docs/dashboard/remote-debug.md
deleted file mode 100644
index e9a0a24d..00000000
--- a/site/docs/dashboard/remote-debug.md
+++ /dev/null
@@ -1,92 +0,0 @@
----
-sidebar_position: 3
-title: Remote Debugging
----
-
-## Provisioning preview environments
-
-When provisioning a new environment using the [`up`](/cli-reference#preevy-up-service) command, Preevy does the following:
-
-- Load the configuration
- - Read the specified Compose file(s)
- - Read the tunneling key and default flags from the profile.
- - Calculate the environment ID based on the current git branch (or uses the `--id` flag.)
- - Connect to the Tunnel Server using the tunneling key to pre-generate the public URLs in env vars
-- Make sure a machine is provisioned:
- - Query the configured cloud provider for an existing machine
- - If a machine doesn't exist yet, a new one is provisioned and a Docker server is set up in it
-- Set up a SSH tunnel to the Docker server on the provisioned machine
-- Build the Compose project
- - Extract the build information from the specified Compose file(s) and combine it with the specified build options to generates an interim build Compose file.
- - Run `docker buildx bake` with the generated build Compose file.
- - The resulting images are either loaded to the provisioned machine or written to an image registry.
-- Deploy the Compose services to the machine's Docker server using the `docker compose up` command
- - Local volumes mounts are copied to the remote machine firsst
- - The original Compose project with is augmented with a helper service, `preevy_proxy`, responsible for connecting to the [Tunnel Server](/tunnel-server).
-- The `preevy_proxy` service creates a tunnel for each service.
-- Fetch the urls from Tunnel Server and output them.
-
-## Profile configuration
-
-The Preevy profile provides a mechanism for storing and sharing configuration and state between different machines. This allows sharing of environments between different CI jobs, or different developers.
-Using a shared profile ensures consistent configuration and stable URLs between different CI runs.
-
-Preevy includes built-in support for sharing profiles using [AWS S3](https://aws.amazon.com/s3/) and [Google Cloud Storage](https://cloud.google.com/storage/). You can also store the profile on the local filesystem and copy it manually.
-
-:::note
-The profile does not contain any cloud provider credentials.
-
-When using S3, the Preevy CLI uses the local AWS credential chain (e.g, from environment variables, AWS profile, or EC2 role)
-
-Similarly, when using Google Cloud Storage, the Preevy CLI uses the locally stored Google Cloud credentials.
-
-For both providers, Preevy needs specific permissions to create the bucket (if it doesn't already exist) and read/write objects on the bucket.
-
-### Profile URLs
-
-Profile URLs specify the location of the shared profile on AWS S3 or Google Cloud Storage. A bucket name is always specified. The same bucket can be used to store multiple profiles by specifying a base path.
-
-Example AWS S3 URL:
-```
-s3://preevy-config/profile1?region=us-east-1
-```
-
-Refers to a profile stored on a S3 bucket named `preevy-config` in the region `us-east-1` under the base path `profile1`.
-
-Example Google Cloud Storage URL:
-
-```
-gs://preevy-config/profile1?project=my-project
-```
-
-Refers to a profile stored on a GCS bucket named `preevy-config` in the project `my-project` under the base path `profile1`.
-
-To import a shared profile, specify its URL to the `preevy init` command:
-
-```
-preevy init --from s3://preevy-config/profile1?region=us-east-1
-```
-
-List profiles which were already imported using the command [`preevy profile ls`](/cli-reference#preevy-profile-ls).
-
-## Components
-
-#### [CLI](https://github.com/livecycle/preevy/tree/main/packages/cli)
-
-The CLI is a node.js program responsible for:
-
-- Provisioning and tearing down VMs.
-- Exposing environments' state and URLs to the end user.
-- Storing & accessing profile data. (settings, keys, etc...)
-- Setting up a VM with Docker tooling.
-- Syncing Compose source code and local volumes.
-- Running the application and installing daemon for connecting to the tunneling service.
-
-For usage examples, you can go over the [CLI reference](/cli-reference)
-
-#### [Tunnel server](https://github.com/livecycle/preevy/tree/main/packages/tunnel-server)
-
-The tunnel server is a node.js based server responsible for exposing friendly HTTPS URLs for the Compose services.
-A free public instance is hosted on `livecycle.run`, and it can be self-hosted as well.
-
-Read more about it: [Tunnel server](/tunnel-server)
diff --git a/site/docs/dashboard/share-environments.md b/site/docs/dashboard/share-environments.md
deleted file mode 100644
index 9d64144b..00000000
--- a/site/docs/dashboard/share-environments.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-sidebar_position: 2
-title: Sharing environments
----
-
-# Motivation
-
-Preevy was designed to help development teams improve their code-review workflows by providing a simple and cost-effective way to provision ephemeral environments for every branch. AKA: _**Preview Environments**_.
-Preview environments can be used to test, validate and review changes made in a branch, before merging them.
-They are a non-production version of the application, that can be accessed by anyone with a link that is usually attached to every pull/merge request.
-
-Our mission at [Livecycle](https://livecycle.io) is to make the development workflow more collaborative and free of back and forth communication.
-We believe that **preview environments** serve an integral part for accomplishing our mission, and one of our earliest challenges as a startup was to make preview environments more accessible and affordable for all teams.
-
-As we grew Livecycle, we've seen teams implement preview environments for frontend applications by leveraging the power of [Vercel](https://vercel.com/docs/concepts/deployments/preview-deployments), [Netlify](https://docs.netlify.com/site-deploys/deploy-previews/) or even our [own solution](https://docs.livecycle.io/getting-started/livecycle-pipelines/).
-
-Yet, when it comes to deploying preview environments for a complex application with multiple services, many teams struggle to find the right solution and juggle between the different complexities and tradeoffs (fidelity, security, cost, scale, etc...). If they don't postpone the effort altogether, they often compromise on a complex, costly solution that isn't tailored to their needs.
-
-Many of the challenges in setting up complex preview environments are related to the inherent complexities and configuration fragmentation of production (or production-like) environments of enterprise applications. (e.g. Kubernetes configuration, [IaC](https://en.wikipedia.org/wiki/Infrastructure_as_code), scale, compliance/security, etc...).
-
-Preevy lowers the bar for deploying preview environments, aiming for any developer with a minimal knowledge of Docker and a cloud provider account.
-
-In the tradeoff between fidelity and simplicity, we chose simplicity. We believe that for preview environment to fulfill their potential impact on development flows, they should be cheap, hackable, and accessible to everyone.
-
-Originally, we planned Preevy as a side-project to let our customers provision preview environments on their infrastructure.
-We decided to open-source it, since we are excited about the potential value it can bring to the community and the possibility of establishing an ecosystem of standards, practices and tools around preview environments.
diff --git a/site/docs/faq.md b/site/docs/faq.md
index 1255d51f..ce3f1f02 100644
--- a/site/docs/faq.md
+++ b/site/docs/faq.md
@@ -1,4 +1,50 @@
---
title: FAQ
sidebar_position: 15
----
\ No newline at end of file
+---
+
+## Common questions about using Preevy
+
+What is the difference between the Livecycle Docker Extension and Ngrok?
+
+ The Livecycle Docker Extension is integrated with Docker, and provides a smoother experience for Docker users.
+ Consistent URLs, private environments, organizations and Google/Github authentication are supported out of the box.
+ Livecycle dashboard provides debugging capabilities that includes log inspection, shell access, and container inspection.
+ Lastly, integration with the Preevy CLI allows you to create preview environments for Pull Requests - remote ephemeral environments that can be used when your development machine is offline.
+Which frameworks and languages does Livecycle support?
+
+ Livecycle is language and framework agnostic. It works with anything that runs in a Docker container.
+What security features does the Livecycle Docker extension offer?
+
+ The Livecycle Docker Extension uses a secure SSH tunnel to expose your local development environment using Livecycle's tunnel server, which is only accessible using HTTPS.
+
+ You can enable private URLs to restrict access to your environment.
+How do I get started with the Livecycle Docker Extension?
+
+ You can get started with the Livecycle Docker Extension by following the steps in the Getting Started section of this document.
+What makes the Livecycle Docker Extension different from other tools?
+
+ Livecycle Docker extension is integrated with the Preevy CLI and the Livecycle managed service.
+ Using the Preevy CLI, you can provision remote ephemeral environments that can be used in addition to sharing local environments.
+ This functionality can also be used in your CI pipeline to provision preview environments for Pull Requests.
+ The Livecycle managed service adds additional layers of management, collaboration, review and debugging on top of shared environments.
+How do I get support for the Livecycle Docker Extension?
+
+ Join the Livecycle Community on Slack to get support for the Livecycle Docker Extension.
+