diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 84c0dbc3..311d606f 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -39,11 +39,7 @@ jobs:
mkdir gh-publish
cp -r standalone_app/public gh-publish/public
cp standalone_app/favicon.ico gh-publish/favicon.ico
- - name: Create index.html
- run: |
- cp standalone_app/index.html gh-publish/index.html
- sed -i "s|/public/bundle.js|/optuna-dashboard/public/bundle.js|g" ./gh-publish/index.html
- sed -i "s|/favicon.ico|/optuna-dashboard/favicon.ico|g" ./gh-publish/index.html
+ cp standalone_app/github-pages.html gh-publish/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
diff --git a/README.md b/README.md
index 4b38f863..6048d073 100644
--- a/README.md
+++ b/README.md
@@ -75,27 +75,26 @@ $ docker run -it --rm -p 8080:8080 ghcr.io/optuna/optuna-dashboard postgresql+ps
+## Browser-only version (Experimental)
+
+
+
+We’ve developed the version that operates solely within your web browser, which internally uses SQLite3 Wasm and Rust.
+There’s no need to install Python or any other dependencies.
+Simply open the following URL in your browser, drag and drop your SQLite3 file onto the page, and you’re ready to view your Optuna studies!
+
+https://optuna.github.io/optuna-dashboard/
+
+*Please note that only a subset of features is available. However, you can still check the optimization history, hyperparameter importances, and etc. in graphs and tables.*
+
## VS Code Extension (Experimental)
You can install the VS Code extension via [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Optuna.optuna-dashboard#overview).
-
+
Please right-click the SQLite3 files (`*.db` or `*.sqlite3`) in the VS Code file explorer and select the "Open in Optuna Dashboard" command from the dropdown menu.
-
-## Features
-
-### Manage Studies
-
-You can create and delete studies from Dashboard.
-
-
-
-### Visualize with Interactive Graphs & Rich Trials Data Grid
-
-You can check the optimization history, hyperparameter importances, etc. in graphs and tables.
-
-
+This extension leverages the browser-only version of Optuna Dashboard, so the same limitations apply.
## Submitting patches
diff --git a/standalone_app/github-pages.html b/standalone_app/github-pages.html
new file mode 100644
index 00000000..609c5c30
--- /dev/null
+++ b/standalone_app/github-pages.html
@@ -0,0 +1,19 @@
+
+
+