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
+ +Roo Code engages the following third parties to process Customer Data.
+ +| + Entity Name + | ++ Product or Service + | ++ Location of Processing + | ++ Purpose of Processing + | +
|---|---|---|---|
| Census | +Data Services | +United States | +Data activation and reverse ETL | +
| Clerk | +Authentication Services | +United States | +User authentication | +
| ClickHouse | +Data Services | +United States | +Real-time analytics database | +
| Cloudflare | +All Services | ++ Processing at data center closest to End User + | ++ Content delivery network and security + | +
| Fivetran | +Data Services | +United States | +ETL and data integration | +
| Fly.io | +Backend Services | +United States | ++ Application hosting and deployment + | +
| HubSpot | +Customer Services | +United States | +CRM and marketing automation | +
| Loops | +Communication Services | +United States | +Email and customer communication | +
| Metabase | +Data Analytics | +United States | ++ Business intelligence and reporting + | +
| PostHog | +Data Services | +United States | +Product analytics | +
| Sentry | +All Services | +United States | +Error tracking and monitoring | +
| Snowflake | +Data Services | +United States | +Data warehousing and analytics | +
| Stripe | +Payment Services | +United States, Europe | +Payment processing and billing | +
| Supabase | +Data Services | +United States | +Database management and storage | +
| Upstash | +Infrastructure Services | +United States | +Serverless database services | +
| Vercel | +Customer-facing Services | +United States, Europe | ++ Web application hosting and deployment + | +