The most common ways to get data in your dev-env is to copy production data, or write seed scripts. Both suck!
Copying production data means copying private data, and wiring together different bits of infrastructure is complicated.
Seed scripts take a lot of time to write and maintain, they’re a small sample of data, and basically inaccurate.
Snaplet improves the entire workflow.