From eafb3e9b4323d8b8fc5f9a698d2fc59ed731ba59 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 21 Mar 2026 10:28:13 +0000 Subject: [PATCH] Move Apps after Home in sidebar, alphabetize landing grid and README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Sidebar: Apps now appears directly after Home - Landing page services grid: alphabetical order (Agent → Web) - README services list: alphabetical order https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE --- README.md | 12 ++++----- home/home.go | 60 ++++++++++++++++++++++----------------------- internal/app/app.go | 2 +- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index a6232276..4b6b3993 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,16 @@ Browsing is free. Searching, posting, and AI features use credits. You get 20 fr ### Services -- **News** — Headlines and articles from RSS feeds, chronological, with AI summaries -- **Markets** — Live crypto, futures, and commodity prices -- **Video** — YouTube without ads, algorithms, or shorts -- **Web** — Search the web without tracking +- **Agent** — AI assistant that can search, answer, and build across every service +- **Apps** — Build and use small, useful tools — or ask the agent to build one - **Blog** — Microblogging with daily AI-generated digests - **Chat** — AI-powered conversation on any topic - **Mail** — Private messaging and email -- **Apps** — Build and use small, useful tools — or ask the agent to build one -- **Agent** — AI assistant that can search, answer, and build across every service +- **Markets** — Live crypto, futures, and commodity prices +- **News** — Headlines and articles from RSS feeds, chronological, with AI summaries +- **Video** — YouTube without ads, algorithms, or shorts - **Wallet** — Pay as you go — 1 credit = 1p +- **Web** — Search the web without tracking Mu runs as a single Go binary on your own server or use the hosted version at [mu.xyz](https://mu.xyz). diff --git a/home/home.go b/home/home.go index 179fa6ef..24d761da 100644 --- a/home/home.go +++ b/home/home.go @@ -156,32 +156,18 @@ var landingTemplate = `

Services

The tools powering Mu

- +
- Apps - Apps -
Build small, useful tools — or ask the agent
+ Markets + Markets +
Live crypto, futures, and commodity prices
- +
- Agent - Agent -
AI that can search, answer, and build
+ News + News +
Headlines and articles with AI summaries
+
+
+ +
+ Video + Video +
YouTube without ads, algorithms, or shorts
+
+
+ +
+ Web + Web +
Search the web without tracking
diff --git a/internal/app/app.go b/internal/app/app.go index 2756c35d..0752b445 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -227,6 +227,7 @@ var Template = `