From 27c71d90db2ae1eb69eae2e5a85438933610bcb3 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Fri, 11 Sep 2026 20:37:20 +0000 Subject: [PATCH] Say what nixamp is on nixamp.com, and ask a stranger to sign up The home page was the player and nothing else: a Winamp skin that read STOPPED, no source, nothing loaded, with the sign-in form inside a side panel. Three days of posts brought visitors who saw no pitch and no reason to make an account, and the title tag dared rights holders to send a takedown. Now the shell carries a welcome panel above the player: what nixamp is in a paragraph, listen / publish / get paid in three columns, the install line, and two buttons that lead into the page rather than away from it: Create a free account (switches the account form to creating and scrolls to it) and See what is live (the directory). It is in the HTML so a crawler and a link preview read it, but app.ts shows it only where accounts live (nixamp.com answers /api/v1/auth/providers), only signed out, and only until Hide this, which is remembered per device. On your own server you already know what this is. The title and description now say what the thing is. The DMCA line is gone from the shell, and a test keeps it gone. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01KJr5cLSv9SaGBLyGbJSC4w --- web/index.html | 45 ++++++++++++++++++++++++++++++++++++---- web/src/app.ts | 49 +++++++++++++++++++++++++++++++++++++++++++- web/src/styles.css | 43 ++++++++++++++++++++++++++++++++++++++ web/test/web.test.ts | 18 ++++++++++++++++ 4 files changed, 150 insertions(+), 5 deletions(-) diff --git a/web/index.html b/web/index.html index 4ae33c9..7529377 100644 --- a/web/index.html +++ b/web/index.html @@ -3,8 +3,8 @@ - nixamp - it really kicks the DMCA's ass... - + nixamp: open source live streaming from your own machine + @@ -13,8 +13,8 @@ - - + + @@ -31,6 +31,43 @@ + + +