Card Environment

A Cardstack environment is the context that cards run in. By default, it contains:

  • an application that cards render in

  • an API that receives requests from the frontend, persists changes, and indexes data from external resources

  • many data plugins for connecting to different kinds of data sources

  • UI interfaces for editing content

  • a backing data persistence layer, such as a git repository

Last updated