diff --git a/packages/frontend/package.json b/packages/frontend/package.json
index c90d6e2e4..e2973a804 100644
--- a/packages/frontend/package.json
+++ b/packages/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "@speckle/frontend",
- "version": "2.1.0",
+ "version": "2.2.1",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
diff --git a/packages/frontend/src/assets/onboardingsplash.png b/packages/frontend/src/assets/onboardingsplash.png
new file mode 100644
index 000000000..80ec81488
Binary files /dev/null and b/packages/frontend/src/assets/onboardingsplash.png differ
diff --git a/packages/frontend/src/assets/splash.svg b/packages/frontend/src/assets/splash.svg
new file mode 100644
index 000000000..f4c4e3833
--- /dev/null
+++ b/packages/frontend/src/assets/splash.svg
@@ -0,0 +1,249 @@
+
+
+
diff --git a/packages/frontend/src/components/GettingStartedSteps.vue b/packages/frontend/src/components/GettingStartedSteps.vue
new file mode 100644
index 000000000..87023db79
--- /dev/null
+++ b/packages/frontend/src/components/GettingStartedSteps.vue
@@ -0,0 +1,172 @@
+
+
+ Next, we will guide you through setting up Speckle on your computer. If you've done
+ this before, feel free to skip this wizard!
+ The next steps in a nutshell:
+ Speckle Manager is a desktop application that handles accounts and connectors
+ (Rhino, Revit, etc.) on your machine. Once you have downloaded Speckle Manager, go
+ ahead and install it. Once you're done, go to the next step!
+
+ In order to use the desktop connectors with Speckle, you need to add this account to
+ the Speckle Manager. Click the button below to do so. NOTE: You need to have Speckle
+ Manager installed first!
+
+ The authentication process will open several annoying windows, but at the end of the
+ process your account should be safely stored on your computer - and usable from
+ within all the connectors.
+
+ Streams are the primary way Speckle organizes data. You can see them as a file, a
+ part of a file, or a repository. Ultimately, a stream is simply a collection of
+ objects with some helpful additional information to manage and retrieve them.
+
+ A stream also lets you manage permissions: it has a list of collaborators including
+ an owner and additional reviewers and contributors which the owner has chosen to
+ share the stream with.
+
+
+
-