diff --git a/apps/web-roo-code/src/app/legal/subprocessors/page.tsx b/apps/web-roo-code/src/app/legal/subprocessors/page.tsx new file mode 100644 index 000000000000..1d758803f5e0 --- /dev/null +++ b/apps/web-roo-code/src/app/legal/subprocessors/page.tsx @@ -0,0 +1,183 @@ +import type { Metadata } from "next" +import { SEO } from "@/lib/seo" + +const TITLE = "Subprocessors" +const DESCRIPTION = "List of third-party subprocessors used by Roo Code to process customer data." +const PATH = "/legal/subprocessors" +const OG_IMAGE = SEO.ogImage + +export const metadata: Metadata = { + title: TITLE, + description: DESCRIPTION, + alternates: { + canonical: `${SEO.url}${PATH}`, + }, + openGraph: { + title: TITLE, + description: DESCRIPTION, + url: `${SEO.url}${PATH}`, + siteName: SEO.name, + images: [ + { + url: OG_IMAGE.url, + width: OG_IMAGE.width, + height: OG_IMAGE.height, + alt: OG_IMAGE.alt, + }, + ], + locale: SEO.locale, + type: "article", + }, + twitter: { + card: SEO.twitterCard, + title: TITLE, + description: DESCRIPTION, + images: [OG_IMAGE.url], + }, + keywords: [...SEO.keywords, "subprocessors", "data processing", "GDPR", "privacy", "third-party services"], +} + +export default function SubProcessors() { + return ( + <> +
+
+

Updated: September 18, 2025

+ +

Subprocessors

+ +

Roo Code engages the following third parties to process Customer Data.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Entity Name + + Product or Service + + Location of Processing + + Purpose of Processing +
CensusData ServicesUnited StatesData activation and reverse ETL
ClerkAuthentication ServicesUnited StatesUser authentication
ClickHouseData ServicesUnited StatesReal-time analytics database
CloudflareAll Services + Processing at data center closest to End User + + Content delivery network and security +
FivetranData ServicesUnited StatesETL and data integration
Fly.ioBackend ServicesUnited States + Application hosting and deployment +
HubSpotCustomer ServicesUnited StatesCRM and marketing automation
LoopsCommunication ServicesUnited StatesEmail and customer communication
MetabaseData AnalyticsUnited States + Business intelligence and reporting +
PostHogData ServicesUnited StatesProduct analytics
SentryAll ServicesUnited StatesError tracking and monitoring
SnowflakeData ServicesUnited StatesData warehousing and analytics
StripePayment ServicesUnited States, EuropePayment processing and billing
SupabaseData ServicesUnited StatesDatabase management and storage
UpstashInfrastructure ServicesUnited StatesServerless database services
VercelCustomer-facing ServicesUnited States, Europe + Web application hosting and deployment +
+
+
+
+ + ) +} diff --git a/apps/web-roo-code/src/components/chromes/footer.tsx b/apps/web-roo-code/src/components/chromes/footer.tsx index b6a17cebe570..64582ab6f189 100644 --- a/apps/web-roo-code/src/components/chromes/footer.tsx +++ b/apps/web-roo-code/src/components/chromes/footer.tsx @@ -256,6 +256,13 @@ export function Footer() { )} +
  • + + Subprocessors + +