From 8ba4c1b4799b7dd74e10ccffdfeb1eeeaece22ad Mon Sep 17 00:00:00 2001
From: Krystie
Date: Thu, 13 Aug 2026 07:17:01 -0700
Subject: [PATCH] fix: remove remaining false SDK claims from features,
docs/premium, docs/api (M-2)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- features.tsx: 'JavaScript SDK & REST API' → 'REST API (260+ endpoints)'
- docs/premium: 'the JS SDK' → 'the REST API'
- docs/api: 'and the SDK' → 'and integrations'
The SDK package doesn't exist; the REST API is the correct integration surface.
Deployed to live dashcaddy.net via cPanel API with cache-busting rewrite.
---
src/app/docs/api/page.tsx | 2 +-
src/app/docs/premium/page.tsx | 2 +-
src/app/features/page.tsx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/app/docs/api/page.tsx b/src/app/docs/api/page.tsx
index cdee44b..b433838 100644
--- a/src/app/docs/api/page.tsx
+++ b/src/app/docs/api/page.tsx
@@ -60,7 +60,7 @@ curl -X POST -H "Authorization: Bearer ***" \\
API key (Bearer token)
- For server-to-server automation, scripts, and the SDK, use an API key. Generate keys from
+ For server-to-server automation, scripts, and integrations, use an API key. Generate keys from
Settings → API Keys. Keys are bearer tokens — pass them in the Authorization
header on every request:
diff --git a/src/app/docs/premium/page.tsx b/src/app/docs/premium/page.tsx
index fc2ada3..a6f61a4 100644
--- a/src/app/docs/premium/page.tsx
+++ b/src/app/docs/premium/page.tsx
@@ -14,7 +14,7 @@ export default function DocsPremiumPage() {
DashCaddy's philosophy is that the day-to-day platform should be free forever. Everything you need to run
a single host — the dashboard, the full template catalog, Caddy + DNS + TLS automation, real-time monitoring,
Prometheus metrics, multi-user accounts with 2FA and RBAC, the Security Center, the AI Intent Router, the MCP
- Server, the JS SDK, and backup/restore — works without a license. Premium adds four capabilities aimed at
+ Server, the REST API, and backup/restore — works without a license. Premium adds four capabilities aimed at
teams and multi-host operators who need single sign-on, multi-container stacks, cluster orchestration, or
fleet-wide management.
diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx
index 57f52ef..8e5b1de 100644
--- a/src/app/features/page.tsx
+++ b/src/app/features/page.tsx
@@ -361,7 +361,7 @@ export default function FeaturesPage() {
'Security Center',
'One-click backup & restore',
'AI Intent Router + MCP Server',
- 'JavaScript SDK & REST API',
+ 'REST API (260+ endpoints)',
'Plugin / Extension system',
'i18n (5 languages, RTL)',
'Prometheus metrics export',