diff --git a/apps/stage-pocket/index.html b/apps/stage-pocket/index.html
index 96743ea18..d99cb5fbe 100644
--- a/apps/stage-pocket/index.html
+++ b/apps/stage-pocket/index.html
@@ -40,14 +40,6 @@
document.documentElement.classList.toggle('dark', true)
})()
-
-
-
diff --git a/apps/stage-pocket/public/_redirects b/apps/stage-pocket/public/_redirects
index b885e9174..79b7e45f8 100644
--- a/apps/stage-pocket/public/_redirects
+++ b/apps/stage-pocket/public/_redirects
@@ -1,11 +1,3 @@
-# Plausible.io analytics
-#
-# Originally proxying Plausible through Netlify | Plausible docs
-# https://plausible.io/docs/proxy/guides/netlify
-#
-# /remote-assets/page-external-data/js/script.js https://plausible.io/js/script.js 200
-# /api/v1/page-external-data/submit https://plausible.io/api/event 200
-
# i18n
/docs/ /docs/en/ 301
diff --git a/apps/stage-web/index.html b/apps/stage-web/index.html
index 96743ea18..d99cb5fbe 100644
--- a/apps/stage-web/index.html
+++ b/apps/stage-web/index.html
@@ -40,14 +40,6 @@
document.documentElement.classList.toggle('dark', true)
})()
-
-
-
diff --git a/apps/stage-web/netlify.toml b/apps/stage-web/netlify.toml
index 499c78789..e151ce039 100755
--- a/apps/stage-web/netlify.toml
+++ b/apps/stage-web/netlify.toml
@@ -7,23 +7,6 @@ publish = "/apps/stage-web/dist"
NODE_VERSION = "24"
NODE_OPTIONS = "--max-old-space-size=4096"
-# Plausible.io analytics
-#
-# Proxying Plausible through Netlify | Plausible docs
-# https://plausible.io/docs/proxy/guides/netlify
-
-[[redirects]]
-from = "/remote-assets/page-external-data/js/script.js"
-to = "https://plausible.io/js/script.js"
-status = 200
-force = true
-
-[[redirects]]
-from = "/api/v1/page-external-data/submit"
-to = "https://plausible.io/api/event"
-status = 200
-force = true
-
[[redirects]]
from = "/assets/*"
to = "/assets/:splat"
diff --git a/apps/stage-web/public/_redirects b/apps/stage-web/public/_redirects
index b885e9174..79b7e45f8 100644
--- a/apps/stage-web/public/_redirects
+++ b/apps/stage-web/public/_redirects
@@ -1,11 +1,3 @@
-# Plausible.io analytics
-#
-# Originally proxying Plausible through Netlify | Plausible docs
-# https://plausible.io/docs/proxy/guides/netlify
-#
-# /remote-assets/page-external-data/js/script.js https://plausible.io/js/script.js 200
-# /api/v1/page-external-data/submit https://plausible.io/api/event 200
-
# i18n
/docs/ /docs/en/ 301
diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts
index 1d1c6ebd9..73351840c 100644
--- a/docs/.vitepress/config.ts
+++ b/docs/.vitepress/config.ts
@@ -63,13 +63,6 @@ export default defineConfig({
['meta', { name: 'twitter:image', content: ogImage }],
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
['link', { rel: 'mask-icon', href: '/logo.svg', color: '#ffffff' }],
- // Proxying Plausible through Netlify | Plausible docs
- // https://plausible.io/docs/proxy/guides/netlify
- ['script', { async: '', src: 'https://plausible.io/js/pa-HI8-_JIBI6d_2IgIr2Tai.js' }],
- ['script', {}, `
- window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
- plausible.init()
- `],
['script', {}, `
;(function () {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
diff --git a/docs/content/en/about/privacy.md b/docs/content/en/about/privacy.md
index 86b45ede9..b695cfe67 100644
--- a/docs/content/en/about/privacy.md
+++ b/docs/content/en/about/privacy.md
@@ -31,7 +31,6 @@ Only aggregated, anonymized data is periodically transmitted to external service
Please note that the Application utilizes third-party services that have their own Privacy Policy about handling data. Below are the links to the Privacy Policy of the third-party service providers used by the Application:
* [Posthog](https://posthog.com/privacy)
-* [Plausible Analytics](https://plausible.io/privacy)
The Service Provider may disclose User Provided and Automatically Collected Information:
diff --git a/docs/content/en/about/terms.md b/docs/content/en/about/terms.md
index aa4edb3b3..b0b717298 100644
--- a/docs/content/en/about/terms.md
+++ b/docs/content/en/about/terms.md
@@ -14,7 +14,6 @@ The Application stores and processes personal data that you have provided to the
Please note that the Application utilizes third-party services that have their own Terms and Conditions. Below are the links to the Terms and Conditions of the third-party service providers used by the Application:
* [Posthog](https://posthog.com/terms)
-* [Plausible Analytics](https://plausible.io/terms)
Please be aware that the Service Provider does not assume responsibility for certain aspects. Some functions of the Application require an active internet connection, which can be Wi-Fi or provided by your mobile network provider. The Service Provider cannot be held responsible if the Application does not function at full capacity due to lack of access to Wi-Fi or if you have exhausted your data allowance.
diff --git a/docs/content/en/blog/DevLog-2025.05.16/index.md b/docs/content/en/blog/DevLog-2025.05.16/index.md
index 93ac555a6..83d8cba7a 100644
--- a/docs/content/en/blog/DevLog-2025.05.16/index.md
+++ b/docs/content/en/blog/DevLog-2025.05.16/index.md
@@ -313,7 +313,6 @@ I would love to mention some of the milestone we reached in the past few weeks:
- Live2D modeling for characters "Me" and "ReLU"
- Community Support & Marketing
- Japanese README
- - Plausible analytics integration
- Comprehensive documentation
See you!
diff --git a/docs/content/ja/about/privacy.md b/docs/content/ja/about/privacy.md
index 48eb85115..e18b8a62c 100644
--- a/docs/content/ja/about/privacy.md
+++ b/docs/content/ja/about/privacy.md
@@ -34,7 +34,6 @@ description: Project AIRI のプライバシーポリシー
アプリケーションは、データの取り扱いに関する独自のプライバシーポリシーを持つサードパーティサービスを利用していることに注意してください。以下は、アプリケーションで使用されるサードパーティサービスプロバイダーのプライバシーポリシーへのリンクです:
* [Posthog](https://posthog.com/privacy)
-* [Plausible Analytics](https://plausible.io/privacy)
サービスプロバイダーは、ユーザー提供情報および自動的に収集された情報を以下の場合に開示する場合があります:
diff --git a/docs/content/ja/about/terms.md b/docs/content/ja/about/terms.md
index 366bc028a..a8e1e57a6 100644
--- a/docs/content/ja/about/terms.md
+++ b/docs/content/ja/about/terms.md
@@ -14,7 +14,6 @@ description: Project AIRI の利用規約
アプリケーションは、独自の利用規約を持つサードパーティサービスを利用していることに注意してください。以下は、アプリケーションで使用されるサードパーティサービスプロバイダーの利用規約へのリンクです:
* [Posthog](https://posthog.com/terms)
-* [Plausible Analytics](https://plausible.io/terms)
サービスプロバイダーは、特定の側面について責任を負わないことに注意してください。アプリケーションの一部の機能には、Wi-Fi またはモバイルネットワークプロバイダーによって提供されるアクティブなインターネット接続が必要です。Wi-Fi アクセスがない場合、またはデータ使用量が上限に達した場合に、アプリケーションがフル機能で動作しない場合、サービスプロバイダーは責任を負いかねます。
diff --git a/docs/content/ja/blog/DevLog-2025.05.16/index.md b/docs/content/ja/blog/DevLog-2025.05.16/index.md
index 5f5ed3475..06cbf4bc6 100644
--- a/docs/content/ja/blog/DevLog-2025.05.16/index.md
+++ b/docs/content/ja/blog/DevLog-2025.05.16/index.md
@@ -241,7 +241,6 @@ npm install @velin-dev/core
- キャラクター "Me" と "ReLU" の Live2D モデリング
- コミュニティサポートとマーケティング
- 日本語 README
- - Plausible 分析統合
- 包括的なドキュメント
さようなら!
diff --git a/docs/content/privacy.md b/docs/content/privacy.md
index 86b45ede9..b695cfe67 100644
--- a/docs/content/privacy.md
+++ b/docs/content/privacy.md
@@ -31,7 +31,6 @@ Only aggregated, anonymized data is periodically transmitted to external service
Please note that the Application utilizes third-party services that have their own Privacy Policy about handling data. Below are the links to the Privacy Policy of the third-party service providers used by the Application:
* [Posthog](https://posthog.com/privacy)
-* [Plausible Analytics](https://plausible.io/privacy)
The Service Provider may disclose User Provided and Automatically Collected Information:
diff --git a/docs/content/terms-of-use.md b/docs/content/terms-of-use.md
index e1250ee04..1909a5edf 100644
--- a/docs/content/terms-of-use.md
+++ b/docs/content/terms-of-use.md
@@ -11,7 +11,6 @@ The Application stores and processes personal data that you have provided to the
Please note that the Application utilizes third-party services that have their own Terms and Conditions. Below are the links to the Terms and Conditions of the third-party service providers used by the Application:
* [Posthog](https://posthog.com/terms)
-* [Plausible Analytics](https://plausible.io/terms)
Please be aware that the Service Provider does not assume responsibility for certain aspects. Some functions of the Application require an active internet connection, which can be Wi-Fi or provided by your mobile network provider. The Service Provider cannot be held responsible if the Application does not function at full capacity due to lack of access to Wi-Fi or if you have exhausted your data allowance.
diff --git a/docs/content/zh-Hans/about/privacy.md b/docs/content/zh-Hans/about/privacy.md
index e3b57b94b..bc764ff40 100644
--- a/docs/content/zh-Hans/about/privacy.md
+++ b/docs/content/zh-Hans/about/privacy.md
@@ -34,7 +34,6 @@ description: Project AIRI 的隐私政策
请注意,应用程序使用具有其自己隐私政策的第三方服务来处理数据。以下是应用程序使用的第三方服务提供商的隐私政策链接:
* [Posthog](https://posthog.com/privacy)
-* [Plausible Analytics](https://plausible.io/privacy)
服务提供商可能会披露用户提供的和自动收集的信息:
diff --git a/docs/content/zh-Hans/about/terms.md b/docs/content/zh-Hans/about/terms.md
index 3f0c0a9f8..94c51510f 100644
--- a/docs/content/zh-Hans/about/terms.md
+++ b/docs/content/zh-Hans/about/terms.md
@@ -14,7 +14,6 @@ description: Project AIRI 的使用条款
请注意,应用程序使用具有其自己条款与条件的第三方服务。以下是应用程序使用的第三方服务提供商的条款与条件链接:
* [Posthog](https://posthog.com/terms)
-* [Plausible Analytics](https://plausible.io/terms)
请注意,服务提供商不对某些方面承担责任。应用程序的某些功能需要有效的互联网连接,可以是 Wi-Fi 或由您的移动网络提供商提供。如果由于缺乏 Wi-Fi 访问权限或您已用尽数据流量限额而导致应用程序无法以满负荷运行,服务提供商概不负责。
diff --git a/docs/content/zh-Hans/blog/DevLog-2025.05.16/index.md b/docs/content/zh-Hans/blog/DevLog-2025.05.16/index.md
index e467c537e..47c9658fb 100644
--- a/docs/content/zh-Hans/blog/DevLog-2025.05.16/index.md
+++ b/docs/content/zh-Hans/blog/DevLog-2025.05.16/index.md
@@ -241,7 +241,6 @@ npm install @velin-dev/core
- 角色"Me"和"ReLU"的 Live2D 建模
- 社区支持和营销
- 日语 README
- - Plausible 分析集成
- 全面的文档
再见!
diff --git a/docs/netlify.toml b/docs/netlify.toml
index c71ff900a..4fadcaf15 100644
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -6,20 +6,3 @@ publish = "/docs/.vitepress/dist"
[build.environment]
NODE_VERSION = "24"
NODE_OPTIONS = "--max-old-space-size=4096"
-
-# Plausible.io analytics
-#
-# Proxying Plausible through Netlify | Plausible docs
-# https://plausible.io/docs/proxy/guides/netlify
-
-[[redirects]]
-from = "/remote-assets/page-external-data/js/script.js"
-to = "https://plausible.io/js/script.js"
-status = 200
-force = true
-
-[[redirects]]
-from = "/api/v1/page-external-data/submit"
-to = "https://plausible.io/api/event"
-status = 200
-force = true