Privacy

Where your AI project data actually lives

Byoi's database only stores administrative data; your AI project content stays versioned in your own Git.

updated 2026-07-10

Byoi is designed to reduce data custody. The app stores what is needed for account operation, billing, Git connection, and encrypted keys; the project lives in the user's repository.

Administrative databaseProject in your GitEncrypted keys

Privacy principle

The database stores what the product needs to operate. The user's project lives in the user's Git repository. That separation is a core part of the product, not an implementation detail.

What Byoi stores

Byoi stores identity, session, billing, user-project links, Git connection state, interface preferences, and encrypted AI keys when added.

When you create an account with email and password, we store only your email, a hashed password, and verification status. When you sign in with GitHub or Google, we receive identity, email, and avatar as authorized by you on those providers, and we never have access to your password on those accounts.

What stays in your Git

Cards, decisions, knowledge, context, prototypes, versioned configuration, and allowed assets live in the user repository. Byoi reads and writes on demand, when you open screens or take actions.

On-demand reads

Byoi does not need to copy the whole project into the database. The app fetches what it needs when you open a screen or take an action, then writes back to Git with commits and conflict detection.

AI and data

When you use an AI action, required content may be sent to the provider configured by you or to the managed provider included in the plan, when applicable. The product should make clear which model was used.

Exit

Canceling or leaving Byoi does not delete your Git repository. Your content remains directly accessible on GitHub or through any Git client authorized by you.

Frequently asked questions

Does Byoi keep a copy of my project in its database

No. The administrative database stores only identity, session, billing, project links, Git connection state, and encrypted AI keys. Project content, cards, decisions, context, is read and written on demand directly to your Git repository.

Are my AI keys exposed in the project repository

No. AI provider keys added to Byoi are encrypted and stored in the administrative database, never in repository files.

Where your AI project data actually lives | Byoi