diff --git a/valence/ui/README.md b/ui/README.md similarity index 100% rename from valence/ui/README.md rename to ui/README.md diff --git a/valence/ui/package.json b/ui/package.json similarity index 100% rename from valence/ui/package.json rename to ui/package.json diff --git a/valence/ui/src/customized.css b/ui/src/customized.css similarity index 100% rename from valence/ui/src/customized.css rename to ui/src/customized.css diff --git a/valence/ui/src/index.html b/ui/src/index.html similarity index 100% rename from valence/ui/src/index.html rename to ui/src/index.html diff --git a/valence/ui/src/js/components/Layout.js b/ui/src/js/components/Layout.js similarity index 100% rename from valence/ui/src/js/components/Layout.js rename to ui/src/js/components/Layout.js diff --git a/valence/ui/src/js/components/home/ComposeDisplay.js b/ui/src/js/components/home/ComposeDisplay.js similarity index 100% rename from valence/ui/src/js/components/home/ComposeDisplay.js rename to ui/src/js/components/home/ComposeDisplay.js diff --git a/valence/ui/src/js/components/home/DetailDisplay.js b/ui/src/js/components/home/DetailDisplay.js similarity index 100% rename from valence/ui/src/js/components/home/DetailDisplay.js rename to ui/src/js/components/home/DetailDisplay.js diff --git a/valence/ui/src/js/components/home/Home.js b/ui/src/js/components/home/Home.js similarity index 100% rename from valence/ui/src/js/components/home/Home.js rename to ui/src/js/components/home/Home.js diff --git a/valence/ui/src/js/components/home/NodeList.js b/ui/src/js/components/home/NodeList.js similarity index 100% rename from valence/ui/src/js/components/home/NodeList.js rename to ui/src/js/components/home/NodeList.js diff --git a/valence/ui/src/js/components/home/ResourceList.js b/ui/src/js/components/home/ResourceList.js similarity index 100% rename from valence/ui/src/js/components/home/ResourceList.js rename to ui/src/js/components/home/ResourceList.js diff --git a/valence/ui/src/js/config.js b/ui/src/js/config.js similarity index 100% rename from valence/ui/src/js/config.js rename to ui/src/js/config.js diff --git a/valence/ui/src/js/main.js b/ui/src/js/main.js similarity index 100% rename from valence/ui/src/js/main.js rename to ui/src/js/main.js diff --git a/valence/ui/src/js/util.js b/ui/src/js/util.js similarity index 100% rename from valence/ui/src/js/util.js rename to ui/src/js/util.js diff --git a/valence/ui/src/rsd.css b/ui/src/rsd.css similarity index 100% rename from valence/ui/src/rsd.css rename to ui/src/rsd.css diff --git a/valence/ui/webpack.config.js b/ui/webpack.config.js similarity index 100% rename from valence/ui/webpack.config.js rename to ui/webpack.config.js