29
packages/vendors/data.d.ts
vendored
29
packages/vendors/data.d.ts
vendored
@@ -2,6 +2,33 @@
|
||||
* Type definitions for vendor data
|
||||
*/
|
||||
|
||||
/**
|
||||
* Category types for vendors
|
||||
*/
|
||||
export type VendorCategory =
|
||||
| 'Cloud monitoring'
|
||||
| 'Cloud provider'
|
||||
| 'Collaboration'
|
||||
| 'Customer support'
|
||||
| 'Analytics'
|
||||
| 'Data storage and processing'
|
||||
| 'Document management'
|
||||
| 'Employee management'
|
||||
| 'Engineering'
|
||||
| 'Finance'
|
||||
| 'Identity provider'
|
||||
| 'IT'
|
||||
| 'Marketing'
|
||||
| 'Office operations'
|
||||
| 'Other'
|
||||
| 'Password management'
|
||||
| 'Product and design'
|
||||
| 'Professional services'
|
||||
| 'Recruiting'
|
||||
| 'Sales'
|
||||
| 'Security'
|
||||
| 'Version control';
|
||||
|
||||
/**
|
||||
* Represents a software vendor or service provider with associated metadata
|
||||
*/
|
||||
@@ -43,7 +70,7 @@ export interface Vendor {
|
||||
description?: string;
|
||||
|
||||
/** Primary category for the vendor */
|
||||
category?: string;
|
||||
category?: VendorCategory;
|
||||
|
||||
/** Security or compliance certifications held by the vendor */
|
||||
certifications?: string[];
|
||||
|
||||
510
packages/vendors/data.json
vendored
510
packages/vendors/data.json
vendored
@@ -9,7 +9,7 @@
|
||||
"description": "Slack is a team communication platform that allows users to send messages, files, and images to each other.",
|
||||
"statusPageUrl": "https://slack-status.com/",
|
||||
"termsOfServiceUrl": "https://slack.com/intl/en-gb/main-services-agreement",
|
||||
"category": "Communication",
|
||||
"category": "Collaboration",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2022",
|
||||
"ISO/IEC 27017:2015",
|
||||
@@ -28,7 +28,7 @@
|
||||
"privacyPolicyUrl": "https://zoom.us/privacy",
|
||||
"serviceLevelAgreementUrl": "https://explore.zoom.us/en/premier-support-terms/",
|
||||
"description": "Zoom is a video communication platform that allows users to send messages, files, and images to each other.",
|
||||
"category": "Communication",
|
||||
"category": "Collaboration",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2022",
|
||||
"ISO/IEC 27017:2015",
|
||||
@@ -62,7 +62,7 @@
|
||||
"serviceLevelAgreementUrl": "https://github.com/site/terms",
|
||||
"subprocessorsListUrl": "https://docs.github.com/en/site-policy/privacy-policies/github-subprocessors",
|
||||
"description": "Github is a code hosting platform for version control and collaboration.",
|
||||
"category": "Code Hosting",
|
||||
"category": "Version control",
|
||||
"certifications": [
|
||||
"SOC 1 Type 2",
|
||||
"SOC 2 Type 2",
|
||||
@@ -83,7 +83,7 @@
|
||||
"serviceLevelAgreementUrl": "https://stripe.com/legal/ssa",
|
||||
"dataProcessingAgreementUrl": "https://stripe.com/legal/dpa",
|
||||
"description": "Online payment processing platform that enables businesses to accept and manage digital payments, supporting various payment methods and currencies with integrated fraud protection and compliance features",
|
||||
"category": "Payment Processing",
|
||||
"category": "Finance",
|
||||
"certifications": [
|
||||
"PCI DSS v4.0",
|
||||
"SOC 2 Type 2",
|
||||
@@ -108,7 +108,7 @@
|
||||
"privacyPolicyUrl": "https://cloudflare.com/privacy",
|
||||
"serviceLevelAgreementUrl": "https://www.cloudflare.com/en-gb/business-sla",
|
||||
"description": "Cloudflare is a cloud computing company that provides a range of services, including web hosting, domain name registration, and cloud storage.",
|
||||
"category": "Web Hosting",
|
||||
"category": "Cloud provider",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2013",
|
||||
"ISO/IEC 27701:2019",
|
||||
@@ -145,7 +145,7 @@
|
||||
"privacyPolicyUrl": "https://sentry.io/privacy",
|
||||
"serviceLevelAgreementUrl": "",
|
||||
"description": "Sentry is a cloud-based platform for monitoring and analyzing application performance and user behavior.",
|
||||
"category": "Monitoring",
|
||||
"category": "Engineering",
|
||||
"certifications": ["ISO/IEC 27001:2013", "SOC2 Type 2"],
|
||||
"securityPageUrl": "https://sentry.io/security",
|
||||
"statusPageUrl": "https://status.sentry.io/"
|
||||
@@ -158,7 +158,7 @@
|
||||
"privacyPolicyUrl": "https://datadog.com/privacy",
|
||||
"serviceLevelAgreementUrl": "https://datadog.com/terms",
|
||||
"description": "Datadog is a cloud-based platform for monitoring and analyzing application performance and user behavior.",
|
||||
"category": "Monitoring",
|
||||
"category": "Cloud monitoring",
|
||||
"certifications": [
|
||||
"CCPA",
|
||||
"CSA STAR",
|
||||
@@ -184,7 +184,7 @@
|
||||
"serviceLevelAgreementUrl": "https://vercel.com/legal/sla",
|
||||
"dataProcessingAgreementUrl": "https://vercel.com/legal/dpa",
|
||||
"description": "Vercel is a cloud-based platform for monitoring and analyzing application performance and user behavior.",
|
||||
"category": "Web Hosting",
|
||||
"category": "Cloud provider",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2013",
|
||||
"SOC2 Type 2",
|
||||
@@ -208,7 +208,7 @@
|
||||
"serviceLevelAgreementUrl": "https://sendgrid.com/terms",
|
||||
"dataProcessingAgreementUrl": "https://sendgrid.com/dpa",
|
||||
"description": "Cloud-based email delivery platform that provides transactional and marketing email services, offering reliable message delivery, analytics, and automation features for business communications.",
|
||||
"category": "Email Marketing",
|
||||
"category": "Communication & Collaboration",
|
||||
"certifications": [
|
||||
"CCPA",
|
||||
"CPRA",
|
||||
@@ -232,7 +232,7 @@
|
||||
"privacyPolicyUrl": "https://www.figma.com/legal/privacy/",
|
||||
"serviceSoftwareAgreementUrl": "https://www.figma.com/ssa/",
|
||||
"description": "Cloud-based design and prototyping platform that enables collaborative interface design, wireframing, and mockup creation with real-time editing capabilities for teams.",
|
||||
"category": "Design",
|
||||
"category": "Product and design",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001:2013",
|
||||
@@ -262,7 +262,7 @@
|
||||
"subprocessorsListUrl": "https://www.notion.so/notion/Notion-s-List-of-Subprocessors-268fa5bcfa0f46b6bc29436b21676734",
|
||||
"businessAssociateAgreementUrl": "https://www.notion.so/notion/Business-Associate-Agreement-909d9f4ccca041b1a23d0fe6e56fa111",
|
||||
"description": "Cloud-based workspace and collaboration platform that offers document management, project management, and team communication features, allowing users to create, edit, and share content in a centralized environment.",
|
||||
"category": "Project Management",
|
||||
"category": "Document management",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001:2022",
|
||||
@@ -284,7 +284,7 @@
|
||||
"privacyPolicyUrl": "https://app.termly.io/policy-viewer/policy.html?policyUUID=95d79e73-9d6f-4e0a-8abd-2a608e8f5242",
|
||||
"termsOfServiceUrl": "https://mintlify.com/legal/terms",
|
||||
"description": "Mintlify is a cloud-based documentation platform that enables teams to create, manage, and share documentation for their projects.",
|
||||
"category": "Documentation",
|
||||
"category": "Engineering",
|
||||
"certifications": ["SOC 2 Type 1"],
|
||||
"subprocessorsListUrl": "https://security.mintlify.com",
|
||||
"trustPageUrl": "https://security.mintlify.com/",
|
||||
@@ -298,7 +298,7 @@
|
||||
"privacyPolicyUrl": "https://supabase.com/privacy",
|
||||
"termsOfServiceUrl": "https://supabase.com/terms",
|
||||
"description": "Open-source Firebase alternative providing a backend-as-a-service platform with PostgreSQL database, authentication, storage, and API functionality for application development.",
|
||||
"category": "Database",
|
||||
"category": "Data storage and processing",
|
||||
"certifications": ["SOC2 Type 2", "HIPAA", "GDPR"],
|
||||
"securityPageUrl": "https://supabase.com/security",
|
||||
"serviceLevelAgreementUrl": "https://supabase.com/sla",
|
||||
@@ -315,7 +315,7 @@
|
||||
"termsOfServiceUrl": "https://www.twilio.com/en-us/legal/tos",
|
||||
"serviceLevelAgreementUrl": "https://www.twilio.com/en-us/legal/service-level-agreement/segment-data-ingestion-api",
|
||||
"description": "Segment is a cloud-based customer data platform that enables businesses to collect, clean, and analyze customer data from across their systems.",
|
||||
"category": "Customer Data Platform",
|
||||
"category": "Analytics",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001:2022",
|
||||
@@ -339,7 +339,7 @@
|
||||
"privacyPolicyUrl": "https://www.okta.com/privacy-policy/",
|
||||
"termsOfServiceUrl": "https://www.okta.com/terms-of-service/",
|
||||
"description": "Auth0 is a cloud-based identity and access management platform that enables businesses to secure their applications and data.",
|
||||
"category": "Identity and Access Management",
|
||||
"category": "Identity provider",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001:2022",
|
||||
@@ -370,7 +370,7 @@
|
||||
"securityPageUrl": "https://www.heroku.com/policy/security",
|
||||
"serviceLevelAgreementUrl": "https://www.salesforce.com/en-us/wp-content/uploads/sites/4/documents/legal/Salesforce_MSA.pdf",
|
||||
"description": "Heroku is a cloud-based platform for building, deploying, and scaling applications.",
|
||||
"category": "Cloud Platform",
|
||||
"category": "Cloud provider",
|
||||
"certifications": [
|
||||
"PCI-DSS",
|
||||
"ISO/IEC 27001:2013",
|
||||
@@ -392,7 +392,7 @@
|
||||
"privacyPolicyUrl": "https://linear.app/privacy",
|
||||
"termsOfServiceUrl": "https://linear.app/terms",
|
||||
"description": "Linear is a cloud-based project management platform that enables teams to manage their projects and tasks.",
|
||||
"category": "Project Management",
|
||||
"category": "Engineering",
|
||||
"statusPageUrl": "https://linearstatus.com/",
|
||||
"dataProcessingAgreementUrl": "https://linear.app/dpa",
|
||||
"securityPageUrl": "https://linear.app/security",
|
||||
@@ -410,7 +410,7 @@
|
||||
"dataProcessingAgreementUrl": "https://legal.hubspot.com/dpa",
|
||||
"termsOfServiceUrl": "https://legal.hubspot.com/terms-of-service",
|
||||
"description": "Hubspot is a cloud-based marketing and sales platform that enables businesses to manage their marketing and sales activities.",
|
||||
"category": "Marketing and Sales",
|
||||
"category": "Marketing",
|
||||
"subprocessorsListUrl": "https://legal.hubspot.com/sub-processors-page",
|
||||
"certifications": ["GDPR", "SOC 3", "SOC 2 Type 2"],
|
||||
"statusPageUrl": "https://status.hubspot.com/"
|
||||
@@ -426,7 +426,7 @@
|
||||
"securityPageUrl": "https://langfuse.com/docs/data-security-privacy",
|
||||
"description": "Langfuse is a cloud-based language model platform that enables businesses to build, test, and deploy language models.",
|
||||
"dataProcessingAgreementUrl": "https://static.langfuse.com/legal/2025-02-17-Public-Langfuse%20DPA.docx.pdf",
|
||||
"category": "Language Model",
|
||||
"category": "Engineering",
|
||||
"certifications": ["ISO/IEC 27001:2022", "SOC 2 Type 2", "GDPR", "HIPAA"]
|
||||
},
|
||||
{
|
||||
@@ -441,7 +441,7 @@
|
||||
"dataProcessingAgreementUrl": "https://workspace.google.com/terms/09242021/dpa_terms/",
|
||||
"statusPageUrl": "https://www.google.com/appsstatus/dashboard/",
|
||||
"securityPageUrl": "https://workspace.google.com/security/",
|
||||
"category": "Productivity",
|
||||
"category": "Collaboration",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2022",
|
||||
"ISO/IEC 27017:2015",
|
||||
@@ -463,7 +463,7 @@
|
||||
"headquarterAddress": "301 Howard St Suite 300, San Francisco, CA 94105",
|
||||
"websiteUrl": "https://www.algolia.com",
|
||||
"description": "Algolia is a search-as-a-service platform that enables businesses to deliver fast and relevant search and discovery experiences across websites and applications.",
|
||||
"category": "Search-as-a-Service",
|
||||
"category": "Engineering",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2022",
|
||||
"ISO/IEC 27017:2015",
|
||||
@@ -490,7 +490,7 @@
|
||||
"headquarterAddress": "2261 Market St #4008, San Francisco HQ",
|
||||
"websiteUrl": "https://posthog.com",
|
||||
"description": "Open-source product analytics platform that enables teams to understand user behavior and optimize product performance.",
|
||||
"category": "Product Analytics",
|
||||
"category": "Analytics",
|
||||
"certifications": ["SOC 2 Type 2", "GDPR", "CCPA"],
|
||||
"securityPageUrl": "https://posthog.com/handbook/company/security",
|
||||
"privacyPolicyUrl": "https://posthog.com/privacy",
|
||||
@@ -513,7 +513,7 @@
|
||||
"securityPageUrl": "https://assets.ctfassets.net/wl95ljfippl8/1j9UbmmoSaoMNusVps3ib3/9e00936f3891c84c75ccd6a87cdb992c/Security_Whitepaper_Final_20210927.pdf",
|
||||
"trustPageUrl": "https://www.airtable.com/company/trust-and-security",
|
||||
"description": "Airtable is a no-code platform that combines the simplicity of a spreadsheet with the complexity of a database, enabling users to build custom applications without writing code.",
|
||||
"category": "No-Code/Low-Code Platform",
|
||||
"category": "Data storage and processing",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001:2022",
|
||||
@@ -531,7 +531,7 @@
|
||||
"headquarterAddress": "3180 18th St, San Francisco, CA 94110",
|
||||
"websiteUrl": "https://openai.com",
|
||||
"description": "OpenAI is an AI research and deployment company dedicated to ensuring that artificial general intelligence benefits all of humanity.",
|
||||
"category": "Artificial Intelligence Research and Deployment",
|
||||
"category": "Engineering",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"CSA STAR Level 1",
|
||||
@@ -555,7 +555,7 @@
|
||||
"headquarterAddress": "548 Market St, San Francisco, CA 94104",
|
||||
"websiteUrl": "https://www.anthropic.com",
|
||||
"description": "Anthropic is an AI safety and research company developing reliable, interpretable, and steerable AI systems, including the Claude family of large language models.",
|
||||
"category": "Artificial Intelligence / AI Safety",
|
||||
"category": "Engineering",
|
||||
"certifications": ["SOC 2 Type 1", "SOC 2 Type 2"],
|
||||
"securityPageUrl": "https://trust.anthropic.com",
|
||||
"privacyPolicyUrl": "https://www.anthropic.com/legal/privacy",
|
||||
@@ -574,7 +574,7 @@
|
||||
"termsOfServiceUrl": "https://gusto.com/about/terms",
|
||||
"businessAssociateAgreementUrl": "https://support.gusto.com/article/152166121100000/The-Health-Insurance-Portability-and-Accountability-Act-of-1996-HIPAA",
|
||||
"description": "Gusto is a cloud-based platform that provides payroll, benefits, and human resource management software for businesses. It handles payments to employees and contractors and manages compliance with tax, labor, and immigration laws.",
|
||||
"category": "HR / Payroll",
|
||||
"category": "Employee management",
|
||||
"certifications": ["SOC 1 Type 2", "SOC 2 Type 2", "HIPAA"],
|
||||
"securityPageUrl": "https://gusto.com/security",
|
||||
"trustPageUrl": "https://trust.gusto.com/",
|
||||
@@ -592,7 +592,7 @@
|
||||
"subprocessorsListUrl": "https://aws.amazon.com/compliance/sub-processors/",
|
||||
"businessAssociateAgreementUrl": "https://aws.amazon.com/compliance/hipaa-compliance/",
|
||||
"description": "Amazon Web Services (AWS) is the world's most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers—including startups, enterprises, and government agencies—use AWS to lower costs, become more agile, and innovate faster.",
|
||||
"category": "Cloud Infrastructure",
|
||||
"category": "Cloud provider",
|
||||
"certifications": [
|
||||
"CSA",
|
||||
"ProcessUnity",
|
||||
@@ -673,7 +673,7 @@
|
||||
"headquarterAddress": "271 17th St NW. 10th Floor. Atlanta, Georgia 30363, US",
|
||||
"websiteUrl": "https://calendly.com",
|
||||
"description": "Online scheduling platform that automates appointment booking and meeting management for businesses and individuals.",
|
||||
"category": "Scheduling/Appointment Management",
|
||||
"category": "Collaboration",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"SOC 3",
|
||||
@@ -696,7 +696,7 @@
|
||||
"headquarterAddress": "Suite 2a1, Northside House, Mount Pleasant, Barnet, England, EN4 9EB",
|
||||
"websiteUrl": "https://www.jsdelivr.com",
|
||||
"description": "jsDelivr is a free, open-source Content Delivery Network (CDN) for open-source files, providing fast and reliable delivery of JavaScript libraries and other web assets.",
|
||||
"category": "Content Delivery Network (CDN)",
|
||||
"category": "Engineering",
|
||||
"certifications": ["GDPR", "CCPA"],
|
||||
"securityPageUrl": "https://www.jsdelivr.com/documents/security-policy.pdf",
|
||||
"privacyPolicyUrl": "https://www.jsdelivr.com/terms/privacy-policy",
|
||||
@@ -711,7 +711,7 @@
|
||||
"headquarterAddress": "1999 Harrison St, Suite 1150, Oakland, CA 94612, United States",
|
||||
"websiteUrl": "https://www.npmjs.com",
|
||||
"description": "npm is the world's largest software registry, providing a platform for JavaScript developers to share and manage packages for Node.js and frontend projects.",
|
||||
"category": "Package Management / Code Hosting",
|
||||
"category": "Engineering",
|
||||
"certifications": ["GDPR", "CCPA"],
|
||||
"securityPageUrl": "https://docs.npmjs.com/policies/security/",
|
||||
"privacyPolicyUrl": "https://www.npmjs.com/policies/privacy",
|
||||
@@ -724,7 +724,7 @@
|
||||
"headquarterAddress": "660 King Street, Unit 345, San Francisco, CA 94107, United States",
|
||||
"websiteUrl": "https://clerk.com",
|
||||
"description": "Clerk provides a comprehensive suite of embeddable UIs, flexible APIs, and admin dashboards to authenticate and manage users.",
|
||||
"category": "Authentication and User Management",
|
||||
"category": "Identity provider",
|
||||
"certifications": ["SOC 2 Type 2", "HIPAA", "GDPR", "CCPA"],
|
||||
"securityPageUrl": "https://clerk.com/docs/security/overview",
|
||||
"privacyPolicyUrl": "https://clerk.com/legal/privacy",
|
||||
@@ -739,7 +739,7 @@
|
||||
"headquarterAddress": "Västriku tn 2, 50403, Tartu, Estonia",
|
||||
"websiteUrl": "https://plausible.io/",
|
||||
"description": "Open-source, privacy-focused web analytics platform that provides simple and lightweight tracking without cookies.",
|
||||
"category": "Platform and user analytics",
|
||||
"category": "Analytics",
|
||||
"certifications": ["GDPR", "CCPA", "PECR"],
|
||||
"securityPageUrl": "https://plausible.io/security",
|
||||
"privacyPolicyUrl": "https://plausible.io/privacy",
|
||||
@@ -754,7 +754,7 @@
|
||||
"headquarterAddress": "Rua Cubatão, 929, São Paulo, 04013-043, Brazil",
|
||||
"websiteUrl": "https://www.latitude.sh",
|
||||
"description": "Latitude.sh provides global bare metal cloud infrastructure, enabling developers to deploy and manage physical servers with low latency and high automation.",
|
||||
"category": "Bare Metal Cloud Infrastructure",
|
||||
"category": "Cloud provider",
|
||||
"certifications": ["CCPA"],
|
||||
"securityPageUrl": "https://www.latitude.sh/legal/security",
|
||||
"privacyPolicyUrl": "https://www.latitude.sh/legal/privacy",
|
||||
@@ -768,7 +768,7 @@
|
||||
"headquarterAddress": "251 Rhode Island Street, Suite 205, San Francisco, CA 94103, United States",
|
||||
"websiteUrl": "https://www.together.ai",
|
||||
"description": "Together AI provides a full-stack cloud platform for developers to train, fine-tune, and deploy open-source generative AI models with high-performance infrastructure.",
|
||||
"category": "AI Infrastructure / Model Hosting",
|
||||
"category": "Engineering",
|
||||
"certifications": ["SOC 2 Type 1", "HIPAA", "GDPR", "CCPA"],
|
||||
"privacyPolicyUrl": "https://www.together.ai/privacy",
|
||||
"termsOfServiceUrl": "https://www.together.ai/terms-of-service",
|
||||
@@ -781,7 +781,7 @@
|
||||
"headquarterAddress": "660 Mission Street, San Francisco, CA 94103, United States",
|
||||
"websiteUrl": "https://www.mercury.com",
|
||||
"description": "Fintech company that provides banking services to early stage start-up companies. The company is not a bank, but works with banking service providers to provide bank accounts and other financial services.",
|
||||
"category": "Banking Services",
|
||||
"category": "Finance",
|
||||
"certifications": ["SOC 2 Type 1", "SOC 2 Type 2", "PCI DSS"],
|
||||
"securityPageUrl": "https://mercury.com/security",
|
||||
"privacyPolicyUrl": "https://www.datocms-assets.com/115132/1741892788-v5-mercury-privacy-policy-2025-03-13.pdf",
|
||||
@@ -795,7 +795,7 @@
|
||||
"headquarterAddress": "650 Castro St 120 223Mountain View, CA 94041, United States",
|
||||
"websiteUrl": "https://signal.org",
|
||||
"description": "Signal is a secure messaging app that provides end-to-end encryption for text, voice, and video communications.",
|
||||
"category": "Messaging",
|
||||
"category": "Collaboration",
|
||||
"securityPageUrl": "https://signal.org/security",
|
||||
"privacyPolicyUrl": "https://signal.org/legal/#privacy-policy",
|
||||
"termsOfServiceUrl": "https://signal.org/legal/#terms-of-service",
|
||||
@@ -807,7 +807,7 @@
|
||||
"headquarterAddress": "Tel Aviv, Israel",
|
||||
"websiteUrl": "https://monday.com",
|
||||
"description": "monday.com is a work management platform that helps teams plan, track, and manage work.",
|
||||
"category": "Work Management",
|
||||
"category": "Collaboration",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2022",
|
||||
"ISO/IEC 27018:2014",
|
||||
@@ -838,7 +838,7 @@
|
||||
"headquarterAddress": "333 Bush Street, San Francisco, California 94104, United States",
|
||||
"websiteUrl": "https://carta.com",
|
||||
"description": "Carta is a financial technology company that provides a platform for managing employee equity compensation.",
|
||||
"category": "Employee Equity Compensation",
|
||||
"category": "Finance",
|
||||
"certifications": [
|
||||
"SOC 1 Type 2",
|
||||
"SOC 2 Type 2",
|
||||
@@ -859,7 +859,7 @@
|
||||
"headquarterAddress": "440 N Barranca Ave #4750, Covina, CA 91723-1722, United States",
|
||||
"websiteUrl": "https://www.apollo.io/",
|
||||
"description": "Apollo.io is an AI-powered sales intelligence and engagement platform that helps B2B teams find, contact, and close ideal buyers through a comprehensive database and automation tools.",
|
||||
"category": "Sales Intelligence & Engagement",
|
||||
"category": "Sales",
|
||||
"certifications": [
|
||||
"ISO 27001",
|
||||
"SOC 2 Type 2",
|
||||
@@ -883,7 +883,7 @@
|
||||
"headquarterAddress": "Level 6, 341 George Street, Sydney, NSW 2000, Australia",
|
||||
"websiteUrl": "https://www.atlassian.com",
|
||||
"description": "Atlassian provides collaboration and productivity software for teams, including products like Jira, Confluence, and Trello.",
|
||||
"category": "Collaboration and Productivity Software",
|
||||
"category": "Engineering",
|
||||
"certifications": [
|
||||
"HIPAA",
|
||||
"ISO/IEC 27001:2013",
|
||||
@@ -928,7 +928,7 @@
|
||||
"headquarterAddress": "398 11th Street, 2nd Floor, San Francisco, CA 94103, United States",
|
||||
"websiteUrl": "https://webflow.com",
|
||||
"description": "Webflow is a no-code visual development platform that allows users to design, build, and launch responsive websites without writing code.",
|
||||
"category": "Website Builder / No-Code Platform",
|
||||
"category": "Product and design",
|
||||
"certifications": [
|
||||
"PCI DSS v4.0 SAQ-D",
|
||||
"ISO/IEC 27001:2022",
|
||||
@@ -949,7 +949,7 @@
|
||||
"headquarterAddress": "4711 Yonge Street, 10th Floor, Toronto, Ontario, M2N 6K8, Canada",
|
||||
"websiteUrl": "https://1password.com",
|
||||
"description": "1Password is a secure password manager that helps individuals and businesses store and manage passwords, credentials, and sensitive information across devices.",
|
||||
"category": "Password Management",
|
||||
"category": "Password management",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001",
|
||||
@@ -973,7 +973,7 @@
|
||||
"headquarterAddress": "1 Montgomery St, Suite 2400, San Francisco, CA 94104, United States",
|
||||
"websiteUrl": "https://checkr.com",
|
||||
"description": "Checkr provides AI-powered background check and screening services to help businesses make informed hiring decisions quickly and fairly.",
|
||||
"category": "Employment Screening",
|
||||
"category": "Employee management",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"SOC 3",
|
||||
@@ -998,7 +998,7 @@
|
||||
"headquarterAddress": "430 California Street, 11th Floor, San Francisco, CA 94104, United States",
|
||||
"websiteUrl": "https://www.rippling.com",
|
||||
"description": "Rippling is an all-in-one workforce management platform that unifies HR, IT, payroll, and finance operations into a single system.",
|
||||
"category": "Workforce Management",
|
||||
"category": "Employee management",
|
||||
"certifications": [
|
||||
"SOC 1 Type 1",
|
||||
"SOC 2 Type 2",
|
||||
@@ -1018,7 +1018,7 @@
|
||||
"headquarterAddress": "250 Montgomery St, San Francisco, CA 94104",
|
||||
"websiteUrl": "https://www.vouch.us",
|
||||
"description": "Vouch is a digital-first insurance platform providing tailored coverage solutions for startups and high-growth companies.",
|
||||
"category": "Business Insurance",
|
||||
"category": "Finance",
|
||||
"certifications": ["CPRA"],
|
||||
"privacyPolicyUrl": "https://www.vouch.us/legal/privacy-notice",
|
||||
"termsOfServiceUrl": "https://www.vouch.us/legal/terms-of-use",
|
||||
@@ -1030,7 +1030,7 @@
|
||||
"headquarterAddress": "101 Spear Street, Fifth Floor, San Francisco, CA 94105",
|
||||
"websiteUrl": "https://www.twilio.com/",
|
||||
"description": "Twilio is a cloud communications platform that provides APIs for developers to add messaging, voice, video, and email capabilities to applications.",
|
||||
"category": "Cloud Communications Platform",
|
||||
"category": "Communication & Collaboration",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"GDPR",
|
||||
@@ -1057,7 +1057,7 @@
|
||||
"headquarterAddress": "18 rue de Navarin, 75009 Paris, France",
|
||||
"websiteUrl": "https://qonto.com",
|
||||
"description": "Qonto is a European business finance solution offering online banking, invoicing, expense management, and financial tools for SMEs and freelancers.",
|
||||
"category": "Business Banking / Financial Services",
|
||||
"category": "Finance",
|
||||
"certifications": ["ISO 27001", "PCI DSS", "GDPR", "DSP2", "DORA"],
|
||||
"securityPageUrl": "https://qonto.com/en/security",
|
||||
"privacyPolicyUrl": "https://legal.qonto.com/en?_gl=1*eyxi0u*_gcl_au*NDEzMTYzMTE2LjE3NDQ5OTkzOTA.#template-6uiwuhdde",
|
||||
@@ -1070,7 +1070,7 @@
|
||||
"headquarterAddress": "403 Francisco Street, San Francisco",
|
||||
"websiteUrl": "https://www.cursor.com",
|
||||
"description": "AI-powered integrated development environment enhancing developer productivity with advanced AI features.",
|
||||
"category": "AI Code Editor",
|
||||
"category": "Engineering",
|
||||
"certifications": ["SOC 2 Type 2", "SOC 2 Type 1"],
|
||||
"securityPageUrl": "https://www.cursor.com/security",
|
||||
"privacyPolicyUrl": "https://www.cursor.com/privacy",
|
||||
@@ -1085,7 +1085,7 @@
|
||||
"headquarterAddress": "6114 La Salle Ave, Suite 459, Oakland, CA 94611, United States",
|
||||
"websiteUrl": "https://pulley.com",
|
||||
"description": "Pulley is an equity management platform that helps startups manage cap tables, issue equity, and ensure compliance with tools for fundraising modeling, 409A valuations, and more.",
|
||||
"category": "Equity Management / Cap Table Software",
|
||||
"category": "Finance",
|
||||
"certifications": ["SOC 2 Type 2", "GDPR", "CCPA"],
|
||||
"securityPageUrl": "https://pulley.com/security",
|
||||
"privacyPolicyUrl": "https://pulley.com/privacy",
|
||||
@@ -1098,7 +1098,7 @@
|
||||
"headquarterAddress": "One Microsoft Way, Redmond, WA 98052-6399, United States",
|
||||
"websiteUrl": "https://azure.microsoft.com",
|
||||
"description": "Microsoft Azure is a comprehensive cloud computing platform offering a wide range of services including computing, analytics, storage, and networking.",
|
||||
"category": "Cloud Computing Platform",
|
||||
"category": "Cloud provider",
|
||||
"certifications": [
|
||||
"CIS Benchmark",
|
||||
"CSA-STAR",
|
||||
@@ -1216,7 +1216,7 @@
|
||||
"headquarterAddress": "One Microsoft Way, Redmond, WA 98052-6399, United States",
|
||||
"websiteUrl": "https://www.microsoft.com/microsoft-365",
|
||||
"description": "Microsoft 365 is a cloud-based productivity suite offering applications like Word, Excel, Teams, and OneDrive, integrated with AI-powered features and enterprise-grade security.",
|
||||
"category": "Productivity & Collaboration Software",
|
||||
"category": "Collaboration",
|
||||
"certifications": [
|
||||
"CIS Benchmark",
|
||||
"CSA-STAR",
|
||||
@@ -1334,7 +1334,7 @@
|
||||
"headquarterAddress": "1600 Amphitheatre Parkway, Mountain View, CA 94043, US",
|
||||
"websiteUrl": "https://google.com",
|
||||
"description": "Google is a multinational technology company specializing in internet-related services and products, including search, advertising, cloud computing, software, and hardware.",
|
||||
"category": "Technology & Internet Services",
|
||||
"category": "Cloud provider",
|
||||
"certifications": [
|
||||
"ISO 27001",
|
||||
"ISO 27017",
|
||||
@@ -1358,7 +1358,7 @@
|
||||
"headquarterAddress": "4600 East Washington Street, Suite 305, Phoenix, AZ 85034, United States",
|
||||
"websiteUrl": "https://www.namecheap.com",
|
||||
"description": "Namecheap is an ICANN-accredited domain registrar and web hosting company offering domain registration, hosting, VPN, and other web services.",
|
||||
"category": "Domain Registration and Web Hosting",
|
||||
"category": "IT",
|
||||
"certifications": [
|
||||
"CCPA",
|
||||
"GDPR"
|
||||
@@ -1374,7 +1374,7 @@
|
||||
"headquarterAddress": "New York City, NY, United States",
|
||||
"websiteUrl": "https://www.porter.run",
|
||||
"description": "Porter is a platform-as-a-service (PaaS) that enables developers to deploy and manage applications in their own AWS, GCP, or Azure cloud accounts with minimal DevOps overhead.",
|
||||
"category": "Platform as a Service (PaaS)",
|
||||
"category": "Cloud provider",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"GDPR",
|
||||
@@ -1391,7 +1391,7 @@
|
||||
"headquarterAddress": "1 North Calle Cesar Chavez, Suite 102, Santa Barbara, CA 93103",
|
||||
"websiteUrl": "https://bitwarden.com",
|
||||
"description": "Bitwarden is a secure, open-source password manager that enables individuals and organizations to store, manage, and share sensitive data across devices.",
|
||||
"category": "Password Management",
|
||||
"category": "Password management",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2022",
|
||||
"SOC 2 Type 2",
|
||||
@@ -1415,7 +1415,7 @@
|
||||
"headquarterAddress": "Rozengracht 207B, 1016 LZ Amsterdam, Netherlands",
|
||||
"websiteUrl": "https://www.framer.com",
|
||||
"description": "Framer is a no-code website builder that enables designers and teams to create and publish professional, responsive websites with built-in CMS, animations, and real-time collaboration tools.",
|
||||
"category": "Website Builder / No-Code Platform",
|
||||
"category": "Product and design",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001:2022",
|
||||
@@ -1436,7 +1436,7 @@
|
||||
"headquarterAddress": "2261 Market Street #4382, San Francisco, CA 94114, USA",
|
||||
"websiteUrl": "https://cal.com",
|
||||
"description": "Cal.com is an open-source scheduling platform that lets individuals and organizations create customizable booking experiences and integrate scheduling into their products.",
|
||||
"category": "Scheduling / Productivity",
|
||||
"category": "Collaboration",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001:2022",
|
||||
@@ -1459,7 +1459,7 @@
|
||||
"headquarterAddress": "2 Sun Court Suite 400 Peachtree Corners, GA 30092",
|
||||
"websiteUrl": "https://mailchimp.com",
|
||||
"description": "All-in-one marketing automation platform that lets organizations create, send, and analyze email campaigns and other customer-engagement content.",
|
||||
"category": "Marketing Automation",
|
||||
"category": "Marketing",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO 27001",
|
||||
@@ -1483,7 +1483,7 @@
|
||||
"headquarterAddress": "800 W El Camino Real, Suite 170, Mountain View, CA 94040",
|
||||
"websiteUrl": "https://otter.ai",
|
||||
"description": "AI-powered meeting assistant that captures, transcribes, and summarizes conversations in real time to make information from meetings searchable and shareable.",
|
||||
"category": "AI Transcription & Meeting Intelligence",
|
||||
"category": "Collaboration",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001:2022",
|
||||
@@ -1505,361 +1505,9 @@
|
||||
"headquarterAddress": "2261 Market Street #5039, San Francisco, CA 94114, United States",
|
||||
"websiteUrl": "https://resend.com",
|
||||
"description": "Developer‑focused email delivery platform offering a modern API and tooling to build, test and send transactional and marketing emails at scale.",
|
||||
"category": "Email Delivery Platform",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"GDPR",
|
||||
"CCPA",
|
||||
"Data Privacy Framework (DPF)"
|
||||
],
|
||||
"securityPageUrl": "https://resend.com/security",
|
||||
"privacyPolicyUrl": "https://resend.com/legal/privacy-policy",
|
||||
"termsOfServiceUrl": "https://resend.com/legal/terms-of-service",
|
||||
"dataProcessingAgreementUrl": "https://resend.com/legal/dpa",
|
||||
"subprocessorsListUrl": "https://resend.com/legal/subprocessors",
|
||||
"trustPageUrl": "https://resend.com/security",
|
||||
"statusPageUrl": "https://resend-status.com/"
|
||||
},
|
||||
{
|
||||
"name": "Pylon",
|
||||
"legalName": "Pylon Labs, Inc.",
|
||||
"headquarterAddress": "188 King Street, Unit 502, San Francisco, CA 94107, USA",
|
||||
"websiteUrl": "https://usepylon.com",
|
||||
"description": "Pylon provides a modern unified customer-support platform for B2B companies, combining ticketing, chat, knowledge base, AI assistance, customer portal and workflows in one tool.",
|
||||
"category": "Customer Support Platform",
|
||||
"category": "Marketing",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001",
|
||||
"GDPR",
|
||||
"HIPAA"
|
||||
],
|
||||
"securityPageUrl": "https://usepylon.com/security",
|
||||
"privacyPolicyUrl": "https://usepylon.com/privacy",
|
||||
"termsOfServiceUrl": "https://usepylon.com/terms",
|
||||
"dataProcessingAgreementUrl": "https://usepylon.com/data-processing-agreement",
|
||||
"subprocessorsListUrl": "https://usepylon.com/subprocessors",
|
||||
"trustPageUrl": "https://trust.usepylon.com",
|
||||
"statusPageUrl": "https://status.usepylon.com"
|
||||
},
|
||||
{
|
||||
"name": "Loops",
|
||||
"legalName": "Astrodon Inc.",
|
||||
"websiteUrl": "https://loops.so",
|
||||
"description": "Email platform for SaaS companies that lets teams create, send and track product, marketing, and transactional emails from a single interface",
|
||||
"category": "Email Marketing Platform",
|
||||
"certifications": [
|
||||
"GDPR",
|
||||
"CCPA"
|
||||
],
|
||||
"privacyPolicyUrl": "https://loops.so/privacy",
|
||||
"termsOfServiceUrl": "https://loops.so/terms",
|
||||
"dataProcessingAgreementUrl": "https://loops.so/dpa",
|
||||
"subprocessorsListUrl": "https://loops.so/subprocessors",
|
||||
"statusPageUrl": "https://loops.statuspage.io"
|
||||
},
|
||||
{
|
||||
"name": "Perplexity",
|
||||
"legalName": "Perplexity AI, Inc.",
|
||||
"headquarterAddress": "115 Sansome St, San Francisco, CA 94104-3601, United States",
|
||||
"websiteUrl": "https://www.perplexity.ai",
|
||||
"description": "Generative AI answer engine that delivers real-time, source-cited answers to user questions.",
|
||||
"category": "AI Answer Engine",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"GDPR",
|
||||
"CCPA",
|
||||
"PCI DSS",
|
||||
"CAIQ Lite"
|
||||
],
|
||||
"securityPageUrl": "https://www.perplexity.ai/hub/security",
|
||||
"privacyPolicyUrl": "https://www.perplexity.ai/hub/legal/privacy-policy",
|
||||
"termsOfServiceUrl": "https://www.perplexity.ai/hub/legal/terms-of-service",
|
||||
"dataProcessingAgreementUrl": "https://www.perplexity.ai/hub/legal/enterprise-terms-of-service",
|
||||
"subprocessorsListUrl": "https://trust.perplexity.ai/",
|
||||
"trustPageUrl": "https://trust.perplexity.ai",
|
||||
"statusPageUrl": "https://status.perplexity.ai/"
|
||||
},
|
||||
{
|
||||
"name": "Google Cloud Platform",
|
||||
"legalName": "Google LLC",
|
||||
"headquarterAddress": "1600 Amphitheatre Parkway, Mountain View, CA 94043, USA",
|
||||
"websiteUrl": "https://cloud.google.com",
|
||||
"description": "Comprehensive public cloud computing platform offering infrastructure, data analytics, AI, security, and developer tools",
|
||||
"category": "Cloud Computing Platform",
|
||||
"certifications": [
|
||||
"Cloud Computing Compliance Controls Catalog (C5)",
|
||||
"CSA",
|
||||
"GSMA SAS-SM",
|
||||
"Higher Education Cloud Vendor Assessment Tool (HECVAT)",
|
||||
"ISO 9001:2015",
|
||||
"ISO 22301:2019 & BS EN ISO 22301:2019",
|
||||
"ISO 50001:2018",
|
||||
"ISO/IEC 27001",
|
||||
"ISO/IEC 27017",
|
||||
"ISO/IEC 27018",
|
||||
"ISO/IEC 27701",
|
||||
"ISO/IEC 42001",
|
||||
"PCI 3DS Core Security Standard",
|
||||
"PCI DSS",
|
||||
"PCI PIN Security",
|
||||
"SOC 1",
|
||||
"SOC 2",
|
||||
"SOC 3",
|
||||
"SWIFT on Google Cloud",
|
||||
"Uptime Institute's Tier Standards",
|
||||
"VPAT (WCAG, U.S. Section 508, EN 301 549)",
|
||||
"FedRAMP",
|
||||
"FIPS 140-2 Validated",
|
||||
"HITRUST CSF",
|
||||
"Independent Security Evaluators (ISE) Audit",
|
||||
"Minimum Acceptable Risk Standards for Exchanges (MARS-E)",
|
||||
"StateRAMP",
|
||||
"TruSight",
|
||||
"U.S. Cybersecurity Maturity Model Certification (CMMC)",
|
||||
"U.S. Defense Information Systems Agency Provisional Authorization",
|
||||
"Spain Esquema Nacional de Seguridad (ENS)",
|
||||
"EU Cloud Code of Conduct",
|
||||
"HDS",
|
||||
"ISAE 3000 Type 2 Report (FINMA)",
|
||||
"ISO 14001",
|
||||
"Microfin",
|
||||
"NCSC - Cyber Essentials Plus (UK)",
|
||||
"Police Assured Secure Facilities (PASF)",
|
||||
"Qatar National Information Assurance (NIA)",
|
||||
"SWIPO Data Portability Code of Conduct",
|
||||
"TISAX",
|
||||
"Australia Hosting Certification Framework (HCF)",
|
||||
"Cloud Security Assurance Program (CSAP) Low Level for Group C",
|
||||
"Information System Security Management and Assessment Program (ISMAP)",
|
||||
"IRAP (Information Security Registered Assessors Program)",
|
||||
"JIIMA",
|
||||
"K-ISMS (Korea)",
|
||||
"MTCS (Singapore) Tier 3",
|
||||
"OSPAR",
|
||||
"SNI 27001",
|
||||
"ETDA (Thailand)",
|
||||
"GxP",
|
||||
"California Consumer Privacy Act (CCPA)",
|
||||
"COPPA (U.S.)",
|
||||
"Export Administration Regulations (EAR)",
|
||||
"FERPA (U.S.)",
|
||||
"FINRA (US)",
|
||||
"Google Cloud Data Processing Addendum Mapping - U.S. State Privacy Laws",
|
||||
"HIPAA",
|
||||
"IRS 1075",
|
||||
"International Traffic in Arms Regulations (ITAR)",
|
||||
"GLBA",
|
||||
"OSFI (Canada)",
|
||||
"FG16/5 - FCA",
|
||||
"NERC CIP",
|
||||
"PHIPA (Canada)",
|
||||
"PIPEDA (Canada)",
|
||||
"US Federal Banking Agencies",
|
||||
"U.S. Defense Federal Acquisition Regulation Supplement (DFARS)",
|
||||
"ACPR (France)",
|
||||
"BaFin Cloud Outsourcing Guidance",
|
||||
"Banco de España",
|
||||
"Banco de Portugal",
|
||||
"Bank of Italy",
|
||||
"BRSA (Turkey)",
|
||||
"BSI Critical Infrastructure (KRITIS)",
|
||||
"BWG (Austria)",
|
||||
"Central Bank of Ireland (Ireland)",
|
||||
"CSSF (Luxembourg)",
|
||||
"De Nederlandsche Bank (the Netherlands)",
|
||||
"EU DORA",
|
||||
"European Union’s Digital Markets Act",
|
||||
"EU Solvency II",
|
||||
"EU Standard Contractual Clauses",
|
||||
"FINMA (Switzerland)",
|
||||
"FSA (Denmark)",
|
||||
"GDPR",
|
||||
"Google Cloud & the EU Network and Information Systems Directive (NIS2)",
|
||||
"Israel’s Privacy Protection Authority",
|
||||
"KNF (Poland)",
|
||||
"MaRisk AT 9 Outsourcing",
|
||||
"PRA (UK)",
|
||||
"revFADP (Switzerland)",
|
||||
"South Africa POPI",
|
||||
"SFSA (Sweden)",
|
||||
"Telecoms Security Act (UK)",
|
||||
"VAG (Austria)",
|
||||
"SYSC 8 Outsourcing - FCA Handbook",
|
||||
"UK CHECK",
|
||||
"PDPL (Argentina)",
|
||||
"BCRA (Argentina)",
|
||||
"Central Bank of Brazil (Brazil)",
|
||||
"CNBV (Mexico)",
|
||||
"CNSF (Mexico)",
|
||||
"CMF (Chile)",
|
||||
"Superintendencia de Banca (Peru)",
|
||||
"Financial Superintendence of Colombia",
|
||||
"Lei Geral de Proteção de Dados (LGPD)",
|
||||
"ASFI (Bolivia)",
|
||||
"Act on the Protection of Personal Information (Japan)",
|
||||
"APRA Prudential Standard CPS 234",
|
||||
"APPs (Australia)",
|
||||
"APRA (Australia)",
|
||||
"Bank Negara (Malaysia)",
|
||||
"Bank of Thailand (BOT)",
|
||||
"BSP (Philippines)",
|
||||
"DSA (Bangladesh)",
|
||||
"FSC Insurance Outsourcing Directions",
|
||||
"FSC Banking Outsourcing Regulations",
|
||||
"GR 95/2018 guidelines",
|
||||
"IA (Hong Kong)",
|
||||
"HKMA (Hong Kong)",
|
||||
"MAMPU (Malaysia)",
|
||||
"PDPO (Hong Kong)",
|
||||
"Indonesia Government Regulation No. 71 (GR 71)",
|
||||
"IRDAI (India)",
|
||||
"FSC (Korea)",
|
||||
"Korean Financial Supervisory Service (FSS)",
|
||||
"MAS TRM Guidelines",
|
||||
"OIC (Thailand)",
|
||||
"OJK Circular 21 of 2017 (SEOJK 21)",
|
||||
"OJK Regulation No. 38 of 2016 (POJK 38)",
|
||||
"PDP Law (Indonesia)",
|
||||
"PDPA (Malaysia)",
|
||||
"PDPA (Philippines)",
|
||||
"PDPA (Taiwan)",
|
||||
"PDPA (Thailand)",
|
||||
"PDPD (Vietnam)",
|
||||
"PIPA (Korea)",
|
||||
"RBI (India)",
|
||||
"Reserve Bank of New Zealand (New Zealand)",
|
||||
"Securities and Exchange Board of India (SEBI)",
|
||||
"PDPA (Singapore)",
|
||||
"State Bank of Vietnam",
|
||||
"The Privacy Act (New Zealand)"
|
||||
],
|
||||
"securityPageUrl": "https://cloud.google.com/security",
|
||||
"privacyPolicyUrl": "https://cloud.google.com/terms/cloud-privacy-notice",
|
||||
"termsOfServiceUrl": "https://cloud.google.com/terms",
|
||||
"serviceLevelAgreementUrl": "https://cloud.google.com/terms/sla",
|
||||
"dataProcessingAgreementUrl": "https://cloud.google.com/terms/data-processing-terms",
|
||||
"subprocessorsListUrl": "https://cloud.google.com/terms/subprocessors",
|
||||
"businessAssociateAgreementUrl": "https://cloud.google.com/terms/hipaa-baa",
|
||||
"trustPageUrl": "https://cloud.google.com/trust-center",
|
||||
"statusPageUrl": "https://status.cloud.google.com/"
|
||||
},
|
||||
{
|
||||
"name": "Fly.io",
|
||||
"legalName": "Fly.io, Inc.",
|
||||
"headquarterAddress": "2045 W Grand Ave, Chicago, IL 60612, United States",
|
||||
"websiteUrl": "https://fly.io",
|
||||
"description": "Developer-focused public cloud platform offering hardware-virtualized containers (Fly Machines) with KVM isolation, automatic scaling to zero, and integrated tools for deploying and managing applications globally",
|
||||
"category": "Application Hosting",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"EU-U.S. DPF",
|
||||
"UK DPF",
|
||||
"Swiss-U.S. DPF",
|
||||
"HIPAA",
|
||||
"GDPR",
|
||||
"CCPA"
|
||||
],
|
||||
"securityPageUrl": "https://fly.io/security",
|
||||
"privacyPolicyUrl": "https://fly.io/legal/privacy-policy",
|
||||
"termsOfServiceUrl": "https://fly.io/legal/terms-of-service",
|
||||
"serviceLevelAgreementUrl": "https://fly.io/legal/sla-uptime/",
|
||||
"dataProcessingAgreementUrl": "https://fly.io/documents",
|
||||
"subprocessorsListUrl": "https://fly.io/legal/sub-processors/",
|
||||
"businessAssociateAgreementUrl": "https://fly.io/documents",
|
||||
"trustPageUrl": "https://fly.io/compliance",
|
||||
"statusPageUrl": "https://status.fly.io/"
|
||||
},
|
||||
{
|
||||
"name": "Upstash",
|
||||
"legalName": "Upstash, Inc.",
|
||||
"headquarterAddress": "6202 Via De Adrianna, San Jose, CA 95120, United States",
|
||||
"websiteUrl": "https://upstash.com",
|
||||
"description": "Serverless data platform providing HTTP-based Redis, Vector, and QStash services with global low-latency, automatic scaling, and durable storage",
|
||||
"category": "Serverless Database Platform",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"GDPR",
|
||||
"CCPA"
|
||||
],
|
||||
"securityPageUrl": "https://upstash.com/static/trust/security-measures.pdf",
|
||||
"privacyPolicyUrl": "https://upstash.com/trust/privacy.pdf",
|
||||
"termsOfServiceUrl": "https://upstash.com/trust/terms.pdf",
|
||||
"serviceLevelAgreementUrl": "https://upstash.com/docs/common/help/sla",
|
||||
"dataProcessingAgreementUrl": "https://upstash.com/static/trust/dpa.pdf",
|
||||
"subprocessorsListUrl": "https://trust.upstash.com/subprocessors",
|
||||
"trustPageUrl": "https://trust.upstash.com",
|
||||
"statusPageUrl": "https://status.upstash.com"
|
||||
},
|
||||
{
|
||||
"name": "bunny.net",
|
||||
"legalName": "BunnyWay d.o.o.",
|
||||
"headquarterAddress": "Dunajska cesta 165, 1000 Ljubljana, Slovenia",
|
||||
"websiteUrl": "https://bunny.net",
|
||||
"description": "Cloud-based content-delivery, edge-storage and optimization platform that accelerates and secures web content worldwide.",
|
||||
"category": "Content Delivery Network (CDN) / Edge Cloud",
|
||||
"certifications": [
|
||||
"ISO 27001",
|
||||
"GDPR"
|
||||
],
|
||||
"securityPageUrl": "https://bunny.net/shield/",
|
||||
"privacyPolicyUrl": "https://bunny.net/privacy/",
|
||||
"termsOfServiceUrl": "https://bunny.net/tos/",
|
||||
"serviceLevelAgreementUrl": "https://bunny.net/sla/",
|
||||
"subprocessorsListUrl": "https://bunny.net/gdpr/sub-processors/",
|
||||
"statusPageUrl": "https://status.bunny.net/"
|
||||
},
|
||||
{
|
||||
"name": "ClickUp",
|
||||
"legalName": "Mango Technologies, Inc.",
|
||||
"headquarterAddress": "350 Tenth Ave, 5th Floor, San Diego, CA 92101, United States",
|
||||
"websiteUrl": "https://clickup.com",
|
||||
"description": "All-in-one productivity platform for project management, document collaboration, and goal tracking.",
|
||||
"category": "Project Management",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001",
|
||||
"ISO 27017",
|
||||
"ISO 27018",
|
||||
"PCI DSS",
|
||||
"GDPR",
|
||||
"CCPA",
|
||||
"CPRA",
|
||||
"LGPD",
|
||||
"VCDPA"
|
||||
],
|
||||
"securityPageUrl": "https://clickup.com/security",
|
||||
"privacyPolicyUrl": "https://clickup.com/terms/privacy",
|
||||
"termsOfServiceUrl": "https://clickup.com/terms",
|
||||
"dataProcessingAgreementUrl": "https://clickup.com/terms/dpa",
|
||||
"subprocessorsListUrl": "https://clickup.com/terms/dpa/subprocessors",
|
||||
"trustPageUrl": "https://security.clickup.com",
|
||||
"statusPageUrl": "https://status.clickup.com"
|
||||
},
|
||||
{
|
||||
"name": "Danami",
|
||||
"legalName": "Danami International Inc.",
|
||||
"headquarterAddress": "5314 56 St, Camrose, Alberta T4V 2E5, Canada",
|
||||
"websiteUrl": "https://www.danami.com",
|
||||
"description": "Developer of security, firewall and anti-spam extensions for the Plesk hosting control panel.",
|
||||
"category": "Web-hosting security / Plesk extensions",
|
||||
"privacyPolicyUrl": "https://www.danami.com/legal/privacy-policy",
|
||||
"termsOfServiceUrl": "https://www.danami.com/legal/terms-of-service"
|
||||
},
|
||||
{
|
||||
"name": "New Relic",
|
||||
"legalName": "New Relic, Inc.",
|
||||
"headquarterAddress": "188 Spear St., Suite 1000, San Francisco, CA 94105, USA",
|
||||
"websiteUrl": "https://newrelic.com",
|
||||
"description": "New Relic provides a full-stack observability platform that lets engineering teams monitor, analyze, and improve application, infrastructure, and digital-experience performance in real time.",
|
||||
"category": "Observability / Application Performance Monitoring",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001:2022",
|
||||
"FedRAMP Moderate",
|
||||
"PCI DSS Level 1",
|
||||
"TISAX Level 2",
|
||||
"HITRUST CSF",
|
||||
"HIPAA",
|
||||
"GDPR",
|
||||
"CCPA",
|
||||
"Data Privacy Framework (DPF)"
|
||||
@@ -1880,7 +1528,7 @@
|
||||
"headquarterAddress": "2 Rue Kellermann, 59100 Roubaix, France",
|
||||
"websiteUrl": "https://www.ovhcloud.com",
|
||||
"description": "OVHcloud is a French cloud computing company offering public and private cloud products, shared hosting, and dedicated server solutions in 140 countries worldwide.",
|
||||
"category": "Cloud Infrastructure Provider",
|
||||
"category": "Cloud provider",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001",
|
||||
"ISO/IEC 27017",
|
||||
@@ -1913,7 +1561,7 @@
|
||||
"headquarterAddress": "11950 Democracy Drive, Suite 300, Reston, VA 20190, USA",
|
||||
"websiteUrl": "https://us.ovhcloud.com",
|
||||
"description": "Global cloud-infrastructure provider delivering bare-metal servers, public and private cloud, and web-hosting services at scale.",
|
||||
"category": "Cloud Infrastructure Provider",
|
||||
"category": "Cloud provider",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001",
|
||||
"ISO/IEC 27017",
|
||||
@@ -1944,7 +1592,7 @@
|
||||
"headquarterAddress": "530 Fifth Avenue, 8th Floor, Suite 802, New York, NY 10036, United States",
|
||||
"websiteUrl": "https://www.pipedrive.com",
|
||||
"description": "Pipedrive is a sales-focused CRM platform designed to help small businesses manage leads, track deals, and automate sales processes.",
|
||||
"category": "CRM Software",
|
||||
"category": "Sales",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"SOC 3",
|
||||
@@ -1967,7 +1615,7 @@
|
||||
"headquarterAddress": "Vordergasse 59, 8200 Schaffhausen, Switzerland",
|
||||
"websiteUrl": "https://www.plesk.com",
|
||||
"description": "Web-hosting control-panel software for building, securing and running websites and cloud applications.",
|
||||
"category": "Web Hosting Control Panel",
|
||||
"category": "IT",
|
||||
"certifications": [
|
||||
"GDPR"
|
||||
],
|
||||
@@ -1983,7 +1631,7 @@
|
||||
"headquarterAddress": "106 boulevard Haussmann, 75008 Paris, France",
|
||||
"websiteUrl": "https://www.brevo.com",
|
||||
"description": "Cloud-based CRM and multichannel marketing platform that lets businesses run email, SMS, WhatsApp and automated campaigns while managing customer relationships from one suite.",
|
||||
"category": "Email Marketing & CRM",
|
||||
"category": "Marketing",
|
||||
"certifications": [
|
||||
"ISO/IES 27001:2013",
|
||||
"GDPR",
|
||||
@@ -2003,7 +1651,7 @@
|
||||
"legalName": "Better Stack, Inc.",
|
||||
"websiteUrl": "https://betterstack.com",
|
||||
"description": "Developer-first observability platform that unifies log management, uptime monitoring, incident response, and public status pages.",
|
||||
"category": "Observability / Monitoring",
|
||||
"category": "Cloud monitoring",
|
||||
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
@@ -2024,7 +1672,7 @@
|
||||
"headquarterAddress": "535 Mission Street, 14th Floor, San Francisco, CA 94105, United States",
|
||||
"websiteUrl": "https://planetscale.com",
|
||||
"description": "PlanetScale provides a serverless, MySQL-compatible database-as-a-service built on Vitess that lets developers scale relational workloads without managing infrastructure.",
|
||||
"category": "Database-as-a-Service",
|
||||
"category": "Data storage and processing",
|
||||
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
@@ -2049,7 +1697,7 @@
|
||||
"headquarterAddress": "3790 El Camino Real #1052, Palo Alto, CA 94306, USA",
|
||||
"websiteUrl": "https://www.docker.com",
|
||||
"description": "Developer platform for building, sharing, and running containerized applications.",
|
||||
"category": "Container Platform",
|
||||
"category": "Engineering",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001",
|
||||
@@ -2078,7 +1726,7 @@
|
||||
"headquarterAddress": "650 S 500W Suite 300, Salt Lake City, UT 84101, United States",
|
||||
"websiteUrl": "https://www.brex.com",
|
||||
"description": "AI-powered global spend platform offering corporate cards, expense management, business accounts and travel in one place.",
|
||||
"category": "Spend Management & Corporate Card",
|
||||
"category": "Finance",
|
||||
"certifications": [
|
||||
"SOC 1 Type 2",
|
||||
"SOC 2 Type 2",
|
||||
@@ -2100,7 +1748,7 @@
|
||||
"headquarterAddress": "28 West 23rd Street, Floor 2, New York, NY 10010 USA",
|
||||
"websiteUrl": "https://ramp.com",
|
||||
"description": "Corporate spend-management platform offering corporate cards, expense automation, bill pay, and vendor management for finance teams.",
|
||||
"category": "Spend Management",
|
||||
"category": "Finance",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"SOC 1 Type 2",
|
||||
@@ -2123,7 +1771,7 @@
|
||||
"headquarterAddress": "650 Castro St., Suite 120 #92426, Mountain View, CA 94041, USA",
|
||||
"websiteUrl": "https://clickhouse.com",
|
||||
"description": "Open-source column-oriented database and managed cloud service for ultra-fast, real-time analytics on large-volume data.",
|
||||
"category": "Real-time Analytics Database",
|
||||
"category": "Data storage and processing",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001",
|
||||
@@ -2151,7 +1799,7 @@
|
||||
"headquarterAddress": "401-50 Lynn Williams Street, Toronto, ON M6K 3R9, Canada",
|
||||
"websiteUrl": "https://tailscale.com",
|
||||
"description": "Tailscale provides a zero-config mesh VPN and zero-trust networking platform that securely connects devices and services across any network.",
|
||||
"category": "Zero-Trust Networking / Mesh VPN",
|
||||
"category": "Security",
|
||||
"certifications": [
|
||||
"SOC 2 Type II",
|
||||
"GDPR",
|
||||
@@ -2172,7 +1820,7 @@
|
||||
"headquarterAddress": "575 Market Street, Floor 5, San Francisco, CA 94105, USA",
|
||||
"websiteUrl": "https://puzzle.io",
|
||||
"description": "Puzzle provides modern, real-time accounting software that gives startups automated bookkeeping and instant finance metrics such as cash, burn and runway.",
|
||||
"category": "Accounting Software",
|
||||
"category": "Finance",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"GDPR",
|
||||
@@ -2190,7 +1838,7 @@
|
||||
"headquarterAddress": "490 Post St, Suite 640,San Francisco, CA 94102, United States",
|
||||
"websiteUrl": "https://www.getprobo.com/",
|
||||
"description": "Probo is an open-source compliance platform that helps startups achieve SOC 2 and ISO 27001 certifications quickly and affordably, with expert guidance and no vendor lock-in.",
|
||||
"category": "Compliance & risk management software",
|
||||
"category": "Security",
|
||||
"privacyPolicyUrl": "https://www.getprobo.com/privacy",
|
||||
"termsOfServiceUrl": "https://www.getprobo.com/terms",
|
||||
"subprocessorsListUrl": "https://www.getprobo.com/subprocessors"
|
||||
@@ -2201,7 +1849,7 @@
|
||||
"headquarterAddress": "31 Rue des Vinaigriers, 75010 Paris, France",
|
||||
"websiteUrl": "https://www.folk.app",
|
||||
"description": "Lightweight, collaborative CRM that automates contact and relationship management for modern teams.",
|
||||
"category": "CRM",
|
||||
"category": "Sales",
|
||||
"certifications": [
|
||||
"SOC 2 Type 1",
|
||||
"GDPR",
|
||||
@@ -2217,7 +1865,7 @@
|
||||
"name": "Claap",
|
||||
"websiteUrl": "https://www.claap.io",
|
||||
"description": "AI-powered meeting recorder and video workspace that automates post-meeting tasks and CRM enrichment.",
|
||||
"category": "Sales Enablement / AI Meeting Automation",
|
||||
"category": "Collaboration",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"GDPR",
|
||||
@@ -2234,7 +1882,7 @@
|
||||
"headquarterAddress": "Joachimstraße 7, 10119 Berlin, Germany",
|
||||
"websiteUrl": "https://pitch.com",
|
||||
"description": "Cloud-based presentation platform that lets teams collaboratively create, design, and share visually engaging slide decks in real time.",
|
||||
"category": "Presentation Software",
|
||||
"category": "Product and design",
|
||||
"certifications": [
|
||||
"GDPR"
|
||||
],
|
||||
@@ -2252,7 +1900,7 @@
|
||||
"headquarterAddress": "51 Rue de Londres, 75008 Paris, France",
|
||||
"websiteUrl": "https://www.spendesk.com",
|
||||
"description": "Spendesk is a comprehensive spend management platform offering solutions like virtual and physical cards, invoice processing, and expense reimbursements to streamline company spending.",
|
||||
"category": "Spend Management",
|
||||
"category": "Finance",
|
||||
"certifications": [
|
||||
"GDPR",
|
||||
"ISO/IEC 27001:2022",
|
||||
@@ -2272,7 +1920,7 @@
|
||||
"headquarterAddress": "1125 Mission Street, San Francisco, CA 94103, United States",
|
||||
"websiteUrl": "https://www.lever.co",
|
||||
"description": "Cloud-based talent-acquisition suite that combines applicant-tracking and candidate-relationship-management tools so organisations can source, engage and hire talent in one place.",
|
||||
"category": "Applicant Tracking / Talent Acquisition",
|
||||
"category": "Recruiting",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001",
|
||||
|
||||
Reference in New Issue
Block a user