SERVE

Privacy Policy

The Short Version

We don't want your data. We don't store your data on our servers. Everything you say, every file you ingest, and every workspace you create is stored locally on your device. We use Vercel simply as a bridge to securely connect you to the GitHub Copilot network.

Local Storage (IndexedDB)

SERVE acts as a "Local-First" application. This means:

  • Your conversations are saved directly to your browser's IndexedDB.
  • Your ingested files and their semantic embeddings are processed and stored locally.
  • Your authentication tokens are saved in your browser's Local Storage.

Because data is tied to your specific browser profile, if you clear your browsing data or use incognito mode, your memories will be wiped.

Third-Party Subprocessors

To actually generate responses, your prompts must be sent to AI providers. When you submit a message, it is transmitted through our secure proxy to:

  • GitHub Copilot: For processing chat completions utilizing models like GPT-4 and Claude 3.5 Sonnet. Their data retention policies apply.
  • Vercel: Our hosting provider acts as a middleman for API routing. They do not store the contents of your chat payloads.

Telemetry & Tracking

SERVE fundamentally rejects unnecessary tracking. We do not use Google Analytics, Meta Pixel, or any behavioral tracking software. We collect zero product telemetry.

Last Updated: April 2026