From af9973adfab4b4cec45b2191c256a88cdac04af7 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Fri, 17 Apr 2026 15:27:48 -0600 Subject: [PATCH] feat(branding): rename product to Houserules Product name: Houserules \u2014 chess with the rules you negotiate at the table, not the ones FIDE hands you. Updated the three user-visible strings: browser title, game-view header, lobby header. Kept the @paratype/* npm scope intact since those are technical internals. New tagline on the lobby: "Chess. Your rules." replacing the more verbose "Realtime multiplayer with custom rules"; the shorter phrase leans into the product name rather than describing features. --- packages/chess/index.html | 2 +- packages/chess/src/ui/GameView.tsx | 2 +- packages/chess/src/ui/Lobby.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/chess/index.html b/packages/chess/index.html index 519fe47..0c9bc10 100644 --- a/packages/chess/index.html +++ b/packages/chess/index.html @@ -3,7 +3,7 @@ - Chess App + Houserules
diff --git a/packages/chess/src/ui/GameView.tsx b/packages/chess/src/ui/GameView.tsx index f191a90..0a7fdff 100644 --- a/packages/chess/src/ui/GameView.tsx +++ b/packages/chess/src/ui/GameView.tsx @@ -220,7 +220,7 @@ function GameLayout({

- Chess + Houserules