SecurityAugust 23, 2026 · 6 min read

Data Ownership for Coaches

Your game model, your full exercise library, and years of player development notes represent a genuine competitive asset, built over seasons of work. Most coaches never ask where that asset actually lives once it is typed into a coaching platform, or who besides them can see it.

Where your data actually lives today

On most coaching platforms, every club using the service shares a single multi tenant database run by the vendor. Your game model sits in the same infrastructure as hundreds or thousands of other clubs, separated only by application level permissions rather than by any physical or structural boundary.

That arrangement is not unusual, it is how most software as a service products work, and for many categories of data it is a perfectly reasonable tradeoff. Tactical intellectual property built over years of coaching is a category worth thinking about more carefully.

What can go wrong with shared infrastructure

A security breach on a shared multi tenant platform exposes every client at once, since a single point of failure protects all of them together. A vendor shutdown or acquisition can leave clubs scrambling to export years of data before access disappears, often with limited notice and an export format that strips out most of the structure that made the data useful.

Vendor lock in compounds the problem quietly. The longer your data accumulates inside a closed system with no straightforward export path, the more expensive it becomes to leave, even if a better tool appears or the current vendor's pricing or reliability changes for the worse.

What true data ownership looks like

Genuine data ownership means your club's data lives in a database that belongs to you specifically, not in a shared pool managed by the vendor on your behalf. It means the vendor's software connects to your database rather than storing a copy inside their own infrastructure, and it means encryption applies both while data moves across the network and while it sits at rest on disk.

Under that model, a vendor shutdown does not threaten your data at all, because the data was never inside the vendor's systems to begin with. You could, in principle, point a different tool at the same database and keep working.

Questions worth asking any vendor

  • ?If I stop paying tomorrow, can I export everything I entered in a format I can actually use elsewhere?
  • ?Is my club's data stored in the same database as every other club using this platform?
  • ?What happens to my data if the company is acquired or shuts down?
  • ?Who at the company can technically access my exercises, my game model, and my player notes?
  • ?Is data encrypted at rest, not only in transit while it travels over the internet?

How Coach Platform approaches this differently

Coach Platform connects to a Supabase project that you create and control yourself. Your exercises, your game model, your player records, and your scouting reports all live in your own database, encrypted with AES-256 at rest and TLS in transit, with no shared multi tenant server storing your data alongside another club's.

Access is tied to a personal license key rather than a shared account, and because the database is yours, the relationship stays reversible. That is a meaningfully different guarantee than most tools in this category currently offer.

Coach Platform

Your data, your database, your rules.

Connect your own Supabase project and keep full ownership of everything you build. 7-day trial, no credit card.

Request free access