diff --git a/docs/website/pages/blog/weekly-231023.en-US.mdx b/docs/website/pages/blog/weekly-231023.en-US.mdx
new file mode 100644
index 0000000000..6437619a60
--- /dev/null
+++ b/docs/website/pages/blog/weekly-231023.en-US.mdx
@@ -0,0 +1,50 @@
+---
+title: Rooch Weekly 2023-10-23
+description: "Mainly refactoring and optimizing RPC-related codes, adding NFT standards, and improving and fixing some display components and known bugs in Dashboard"
+author: geometryolife
+category: Rooch Weekly
+date: 2023/10/23
+---
+
+import PostHeader from "/components/blog/postHeader";
+
+
+
+## Rooch's Development Progress
+
+### New features
+
+- **[RPC] Make event rpc page view no nullable (#972)** (2023-10-16) @jolestar
+- **Auto sort modules by dependency order and review native function errors (#971)** (2023-10-16) @0xPause
+- **Opt event rpc for using multi get instead of scanning the event store (#987)** (2023-10-17) @Bai Chuan
+- **[RPC] Add net_version API (#996)** (2023-10-19) @jolestar
+- **[NFT Standard] (#963)** (2023-10-21) @WGB5445
+
+### Major refactoring
+
+- **[RPC] Refactor rpc list view (#965)** (2023-10-16) @jolestar
+- **remove dashboard cmd (#974)** (2023-10-16) @sven Tan
+- **[RPC] Unify view types with StrView (#979)** (2023-10-16) @jolestar
+- **Multi key query RPC should return `Vec