From 0a27041e9eba32d6c616c4030776670babfa9e8f Mon Sep 17 00:00:00 2001 From: kipavy Date: Wed, 16 Sep 2026 11:10:13 +0000 Subject: [PATCH] feat(landing): name Cloudflare Sync alongside Gist Sync Cloudflare Sync is a second free E2EE sync option, so the free plan's feature list and the plugin-system blurb say so. --- landing/app/components/Features.tsx | 2 +- shared/plans.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/landing/app/components/Features.tsx b/landing/app/components/Features.tsx index 11de426..ddb946c 100644 --- a/landing/app/components/Features.tsx +++ b/landing/app/components/Features.tsx @@ -43,7 +43,7 @@ const features = [ { icon: "lucide:puzzle", title: "Plugin system", - desc: "Extend Voltius with first-party and community plugins. Gist Sync, process manager, and more.", + desc: "Extend Voltius with first-party and community plugins. Gist Sync, Cloudflare Sync, process manager, and more.", }, { icon: "lucide:container", diff --git a/shared/plans.ts b/shared/plans.ts index c7278cc..9e231dd 100644 --- a/shared/plans.ts +++ b/shared/plans.ts @@ -45,7 +45,7 @@ export const PLANS: Plan[] = [ "All core SSH features", "SFTP with drag & drop", "Docker & serial console", - "Gist E2EE sync (free)", + "Gist & Cloudflare E2EE sync (free)", "Plugin system", "Custom themes", "Local terminal",