From f556c8db8e6a81e6611f855cee842087ff553c89 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Wed, 11 Feb 2026 18:25:32 +0000 Subject: [PATCH] docs: rewrite features for README and landing page Reorder and rewrite feature descriptions to highlight what actually differentiates PinchChat: tool call visualization, GPT-like interface, multi-session navigation. Remove generic features (markdown, file upload, dark theme) that don't sell the product. Pragmatic tone, no fluff. --- FEEDBACK.md | 25 ++++++++++++++++++++++++ README.md | 17 ++++++++--------- docs/index.html | 51 ++++++++++++++++++++++--------------------------- 3 files changed, 56 insertions(+), 37 deletions(-) diff --git a/FEEDBACK.md b/FEEDBACK.md index 96ab473..e504eec 100644 --- a/FEEDBACK.md +++ b/FEEDBACK.md @@ -1,5 +1,30 @@ # FEEDBACK.md — PinchChat Feedback Queue +## Item #11 +- **Date:** 2026-02-11 +- **Priority:** high +- **Status:** in-progress +- **Description:** Rewrite des features — README + GitHub Pages landing page + - Les features actuelles sont mal vendues. Trop techniques, pas assez pragmatiques. + - **Ce qu'il ne faut PAS vendre comme feature :** + - "Dark neon theme" — on s'en fiche, c'est un choix esthétique pas une feature + - "Runtime auth / token not in build" — c'est normal, pas un argument de vente + - "Markdown rendering" — tous les chats font ça + - "File upload" — basique + - **Ce qu'il FAUT mettre en avant (la vraie valeur ajoutée vs l'UI native OpenClaw) :** + - **Visualisation des tool calls** — comprendre ce que l'agent fait en temps réel avec des badges colorés, paramètres visibles, résultats expandables. C'est LA killer feature. + - **Interface GPT-like** — sessions dans une sidebar, switch entre conversations, familier pour les utilisateurs de ChatGPT/Claude + - **Focalisé sur le chat** — pas de menus settings/config partout, juste le chat, clean et efficace + - **Token usage en temps réel** — barres de progression par session, savoir combien de contexte il reste + - **Multi-session** — voir et naviguer entre toutes les sessions actives (crons, sub-agents, etc.) + - **Streaming live** — voir l'agent réfléchir et écrire en temps réel + - **Images inline** — voir les images générées/lues directement dans le chat + - **i18n** — EN/FR switchable + - Réécrire la section Features du README avec des descriptions courtes et percutantes + - Réécrire les feature cards de la landing page (docs/index.html) de la même manière + - Ordre : les features les plus différenciantes en premier + - Ton : pragmatique, pas marketing bullshit + ## Item #1 - **Date:** 2026-02-11 - **Priority:** high diff --git a/README.md b/README.md index 625a0db..07328fa 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,14 @@ ## ✨ Features -- 🌑 **Dark neon theme** — easy on the eyes, built with Tailwind CSS v4 -- 📊 **Token progress bars** — track token usage per session in real-time -- 🔧 **Tool call badges** — expandable panels with syntax-highlighted JSON -- 📋 **Session sidebar** — browse active sessions with live activity indicators -- 📝 **Markdown rendering** — full GFM support with code highlighting -- 📎 **File upload** — attach files to your messages -- ⚡ **Streaming responses** — watch the AI think in real-time -- 🔐 **Runtime login** — enter gateway credentials at runtime, no secrets in the build -- 🌐 **i18n support** — English and French, configurable via `VITE_LOCALE` +- 🔧 **Tool call visualization** — see what your agent is doing in real-time: colored badges, visible parameters, expandable results. The killer feature missing from every other chat UI. +- 💬 **GPT-like interface** — sessions in a sidebar, switch between conversations. Familiar if you've used ChatGPT or Claude. +- 📋 **Multi-session navigation** — browse all active sessions including cron jobs, sub-agents, and background tasks +- ⚡ **Live streaming** — watch the agent think and write token by token +- 📊 **Token usage tracking** — progress bars per session so you know how much context is left +- 🖼️ **Inline images** — generated or read images render directly in chat with lightbox preview +- 🎯 **Chat-focused** — no settings menus or config panels cluttering the screen. Just the conversation. +- 🌐 **i18n** — English and French built-in, easy to extend ## 🚀 Quick Start diff --git a/docs/index.html b/docs/index.html index 9601591..0da1510 100644 --- a/docs/index.html +++ b/docs/index.html @@ -284,50 +284,45 @@

Features

-
-
🌑
-

Dark Neon Theme

-

Beautiful dark interface with neon accents, built with Tailwind CSS v4. Easy on the eyes during long sessions.

-
-
-
-

Real-time Streaming

-

Watch the AI think in real-time with streamed responses. Full WebSocket integration with your OpenClaw gateway.

-
🔧
-

Tool Call Inspector

-

Expandable tool call badges with syntax-highlighted JSON. See exactly what your agent is doing.

+

Tool Call Visualization

+

See what your agent is doing in real-time. Colored badges, visible parameters, expandable results — the feature missing from every other chat UI.

-
📊
-

Token Progress Bars

-

Track token usage per session in real-time. Stay aware of costs and context window limits.

+
💬
+

GPT-like Interface

+

Sessions in a sidebar, switch between conversations. Instantly familiar if you've used ChatGPT or Claude.

📋
-

Session Sidebar

-

Browse all active sessions with live activity indicators. Switch between conversations instantly.

+

Multi-Session Navigation

+

Browse all active sessions — main chat, cron jobs, sub-agents, background tasks. Everything in one place.

-
🔐
-

Runtime Login

-

Enter gateway credentials at runtime — no secrets baked into the build. Perfect for shared deployments.

+
+

Live Streaming

+

Watch the agent think and write token by token. Full WebSocket streaming from your OpenClaw gateway.

+
+
+
📊
+

Token Usage Tracking

+

Progress bars per session showing context usage in real-time. Know exactly how much headroom is left.

🖼️

Inline Images

-

Images render inline with a lightbox for full-size viewing. Supports PNG, JPG, GIF, and WebP.

+

Generated or read images render directly in chat. Click to view full-size in a lightbox.

+
+
+
🎯
+

Chat-Focused

+

No settings menus or config panels cluttering the screen. Just the conversation, clean and efficient.

🌐
-

i18n Support

-

Multi-language interface with English and French built-in. Easy to extend with new translations.

-
-
-
📝
-

Markdown Rendering

-

Full GitHub Flavored Markdown with syntax-highlighted code blocks, tables, and more.

+

i18n

+

English and French built-in. Easy to add new languages.