Skip to main content

Sub-processor Disclosure

Status: Current public disclosure. Subject to legal review. Not a certification document. Last reviewed: 2026-05-24 This list enumerates the third-party services Grantex’s maintainers use to operate the public hosted endpoints (api.grantex.dev, grantex.dev, docs.grantex.dev) and the SaaS tooling that supports the project. Self-hosted Grantex deployments do not transit any of these sub-processors unless the operator opts in — the open-source release runs entirely on infrastructure of the operator’s choosing. Every entry below is derived from artifacts inside this repository (deploy scripts, Helm charts, Docker Compose files, GitHub workflows, package dependencies). Items the repository does not evidence are marked TBD.

Production runtime sub-processors (hosted Grantex)

Optional sub-processors (only when feature-flagged on)

The following providers are integrated in code but disabled by default; operators must explicitly enable them with the listed environment variables.

Notably not in use today

  • No transactional email provider configured. TBD if SendGrid / Postmark / AWS SES is wired in for verification emails before public signup launch.
  • No SMS provider configured.
  • No CRM, analytics, or session-replay tooling (e.g., Segment, Mixpanel, FullStory) is referenced in the runtime code paths.
  • No third-party customer-support tool is integrated into the hosted product.
  • No live payment processor. Plural has a gated sandbox hosted-checkout adapter, but live Plural processing is fail-closed in code (COMMERCE_LIVE_MODE_ENABLED / PLURAL_LIVE_ENABLED default to off — see apps/auth-service/src/lib/commerce/live-mode-guard.ts).

Change process

Adding a new sub-processor requires:
  1. A PR that updates this file with the row, evidence path, and data categories.
  2. A corresponding entry in the GitHub release notes for the version that introduces the dependency.
  3. Existing customers receive at least 30 days’ notice via the public CHANGELOG and a banner in the developer portal before the new processor begins receiving production data.

Contact

Procurement and DPA questions: security@grantex.dev (see SECURITY.md for the canonical contact).
Last modified on June 14, 2026