aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-15 19:36:03 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-15 19:36:03 -0800
commit59743dcaa87920a5125915454e0afa0a22b05ee7 (patch)
tree11666ff75c615face8dee0f479d0b3c7c79bb187 /README.md
parenta113bc13e569049c59baa2165d28a992d7bdde7b (diff)
downloadneko-59743dcaa87920a5125915454e0afa0a22b05ee7.tar.gz
neko-59743dcaa87920a5125915454e0afa0a22b05ee7.tar.bz2
neko-59743dcaa87920a5125915454e0afa0a22b05ee7.zip
Vanilla JS (v3): Redesign to 2-pane glassmorphism, fix CSP errors, fix Settings view, and achieve 80% test coverage
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
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.