From d739b63bc78930cefbd209b5a48a53f566053817 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Mon, 27 Apr 2026 21:44:16 -0400 Subject: [PATCH] Replace Request a demo CTAs with Get started linking to Cloud Update AUTH_CTA in blog-cta resolver and inline call_to_action blocks on auth-related posts to use Appwrite Cloud instead of enterprise contact. Made-with: Cursor --- src/lib/utils/blog-cta.ts | 6 +++--- .../+page.markdoc | 2 +- .../blog/post/rethinking-saas-authentication/+page.markdoc | 2 +- src/routes/blog/post/understand-oauth2/+page.markdoc | 2 +- src/routes/blog/post/what-is-ciam/+page.markdoc | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/utils/blog-cta.ts b/src/lib/utils/blog-cta.ts index 78554d3ead..828ecafa7d 100644 --- a/src/lib/utils/blog-cta.ts +++ b/src/lib/utils/blog-cta.ts @@ -44,9 +44,9 @@ const STARTUPS_CTA: BlogCtaConfig = { const AUTH_CTA: BlogCtaConfig = { heading: 'Customer identity without the hassle', description: 'Add secure authentication in minutes, not weeks.', - label: 'Request a demo', - href: 'https://appwrite.io/contact-us/enterprise', - event: 'blog-cta-auth-demo-btn-click', + label: 'Get started', + href: getAppwriteDashboardUrl(), + event: 'blog-cta-auth-get-started-btn-click', points: [ 'Built-in security and compliance', 'Multiple login methods', diff --git a/src/routes/blog/post/how-appwrite-makes-auth-easy-for-ecommerce/+page.markdoc b/src/routes/blog/post/how-appwrite-makes-auth-easy-for-ecommerce/+page.markdoc index a9f7b55e98..3fa6e28bdd 100644 --- a/src/routes/blog/post/how-appwrite-makes-auth-easy-for-ecommerce/+page.markdoc +++ b/src/routes/blog/post/how-appwrite-makes-auth-easy-for-ecommerce/+page.markdoc @@ -58,7 +58,7 @@ You can mix and match depending on your store's needs. Enhance security by enabling two-factor authentication using TOTP apps like Google Authenticator. No extra backend work required. Learn more about [MFA](/docs/products/auth/mfa) -{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Built-in security and compliance" point2="Multiple login methods" point3="Custom authentication flows" point4="Multi-factor authentication" cta="Request a demo" url="https://appwrite.io/contact-us/enterprise" /%} +{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Built-in security and compliance" point2="Multiple login methods" point3="Custom authentication flows" point4="Multi-factor authentication" cta="Get started" url="https://cloud.appwrite.io/" /%} ## 3. **Self-Service account management** diff --git a/src/routes/blog/post/rethinking-saas-authentication/+page.markdoc b/src/routes/blog/post/rethinking-saas-authentication/+page.markdoc index 2ac68bbb71..29e2113157 100644 --- a/src/routes/blog/post/rethinking-saas-authentication/+page.markdoc +++ b/src/routes/blog/post/rethinking-saas-authentication/+page.markdoc @@ -31,7 +31,7 @@ Technologies like **Single Sign-On (SSO)** help bridge this gap—offering both Take a look at our [developer’s guide to user authentication](/blog/post/guide-to-user-authentication) for more in-depth insights. -{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Built-in security and compliance" point2="Multi-factor authentication" point3="Custom roles and permissions" point4="Session control and management" cta="Request a demo" url="https://appwrite.io/contact-us/enterprise" /%} +{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Built-in security and compliance" point2="Multi-factor authentication" point3="Custom roles and permissions" point4="Session control and management" cta="Get started" url="https://cloud.appwrite.io/" /%} ## Managing multi-tenant complexity diff --git a/src/routes/blog/post/understand-oauth2/+page.markdoc b/src/routes/blog/post/understand-oauth2/+page.markdoc index 03fa71ff1a..7f60d76048 100644 --- a/src/routes/blog/post/understand-oauth2/+page.markdoc +++ b/src/routes/blog/post/understand-oauth2/+page.markdoc @@ -68,7 +68,7 @@ OAuth2 offers different "flows" to accommodate various scenarios. Here's a break - Web apps with secure backend servers. -{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Multiple OAuth providers" point2="Built-in security" point3="Custom roles and permissions" point4="Integrates with your favourite SDK" cta="Request a demo" url="https://appwrite.io/contact-us/enterprise" /%} +{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Multiple OAuth providers" point2="Built-in security" point3="Custom roles and permissions" point4="Integrates with your favourite SDK" cta="Get started" url="https://cloud.appwrite.io/" /%} ## 2. Authorization code flow with PKCE (Proof Key for Code Exchange) diff --git a/src/routes/blog/post/what-is-ciam/+page.markdoc b/src/routes/blog/post/what-is-ciam/+page.markdoc index 83a4a947e1..b879fa98ea 100644 --- a/src/routes/blog/post/what-is-ciam/+page.markdoc +++ b/src/routes/blog/post/what-is-ciam/+page.markdoc @@ -27,7 +27,7 @@ A comprehensive CIAM solution includes: - **Scalability:** Designed to handle millions of users simultaneously without compromising performance. - **Security measures:** Features like passwordless [authentication](/products/auth), biometric verification, and threat detection protect both customer data and business operations. -{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Email/Password, SMS, OAuth, and more" point2="Server side rendering" point3="Session control and management" point4="Built-in security and compliance" cta="Request a demo" url="https://appwrite.io/contact-us/enterprise" /%} +{% call_to_action title="Customer identity without the hassle" description="Add secure authentication for your users in just a couple of minutes." point1="Email/Password, SMS, OAuth, and more" point2="Server side rendering" point3="Session control and management" point4="Built-in security and compliance" cta="Get started" url="https://cloud.appwrite.io/" /%} # Why CIAM matters