diff --git a/UI/.babelrc b/ui/.babelrc similarity index 100% rename from UI/.babelrc rename to ui/.babelrc diff --git a/UI/.gitignore b/ui/.gitignore similarity index 100% rename from UI/.gitignore rename to ui/.gitignore diff --git a/UI/components/global-colors.js b/ui/components/global-colors.js similarity index 100% rename from UI/components/global-colors.js rename to ui/components/global-colors.js diff --git a/UI/components/head.js b/ui/components/head.js similarity index 100% rename from UI/components/head.js rename to ui/components/head.js diff --git a/UI/components/header/auth.js b/ui/components/header/auth.js similarity index 100% rename from UI/components/header/auth.js rename to ui/components/header/auth.js diff --git a/UI/components/header/common.js b/ui/components/header/common.js similarity index 100% rename from UI/components/header/common.js rename to ui/components/header/common.js diff --git a/UI/components/header/unauth.js b/ui/components/header/unauth.js similarity index 100% rename from UI/components/header/unauth.js rename to ui/components/header/unauth.js diff --git a/UI/components/layout.js b/ui/components/layout.js similarity index 100% rename from UI/components/layout.js rename to ui/components/layout.js diff --git a/UI/components/nav.js b/ui/components/nav.js similarity index 100% rename from UI/components/nav.js rename to ui/components/nav.js diff --git a/UI/components/social-cards.js b/ui/components/social-cards.js similarity index 100% rename from UI/components/social-cards.js rename to ui/components/social-cards.js diff --git a/UI/config/redux.js b/ui/config/redux.js similarity index 100% rename from UI/config/redux.js rename to ui/config/redux.js diff --git a/UI/config/rpc.js b/ui/config/rpc.js similarity index 100% rename from UI/config/rpc.js rename to ui/config/rpc.js diff --git a/UI/containers/header-bar.js b/ui/containers/header-bar.js similarity index 100% rename from UI/containers/header-bar.js rename to ui/containers/header-bar.js diff --git a/UI/containers/user.js b/ui/containers/user.js similarity index 100% rename from UI/containers/user.js rename to ui/containers/user.js diff --git a/UI/kit/debug-breakpoints.js b/ui/kit/debug-breakpoints.js similarity index 100% rename from UI/kit/debug-breakpoints.js rename to ui/kit/debug-breakpoints.js diff --git a/UI/kit/media.js b/ui/kit/media.js similarity index 100% rename from UI/kit/media.js rename to ui/kit/media.js diff --git a/UI/pages/_app.js b/ui/pages/_app.js similarity index 100% rename from UI/pages/_app.js rename to ui/pages/_app.js diff --git a/UI/pages/_document.js b/ui/pages/_document.js similarity index 100% rename from UI/pages/_document.js rename to ui/pages/_document.js diff --git a/UI/pages/_internal/_server.js b/ui/pages/_internal/_server.js similarity index 100% rename from UI/pages/_internal/_server.js rename to ui/pages/_internal/_server.js diff --git a/UI/pages/_test/landing-mock.js b/ui/pages/_test/landing-mock.js similarity index 100% rename from UI/pages/_test/landing-mock.js rename to ui/pages/_test/landing-mock.js diff --git a/UI/pages/index.js b/ui/pages/index.js similarity index 100% rename from UI/pages/index.js rename to ui/pages/index.js diff --git a/UI/pages/testrpc.js b/ui/pages/testrpc.js similarity index 100% rename from UI/pages/testrpc.js rename to ui/pages/testrpc.js diff --git a/UI/rpc/index.js b/ui/rpc/index.js similarity index 100% rename from UI/rpc/index.js rename to ui/rpc/index.js diff --git a/UI/src/pages/Landing.js b/ui/src/pages/Landing.js similarity index 100% rename from UI/src/pages/Landing.js rename to ui/src/pages/Landing.js diff --git a/UI/static/favicon.ico b/ui/static/favicon.ico similarity index 100% rename from UI/static/favicon.ico rename to ui/static/favicon.ico diff --git a/UI/types.js b/ui/types.js similarity index 100% rename from UI/types.js rename to ui/types.js