---
lang: en
title: 'Creating Artifacts at Runtime'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Creating-artifacts-runtime.html
summary: Create LoopBack artifacts at runtime
---

Besides using the [command-line interface](Command-line-interface.md) to
generate LoopBack artifacts, you can also create the artifacts below at runtime:

- [Model](Creating-model-runtime.md)
- [DataSource](Creating-datasource-runtime.md)
- [Repository](Creating-repository-runtime.md)
