From 59743dcaa87920a5125915454e0afa0a22b05ee7 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 15 Feb 2026 19:36:03 -0800 Subject: Vanilla JS (v3): Redesign to 2-pane glassmorphism, fix CSP errors, fix Settings view, and achieve 80% test coverage --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 96507bc..0cb6689 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,13 @@ You can do most of what you need to do with `neko` from the web interface, which $ neko -`neko` web interface should now be available at `127.0.0.1:4994` -- opening a browser up to that should show you the interface. +`neko` web interface is available by default at `127.0.0.1:4994`. + +Neko currently bundles three versions of the web interface for different preferences: + +* **v2 (Modern React)**: Available at `/` (default) and `/v2/`. This is the primary modern interface. +* **v3 (Performance Vanilla)**: Available at `/v3/`. A high-performance, zero-dependency version built for speed and simplicity. +* **v1 (Legacy Backbone)**: Available at `/v1/`. The original classic interface. You can specify a different port using the `--http` option. -- cgit v1.2.3