diff --git a/hst-frontend-new/.gitignore b/deck-frontend/.gitignore similarity index 100% rename from hst-frontend-new/.gitignore rename to deck-frontend/.gitignore diff --git a/hst-frontend-new/README.md b/deck-frontend/README.md similarity index 100% rename from hst-frontend-new/README.md rename to deck-frontend/README.md diff --git a/hst-frontend-new/index.html b/deck-frontend/index.html similarity index 100% rename from hst-frontend-new/index.html rename to deck-frontend/index.html diff --git a/hst-frontend-new/package-lock.json b/deck-frontend/package-lock.json similarity index 100% rename from hst-frontend-new/package-lock.json rename to deck-frontend/package-lock.json diff --git a/hst-frontend-new/package.json b/deck-frontend/package.json similarity index 100% rename from hst-frontend-new/package.json rename to deck-frontend/package.json diff --git a/hst-frontend-new/src/api/client.ts b/deck-frontend/src/api/client.ts similarity index 100% rename from hst-frontend-new/src/api/client.ts rename to deck-frontend/src/api/client.ts diff --git a/hst-frontend-new/src/api/graph.ts b/deck-frontend/src/api/graph.ts similarity index 100% rename from hst-frontend-new/src/api/graph.ts rename to deck-frontend/src/api/graph.ts diff --git a/hst-frontend-new/src/api/groups.ts b/deck-frontend/src/api/groups.ts similarity index 100% rename from hst-frontend-new/src/api/groups.ts rename to deck-frontend/src/api/groups.ts diff --git a/hst-frontend-new/src/api/index.ts b/deck-frontend/src/api/index.ts similarity index 100% rename from hst-frontend-new/src/api/index.ts rename to deck-frontend/src/api/index.ts diff --git a/hst-frontend-new/src/api/libraries.ts b/deck-frontend/src/api/libraries.ts similarity index 100% rename from hst-frontend-new/src/api/libraries.ts rename to deck-frontend/src/api/libraries.ts diff --git a/hst-frontend-new/src/api/tags.ts b/deck-frontend/src/api/tags.ts similarity index 100% rename from hst-frontend-new/src/api/tags.ts rename to deck-frontend/src/api/tags.ts diff --git a/hst-frontend-new/src/components/Card/Card.ts b/deck-frontend/src/components/Card/Card.ts similarity index 100% rename from hst-frontend-new/src/components/Card/Card.ts rename to deck-frontend/src/components/Card/Card.ts diff --git a/hst-frontend-new/src/components/Component.ts b/deck-frontend/src/components/Component.ts similarity index 100% rename from hst-frontend-new/src/components/Component.ts rename to deck-frontend/src/components/Component.ts diff --git a/hst-frontend-new/src/components/Modal/Modal.ts b/deck-frontend/src/components/Modal/Modal.ts similarity index 100% rename from hst-frontend-new/src/components/Modal/Modal.ts rename to deck-frontend/src/components/Modal/Modal.ts diff --git a/hst-frontend-new/src/components/TagChip/TagChip.ts b/deck-frontend/src/components/TagChip/TagChip.ts similarity index 100% rename from hst-frontend-new/src/components/TagChip/TagChip.ts rename to deck-frontend/src/components/TagChip/TagChip.ts diff --git a/hst-frontend-new/src/components/index.ts b/deck-frontend/src/components/index.ts similarity index 100% rename from hst-frontend-new/src/components/index.ts rename to deck-frontend/src/components/index.ts diff --git a/hst-frontend-new/src/config/api.ts b/deck-frontend/src/config/api.ts similarity index 100% rename from hst-frontend-new/src/config/api.ts rename to deck-frontend/src/config/api.ts diff --git a/hst-frontend-new/src/config/categories.ts b/deck-frontend/src/config/categories.ts similarity index 100% rename from hst-frontend-new/src/config/categories.ts rename to deck-frontend/src/config/categories.ts diff --git a/hst-frontend-new/src/config/edges.ts b/deck-frontend/src/config/edges.ts similarity index 100% rename from hst-frontend-new/src/config/edges.ts rename to deck-frontend/src/config/edges.ts diff --git a/hst-frontend-new/src/config/index.ts b/deck-frontend/src/config/index.ts similarity index 100% rename from hst-frontend-new/src/config/index.ts rename to deck-frontend/src/config/index.ts diff --git a/hst-frontend-new/src/main.ts b/deck-frontend/src/main.ts similarity index 100% rename from hst-frontend-new/src/main.ts rename to deck-frontend/src/main.ts diff --git a/hst-frontend-new/src/router/index.ts b/deck-frontend/src/router/index.ts similarity index 100% rename from hst-frontend-new/src/router/index.ts rename to deck-frontend/src/router/index.ts diff --git a/hst-frontend-new/src/router/router.ts b/deck-frontend/src/router/router.ts similarity index 100% rename from hst-frontend-new/src/router/router.ts rename to deck-frontend/src/router/router.ts diff --git a/hst-frontend-new/src/state/index.ts b/deck-frontend/src/state/index.ts similarity index 100% rename from hst-frontend-new/src/state/index.ts rename to deck-frontend/src/state/index.ts diff --git a/hst-frontend-new/src/state/store.ts b/deck-frontend/src/state/store.ts similarity index 100% rename from hst-frontend-new/src/state/store.ts rename to deck-frontend/src/state/store.ts diff --git a/hst-frontend-new/src/styles/main.css b/deck-frontend/src/styles/main.css similarity index 100% rename from hst-frontend-new/src/styles/main.css rename to deck-frontend/src/styles/main.css diff --git a/hst-frontend-new/src/types/graph.ts b/deck-frontend/src/types/graph.ts similarity index 100% rename from hst-frontend-new/src/types/graph.ts rename to deck-frontend/src/types/graph.ts diff --git a/hst-frontend-new/src/types/index.ts b/deck-frontend/src/types/index.ts similarity index 100% rename from hst-frontend-new/src/types/index.ts rename to deck-frontend/src/types/index.ts diff --git a/hst-frontend-new/src/types/state.ts b/deck-frontend/src/types/state.ts similarity index 100% rename from hst-frontend-new/src/types/state.ts rename to deck-frontend/src/types/state.ts diff --git a/hst-frontend-new/src/types/tag.ts b/deck-frontend/src/types/tag.ts similarity index 100% rename from hst-frontend-new/src/types/tag.ts rename to deck-frontend/src/types/tag.ts diff --git a/hst-frontend-new/src/utils/clipboard.ts b/deck-frontend/src/utils/clipboard.ts similarity index 100% rename from hst-frontend-new/src/utils/clipboard.ts rename to deck-frontend/src/utils/clipboard.ts diff --git a/hst-frontend-new/src/utils/dom.ts b/deck-frontend/src/utils/dom.ts similarity index 100% rename from hst-frontend-new/src/utils/dom.ts rename to deck-frontend/src/utils/dom.ts diff --git a/hst-frontend-new/src/utils/filters.ts b/deck-frontend/src/utils/filters.ts similarity index 100% rename from hst-frontend-new/src/utils/filters.ts rename to deck-frontend/src/utils/filters.ts diff --git a/hst-frontend-new/src/utils/i18n.ts b/deck-frontend/src/utils/i18n.ts similarity index 100% rename from hst-frontend-new/src/utils/i18n.ts rename to deck-frontend/src/utils/i18n.ts diff --git a/hst-frontend-new/src/utils/index.ts b/deck-frontend/src/utils/index.ts similarity index 100% rename from hst-frontend-new/src/utils/index.ts rename to deck-frontend/src/utils/index.ts diff --git a/hst-frontend-new/src/utils/toast.ts b/deck-frontend/src/utils/toast.ts similarity index 100% rename from hst-frontend-new/src/utils/toast.ts rename to deck-frontend/src/utils/toast.ts diff --git a/hst-frontend-new/src/views/DetailPanel/DetailPanel.ts b/deck-frontend/src/views/DetailPanel/DetailPanel.ts similarity index 100% rename from hst-frontend-new/src/views/DetailPanel/DetailPanel.ts rename to deck-frontend/src/views/DetailPanel/DetailPanel.ts diff --git a/hst-frontend-new/src/views/GraphView/GraphView.ts b/deck-frontend/src/views/GraphView/GraphView.ts similarity index 100% rename from hst-frontend-new/src/views/GraphView/GraphView.ts rename to deck-frontend/src/views/GraphView/GraphView.ts diff --git a/hst-frontend-new/src/views/GridView/GridView.ts b/deck-frontend/src/views/GridView/GridView.ts similarity index 100% rename from hst-frontend-new/src/views/GridView/GridView.ts rename to deck-frontend/src/views/GridView/GridView.ts diff --git a/hst-frontend-new/src/views/TreeView/TreeView.ts b/deck-frontend/src/views/TreeView/TreeView.ts similarity index 100% rename from hst-frontend-new/src/views/TreeView/TreeView.ts rename to deck-frontend/src/views/TreeView/TreeView.ts diff --git a/hst-frontend-new/src/views/View.ts b/deck-frontend/src/views/View.ts similarity index 100% rename from hst-frontend-new/src/views/View.ts rename to deck-frontend/src/views/View.ts diff --git a/hst-frontend-new/src/views/index.ts b/deck-frontend/src/views/index.ts similarity index 100% rename from hst-frontend-new/src/views/index.ts rename to deck-frontend/src/views/index.ts diff --git a/hst-frontend-new/tsconfig.json b/deck-frontend/tsconfig.json similarity index 100% rename from hst-frontend-new/tsconfig.json rename to deck-frontend/tsconfig.json diff --git a/hst-frontend-new/vite.config.ts b/deck-frontend/vite.config.ts similarity index 100% rename from hst-frontend-new/vite.config.ts rename to deck-frontend/vite.config.ts