---
title: Use Cases
description: When to reach for Dolt, organized by the problem it solves — with named companies running Dolt in production for each.
---

We built Dolt as a better way to [share data](/introduction/use-cases/data-sharing). Along the way, customers wanted an OLTP SQL database with Git features, so that is what Dolt became. Dolt is still a great way to share data but it's also [a great SQL database](https://www.dolthub.com/blog/2023-05-05-dolt-1-dot-0/).

Anything you can build with MySQL or Postgres you can build with Dolt.

Dolt really shines when your database can benefit from [branches](/concepts/dolt/git/branch), [merges](/concepts/dolt/git/merge), [diffs](/concepts/dolt/git/diff), or [clones](/concepts/dolt/git/remotes). We've written about customers who use Dolt to [build better cancer cell simulations](https://www.dolthub.com/blog/2022-08-17-dolt-turbine/), [power an application with branches](https://www.dolthub.com/blog/2021-11-19-dolt-nautobot/), or [add a versioning layer to important spreadsheets](https://www.dolthub.com/blog/2021-10-01-dolt-aktify/). These are just the customers who allowed us to write about their use case.

Other customers use Dolt to [manage video game configuration](/introduction/use-cases/configuration-management), [get an immutable audit log of changes to their database](/introduction/use-cases/audit), [build reproducibility into machine learning models](/introduction/use-cases/data-and-model-quality), [ensure data quality using a pull request workflow](/introduction/use-cases/manual-data-curation), and much more.

1. [Data Sharing](/introduction/use-cases/data-sharing)
2. [Data and Model Quality Control](/introduction/use-cases/data-and-model-quality)
3. [Manual Data Curation](/introduction/use-cases/manual-data-curation)
4. [Version Control for your Application](/introduction/use-cases/vc-your-app)
5. [Versioned MySQL Replica](/introduction/use-cases/versioned-replica)
6. [Audit](/introduction/use-cases/audit)
7. [Configuration Management](/introduction/use-cases/configuration-management)
8. [Offline First](/introduction/use-cases/offline-first)
