diff --git a/docs/support-faq.md b/docs/support-faq.md index d5d43597..bc500859 100644 --- a/docs/support-faq.md +++ b/docs/support-faq.md @@ -44,7 +44,7 @@ Common user questions and suggested responses. - **Pro ($20/mo):** Generous usage for power users with a high monthly cap - **Max ($100/mo):** 20x more usage than Pro for maximum power users - **Team ($30/user/mo):** 2x more usage than Pro per team member with unified billing -- **Enterprise:** Contact team@opensecret.cloud +- **Enterprise:** Contact support@trymaple.ai **References:** - Pricing config: `/frontend/src/config/pricingConfig.tsx` diff --git a/frontend/index.html b/frontend/index.html index ad352df6..29038635 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -92,7 +92,7 @@ }, { "@type": "ContactPoint", - "email": "team@trymaple.ai", + "email": "support@trymaple.ai", "contactType": "sales" } ] diff --git a/frontend/public/llms-full.txt b/frontend/public/llms-full.txt index cfb016fd..3b0f96c1 100644 --- a/frontend/public/llms-full.txt +++ b/frontend/public/llms-full.txt @@ -139,7 +139,7 @@ Setup: Purchase seats on the Pricing page (minimum 2), invite colleagues by emai Pricing: $30/month per seat. No hidden fees. All features included. -Contact for enterprise: team@trymaple.ai +Contact for enterprise: support@trymaple.ai ## Developer API (Maple Proxy) @@ -317,7 +317,7 @@ Early employee in Product and Engineering at multiple startups, including Instru Infrastructure engineer in many startups over 9+ years. Previous experience in defense, security, networking, and bitcoin companies. **Contact** -- General/Teams: team@trymaple.ai +- General/Teams: support@trymaple.ai - Support: support@trymaple.ai - Community: Discord (discord.gg/ch2gjZAMGy) - Social: X/Twitter (@TryMapleAI) diff --git a/frontend/public/llms.txt b/frontend/public/llms.txt index badbb2dc..3d2e75bf 100644 --- a/frontend/public/llms.txt +++ b/frontend/public/llms.txt @@ -86,7 +86,7 @@ Security architecture: AWS Nitro Enclaves for backend processing, NVIDIA GPU TEE - **Company**: Maple AI, based in Austin, TX. Legal entity is Maple Privacy Labs Inc. - **Founders**: Mark Suman (CEO, ex-Apple AI/Privacy engineer) and Anthony Ronning (CTO, defense/security/bitcoin infrastructure) - **Programs**: NVIDIA Inception Program, Google Cloud for Startups -- **Contact**: team@trymaple.ai, support@trymaple.ai +- **Contact**: support@trymaple.ai - **Community**: [Discord](https://discord.gg/ch2gjZAMGy) - **Social**: [X/Twitter](https://twitter.com/TryMapleAI) - **Blog**: [blog.trymaple.ai](https://blog.trymaple.ai) diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index 69021f16..b7fcd607 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ name = "maple" version = "2.0.27" description = "Maple AI" -authors = ["tony@opensecret.cloud"] +authors = ["tony@trymaple.ai"] license = "MIT" repository = "https://github.com/OpenSecretCloud/Maple" edition = "2021" diff --git a/frontend/src/components/AccountMenu.tsx b/frontend/src/components/AccountMenu.tsx index 3896718c..cb801acd 100644 --- a/frontend/src/components/AccountMenu.tsx +++ b/frontend/src/components/AccountMenu.tsx @@ -215,7 +215,7 @@ export function AccountMenu() { } catch (error) { console.error("Error fetching portal URL:", error); setPortalError( - "Unable to open subscription management. Please try again or contact support@opensecret.cloud." + "Unable to open subscription management. Please try again or contact support@trymaple.ai." ); } finally { setIsPortalLoading(false); @@ -469,7 +469,7 @@ export function AccountMenu() { { e.preventDefault(); - handleOpenExternalUrl("mailto:support@opensecret.cloud"); + handleOpenExternalUrl("mailto:support@trymaple.ai"); }} onSelect={(e) => { e.preventDefault(); diff --git a/frontend/src/components/BillingStatus.tsx b/frontend/src/components/BillingStatus.tsx index 0c656038..ddaacba3 100644 --- a/frontend/src/components/BillingStatus.tsx +++ b/frontend/src/components/BillingStatus.tsx @@ -88,7 +88,7 @@ export function BillingStatus() { variant="default" onClick={() => !billingStatus.can_chat && isMax - ? (window.location.href = "mailto:team@opensecret.cloud") + ? (window.location.href = "mailto:support@trymaple.ai") : navigate({ to: "/pricing" }) } className="h-auto whitespace-normal py-2" diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 66cd3cf6..c2212d65 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -45,7 +45,7 @@ export function Footer() { diff --git a/frontend/src/components/team/TeamInviteDialog.tsx b/frontend/src/components/team/TeamInviteDialog.tsx index 07eee1ad..03a910a6 100644 --- a/frontend/src/components/team/TeamInviteDialog.tsx +++ b/frontend/src/components/team/TeamInviteDialog.tsx @@ -72,7 +72,7 @@ export function TeamInviteDialog({ open, onOpenChange, teamStatus }: TeamInviteD } catch (error) { console.error("Failed to open billing portal:", error); setError( - "Unable to open subscription management. Please try again or contact support@opensecret.cloud." + "Unable to open subscription management. Please try again or contact support@trymaple.ai." ); } finally { setIsPortalLoading(false); diff --git a/frontend/src/routes/pricing.tsx b/frontend/src/routes/pricing.tsx index 19427f58..f2c9ddf5 100644 --- a/frontend/src/routes/pricing.tsx +++ b/frontend/src/routes/pricing.tsx @@ -78,7 +78,7 @@ function PricingFAQ() {
  • Pro: Generous usage for power users with a high monthly cap
  • Max: 20x more usage than Pro for maximum power users
  • Team: Even more usage per team member with unified billing
  • -
  • Enterprise: Message us at team@opensecret.cloud
  • +
  • Enterprise: Message us at support@trymaple.ai
  • @@ -512,7 +512,7 @@ function PricingPage() { import("@tauri-apps/api/core") .then((coreModule) => { return coreModule.invoke("plugin:opener|open_url", { - url: "mailto:support@opensecret.cloud" + url: "mailto:support@trymaple.ai" }); }) .then(() => { @@ -521,10 +521,10 @@ function PricingPage() { .catch((err) => { console.error("[Contact] Failed to open mailto link with Tauri opener:", err); // Fallback for web or if Tauri fails - window.location.href = "mailto:support@opensecret.cloud"; + window.location.href = "mailto:support@trymaple.ai"; }); } else { - window.location.href = "mailto:support@opensecret.cloud"; + window.location.href = "mailto:support@trymaple.ai"; } return; } @@ -546,7 +546,7 @@ function PricingPage() { import("@tauri-apps/api/core") .then((coreModule) => { return coreModule.invoke("plugin:opener|open_url", { - url: "mailto:support@opensecret.cloud" + url: "mailto:support@trymaple.ai" }); }) .then(() => { @@ -555,10 +555,10 @@ function PricingPage() { .catch((err) => { console.error("[Contact] Failed to open mailto link with Tauri opener:", err); // Fallback for web or if Tauri fails - window.location.href = "mailto:support@opensecret.cloud"; + window.location.href = "mailto:support@trymaple.ai"; }); } else { - window.location.href = "mailto:support@opensecret.cloud"; + window.location.href = "mailto:support@trymaple.ai"; } } return; @@ -619,7 +619,7 @@ function PricingPage() { // show an error instead of silently falling through to checkout if (isCurrentPlan) { setPortalError( - "Unable to open subscription management. Please try again or contact support@opensecret.cloud." + "Unable to open subscription management. Please try again or contact support@trymaple.ai." ); return; } diff --git a/frontend/src/routes/proof.tsx b/frontend/src/routes/proof.tsx index fd5da85b..150703a5 100644 --- a/frontend/src/routes/proof.tsx +++ b/frontend/src/routes/proof.tsx @@ -239,7 +239,7 @@ function DataFlowDiagram() { ); } -const CONTACT_EMAIL = "team@trymaple.ai"; +const CONTACT_EMAIL = "support@trymaple.ai"; const CONTACT_SUBJECT = "Security Evaluation of Maple"; const CONTACT_BODY = `Hi Maple team, @@ -771,10 +771,10 @@ function Verify() {

    Questions? Reach us at{" "} - team@trymaple.ai + support@trymaple.ai

    diff --git a/frontend/src/routes/teams.tsx b/frontend/src/routes/teams.tsx index 27629b98..e55fb22e 100644 --- a/frontend/src/routes/teams.tsx +++ b/frontend/src/routes/teams.tsx @@ -60,7 +60,7 @@ function TeamsPage() { Get Started with Teams Request a Demo @@ -286,7 +286,7 @@ function TeamsPage() {
    Need a larger deployment or have compliance questions?{" "} - + Contact us {" "} for enterprise options.