Define the scenario
Choose the world the data is from and the entities in it, with their relationships and a stable identity per row. BlueForge produces a clean, internally consistent dataset that joins correctly before anything is made wrong.
BlueForge does not generate noise and call it realism. It builds a correct dataset for your scenario, then applies a short, ordered list of transformations that make the data behave the way real data does. The list is the design, and the list is also the answer key.
Faculty do not write SQL or code to define a share. They work in a scenario-first admin UI: a world to simulate, a few learning challenges to introduce, and a window to reveal the manifest.
Choose the world the data is from and the entities in it, with their relationships and a stable identity per row. BlueForge produces a clean, internally consistent dataset that joins correctly before anything is made wrong.
Configured transformations are applied in the order you set, and the result is served from a buffer the platform tops up on a schedule. Students read from that buffer through an authenticated API for the length of the term.
At the end of the assignment you can reveal the share manifest, the ordered list of every transformation that was applied and what it did. It is the answer key, generated from the configuration rather than written by hand.
The central idea is a pipeline. BlueForge starts from clean data and applies a sequence of small, declarative operations. Each one has a fixed name, a parameter schema, and a documented effect.
Order matters, and it is deliberate. A near-duplicate step placed after a missingness step produces duplicates that share the missingness pattern. A drift event scheduled for week 6 changes the data only from week 6 on. The admin UI makes the order explicit because the order is part of what students are meant to discover.
When a student calls the API they are reading from a pre-populated buffer, not triggering generation. The platform tops up each share's buffer on a schedule. This keeps response times flat under a full roster and keeps the data a student sees stable while they work against it.
All students on a roster see the same data for the same share. That is a deliberate choice for v1. It keeps the platform simple and cacheable, and the manifest reveal still works as a shared answer key for the whole class.
There is no deterministic auto-grader in v1. The artifact at the end of an assignment is the share manifest: a plain, readable account of every transformation that was applied, in order, and what each one did to the data. Faculty choose when to reveal it through an instructor-gated view.
Ready to see the configured presets by course? Browse the use cases, or read the documentation for the faculty and student quick starts.