Components
Convex Components package up code and data in a sandbox that allows you to confidently and quickly add new features to your backend.
Convex Components are like mini self-contained Convex backends, and installing them is always safe. They can't read your app's tables or call your app's functions unless you pass them in explicitly.
You can read about the full vision in Convex: The Software-Defined Database.
Components can be installed from NPM or from a local folder. Once installed, they have their own database tables and isolated function execution environment. Check out the full directory of components on the Convex website.