Nod
    • Meeting Notes app iconMeeting NotesAI notes for every meeting and call, and no bot joins.
    • Notepad app iconNotepadCapture just your voice for thoughts and voice notes.
    • Media Taker app iconMedia TakerTranscribe system audio like lectures, podcasts, and videos.
    New

    Bring your meetings into Claude

    Nod plugs in as a Claude connector so your notes join the same chat as the rest of your work.

    Learn more→
    • FoundersInvestors, customers, candidates — every promise in one place.
    • SalesDiscovery and demos captured, with the follow-up drafted.
    • Product managersDecisions and user interviews that survive the quarter.
    • RecruitersScreens and panels kept apart, and the pipeline searchable.

    Not on the list? Nod captures any conversation on your Mac — the roles just show what that looks like in a working week.

  • Security
  • Pricing
  • About
Try Nod Free
  • Features
  • Meeting Notes app iconMeeting NotesAI notes for every meeting and call, and no bot joins.
  • Notepad app iconNotepadCapture just your voice for thoughts and voice notes.
  • Media Taker app iconMedia TakerTranscribe system audio like lectures, podcasts, and videos.
  • Use cases
  • FoundersInvestors, customers, candidates — every promise in one place.
  • SalesDiscovery and demos captured, with the follow-up drafted.
  • Product managersDecisions and user interviews that survive the quarter.
  • RecruitersScreens and panels kept apart, and the pipeline searchable.
  • Security
  • Pricing
  • About

Subprocessors

Last updated: 2026-06-25

A subprocessor is a third party that processes personal data on our behalf when you use Nod. We use the minimum number of subprocessors required to deliver the product, and we publish the full list here so you can audit it.

We give 30 days' notice before adding a new subprocessor to this list. To subscribe to change notifications, email dmytro@hellonod.app.


Current subprocessors

Subprocessor Purpose Data shared Location Training on your data DPA / no-train basis
Supabase, Inc. Auth, Postgres database, Edge Functions, in-region text embeddings (gte-small) for cross-session search Email, OAuth identity, meeting transcripts, summaries, chat messages, transcript embeddings, extracted entities, usage logs AWS eu-west-1 (Ireland) No Supabase DPA
OpenRouter, Inc. LLM request routing + Whisper transcription (last-resort fallback) Audio chunks (transient), transcript text, chat messages, query text Routed via no-train providers No Zero Data Retention enabled; "may train on request data" routes disabled
Groq, Inc. Whisper (large-v3) speech-to-text — primary transcription provider Audio chunks (transient — one short WAV per utterance) USA (Google Cloud) No GroqCloud DPA; Services Agreement prohibits training on Inputs/Outputs; no retention by default (transient error/abuse logs ≤ 30 days; ZDR available)
OpenAI (via Azure OpenAI Service) Whisper speech-to-text (fallback) Audio chunks (transient, ~5 s windows) Routed by OpenRouter No Azure OpenAI no-train commitment
Anthropic PBC (via AWS Bedrock / Google Vertex AI) LLM summarisation & chat — primary (Claude Sonnet 4.6, Claude Haiku 4.5 fallback) Transcript text, system prompt, chat messages Routed by OpenRouter No Bedrock / Vertex AI no-train commitment
Google LLC (via Google Vertex AI) LLM summarisation — optional alternative model (Gemini) + a routing host for Claude Transcript text, system prompt Routed by OpenRouter No Vertex AI no-train commitment
Google LLC (OAuth) Authentication (sign-in with Google) Your Google email, OpenID profile claims Global No Google OAuth ToS
Apple, Inc. macOS app distribution & code signing Crash logs (if you opt-in via System Settings), receipt validation Global No Apple Developer Agreement
Paddle.com Market Limited Merchant of Record — subscription billing, payment processing, VAT/sales-tax remittance, invoicing, refunds Name, email, billing address and country, and payment-method details you enter at checkout; subscription and transaction records UK; global payment processing No Paddle DPA; Paddle acts as Merchant of Record
Vercel Inc. Hosting for the marketing website (hellonod.app) + cookieless Web Analytics Visitor IP (transient — used to derive aggregate page-view/event counts, never stored or exposed), user-agent, page path. No account or meeting data. USA (global edge) No Vercel DPA; Web Analytics is cookieless and does not track across sites

