diff --git a/.gitignore b/.gitignore
index 4f92a344f..93e47fa3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,7 +20,6 @@
# GraphQL generated output
pkg/models/generated_*.go
-ui/v2/src/core/generated-*.tsx
ui/v2.5/src/core/generated-*.tsx
# packr generated files
diff --git a/ui/v2/.env b/ui/v2/.env
deleted file mode 100644
index 5f323191f..000000000
--- a/ui/v2/.env
+++ /dev/null
@@ -1 +0,0 @@
-BROWSER=none
\ No newline at end of file
diff --git a/ui/v2/.gitignore b/ui/v2/.gitignore
deleted file mode 100755
index 4d29575de..000000000
--- a/ui/v2/.gitignore
+++ /dev/null
@@ -1,23 +0,0 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
-
-# dependencies
-/node_modules
-/.pnp
-.pnp.js
-
-# testing
-/coverage
-
-# production
-/build
-
-# misc
-.DS_Store
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
-
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
diff --git a/ui/v2/.vscode/launch.json b/ui/v2/.vscode/launch.json
deleted file mode 100644
index a0b21cbef..000000000
--- a/ui/v2/.vscode/launch.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- // Use IntelliSense to learn about possible attributes.
- // Hover to view descriptions of existing attributes.
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "type": "chrome",
- "request": "launch",
- "name": "Chrome",
- "url": "http://localhost:3000",
- "webRoot": "${workspaceFolder}/src",
- "sourceMapPathOverrides": {
- "webpack:///src/*": "${webRoot}/*"
- }
- }
- ]
-}
\ No newline at end of file
diff --git a/ui/v2/.vscode/settings.json b/ui/v2/.vscode/settings.json
deleted file mode 100644
index ba34e28f0..000000000
--- a/ui/v2/.vscode/settings.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "typescript.tsdk": "node_modules/typescript/lib",
- "editor.tabSize": 2,
- "editor.renderWhitespace": "boundary",
- "editor.wordWrap": "bounded",
- "javascript.preferences.importModuleSpecifier": "relative",
- "typescript.preferences.importModuleSpecifier": "relative",
- "editor.wordWrapColumn": 120,
- "editor.rulers": [120]
-}
\ No newline at end of file
diff --git a/ui/v2/README.md b/ui/v2/README.md
deleted file mode 100755
index 60f58b443..000000000
--- a/ui/v2/README.md
+++ /dev/null
@@ -1,47 +0,0 @@
-* Install gulp `yarn global add gulp`
-
-
-This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
-
-## Available Scripts
-
-In the project directory, you can run:
-
-### `npm start`
-
-Runs the app in the development mode.
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
-
-The page will reload if you make edits.
-You will also see any lint errors in the console.
-
-### `npm test`
-
-Launches the test runner in the interactive watch mode.
-See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
-
-### `npm run build`
-
-Builds the app for production to the `build` folder.
-It correctly bundles React in production mode and optimizes the build for the best performance.
-
-The build is minified and the filenames include the hashes.
-Your app is ready to be deployed!
-
-See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
-
-### `npm run eject`
-
-**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
-
-If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
-
-Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
-
-You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
-
-## Learn More
-
-You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
-
-To learn React, check out the [React documentation](https://reactjs.org/).
diff --git a/ui/v2/codegen.yml b/ui/v2/codegen.yml
deleted file mode 100644
index aa2da743f..000000000
--- a/ui/v2/codegen.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-overwrite: true
-schema: "../../graphql/schema/**/*.graphql"
-documents: "../../graphql/documents/**/*.graphql"
-generates:
- src/core/generated-graphql.tsx:
- config:
- noNamespaces: true
- optionalType: "undefined"
- noHOC: true
- noComponents: true
- withHooks: true
- plugins:
- - add: "/* tslint:disable */"
- - add: "/* eslint-disable */"
- - time
- - "typescript-common"
- - "typescript-client"
- - "typescript-react-apollo"
diff --git a/ui/v2/package.json b/ui/v2/package.json
deleted file mode 100644
index 19d657bfe..000000000
--- a/ui/v2/package.json
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "name": "stash",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@blueprintjs/core": "3.15.1",
- "@blueprintjs/select": "3.8.0",
- "@types/jest": "24.0.13",
- "@types/lodash": "4.14.132",
- "@types/node": "11.13.0",
- "@types/query-string": "6.3.0",
- "@types/react": "16.8.18",
- "@types/react-dom": "16.8.4",
- "@types/react-router-dom": "4.3.3",
- "@types/video.js": "^7.2.11",
- "apollo-boost": "0.4.0",
- "apollo-link-ws": "^1.0.19",
- "axios": "0.18.1",
- "bulma": "0.7.5",
- "formik": "1.5.7",
- "graphql": "14.3.1",
- "localforage": "1.7.3",
- "lodash": "4.17.13",
- "node-sass": "4.12.0",
- "query-string": "6.5.0",
- "react": "16.8.6",
- "react-apollo": "2.5.6",
- "react-apollo-hooks": "0.4.5",
- "react-dom": "16.8.6",
- "react-images": "0.5.19",
- "react-jw-player": "1.19.0",
- "react-photo-gallery": "7.0.2",
- "react-router-dom": "5.0.0",
- "react-scripts": "3.3.0",
- "react-use": "9.1.2",
- "subscriptions-transport-ws": "^0.9.16"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
- "lint": "tslint -c ./tslint.json 'src/**/*.{ts,tsx}'",
- "lint:fix": "tslint --fix -c ./tslint.json 'src/**/*.{ts,tsx}'",
- "gqlgen": "gql-gen --config codegen.yml"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "browserslist": [
- ">0.2%",
- "not dead",
- "not ie <= 11",
- "not op_mini all"
- ],
- "devDependencies": {
- "graphql-code-generator": "0.18.2",
- "graphql-codegen-add": "0.18.2",
- "graphql-codegen-time": "0.18.2",
- "graphql-codegen-typescript-client": "0.18.2",
- "graphql-codegen-typescript-common": "0.18.2",
- "graphql-codegen-typescript-react-apollo": "0.18.2",
- "tslint": "5.16.0",
- "tslint-react": "4.0.0",
- "typescript": "3.4.5"
- }
-}
diff --git a/ui/v2/public/favicon.ico b/ui/v2/public/favicon.ico
deleted file mode 100644
index 6ff0465ca..000000000
Binary files a/ui/v2/public/favicon.ico and /dev/null differ
diff --git a/ui/v2/public/index.html b/ui/v2/public/index.html
deleted file mode 100755
index ab59e32cf..000000000
--- a/ui/v2/public/index.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-