diff --git a/shared/components/rstack-app-switcher.ts b/shared/components/rstack-app-switcher.ts
index 6d2440c..0d4bdd3 100644
--- a/shared/components/rstack-app-switcher.ts
+++ b/shared/components/rstack-app-switcher.ts
@@ -247,7 +247,7 @@ export class RStackAppSwitcher extends HTMLElement {
#getSpaceSlug(): string {
// Read from the space switcher or URL
const spaceSwitcher = document.querySelector("rstack-space-switcher");
- if (spaceSwitcher) return spaceSwitcher.getAttribute("current") || "personal";
+ if (spaceSwitcher) return spaceSwitcher.getAttribute("current") || "demo";
return getCurrentSpace();
}
diff --git a/website/index.html b/website/index.html
index a8cb0dc..30adefd 100644
--- a/website/index.html
+++ b/website/index.html
@@ -369,7 +369,7 @@