Audio is never stored by any subprocessor — it exists only for the duration of a single Whisper request and is discarded by the upstream provider as soon as the transcription completes.

Nod never receives or stores your full card details — those are handled entirely by Paddle as Merchant of Record.


What we do not use

  • No analytics SDKs in the app. The macOS app embeds no telemetry — no PostHog, Mixpanel, Amplitude, Segment, Google Analytics, or Sentry. The marketing website uses Vercel Web Analytics (cookieless, aggregate page-view and download-click counts, no cross-site tracking) — listed in the table above; it never sees your account or meeting data.
  • No third-party fonts or icon CDNs. The website self-hosts its fonts and app icons, so loading a page sends no request — and no visitor IP — to Google Fonts, gstatic, or any other CDN.
  • No advertising networks. Nod shows no ads and shares no data with ad-tech platforms.
  • No meeting-platform bots. We do not deploy a bot into Zoom, Meet, or Teams — Nod captures audio locally via macOS APIs only.
  • Granola is not a subprocessor. Nod's "Import from Granola" feature reads Granola's local cache file on your Mac to bring your own transcripts in. No data is sent to Granola, and Granola never processes data on our behalf.

How data flows

You ──► Nod (your Mac) ──► Supabase Edge Function (llm-proxy) ──┬─► Groq ──► Whisper (speech-to-text, primary)
                          │                                     ├─► OpenRouter ──► Claude (summaries + chat) + Whisper (last-resort)
                          │                                     └─► OpenAI ──► Whisper (fallback)
                          │
                          └─► Supabase Postgres (transcripts, summaries, usage logs)

No provider API key ever touches your Mac. The app sends requests to our own Edge Function authenticated with your Supabase JWT; the Edge Function attaches the provider key (stored only in Supabase secrets) and forwards the call. Speech-to-text goes to Groq first, with OpenAI and OpenRouter as fallbacks; chat and summaries go through OpenRouter. Audio bytes are forwarded once and never written to durable storage anywhere in this chain.


Change history

Date Change
2026-05-27 Initial published list.
2026-06-02 Added cross-session search; noted chat messages, embeddings, and extracted entities stored in Supabase.
2026-06-03 Embeddings are generated in-region by Supabase's built-in gte-small model (inside the Edge Function), not sent to any external embedding provider.
2026-06-10 Added Paddle.com Market Limited as an active subprocessor and Merchant of Record for subscription billing.
2026-06-23 Added Vercel Inc. (marketing-site hosting + cookieless Web Analytics). Self-hosted website fonts and app icons to stop IP leakage to Google CDNs.
2026-06-24 Added Groq, Inc. as the primary Whisper speech-to-text provider (audio transient, no retention by default). OpenAI/OpenRouter Whisper are now fallbacks.
2026-06-25 LLM summaries & chat now default to Anthropic Claude (Sonnet 4.6, Haiku 4.5 fallback), routed via AWS Bedrock / Google Vertex AI (no-train). Google Gemini becomes an optional model rather than the default. No change to data shared or retention.

Questions? dmytro@hellonod.app.

Nod

A meeting memory built for one. Yours.

Built for GDPR
Works with ClaudeRead your meetings in Claude
English
  • English
  • 中文
  • हिन्दी
  • Español
  • Français
  • العربية
  • বাংলা
  • Português
  • اردو
  • Italiano
  • Українська
  • Српски

Features

  • AI note taker
  • AI meeting notes
  • AI meeting assistant
  • AI sales assistant
  • Meeting transcription
  • AI notes app
  • Free AI note taker
  • Best AI note taker
  • Bot-free AI note taker
  • Private by default

Built for

  • Founders
  • Sales
  • Product managers
  • Recruiters

Compare to

  • Granola
  • Jamie
  • Otter.ai
  • Fathom
  • Fireflies
  • tl;dv

Guides

  • How to write meeting minutes
  • How to write a meeting agenda
  • How to get a Zoom transcript
  • MEDDPICC
  • WFH meaning

Integrations

  • Zoom
  • Google Meet
  • Microsoft Teams

Company

  • About
  • Guides
  • Referral program

Trust & Legal

  • Security
  • Privacy
  • Terms
  • Consent
  • Subprocessors
  • Refund Policy

© 2026 Nod. All rights reserved.

dmytro@hellonod.app