Skip to main content
By default, your Chainlit app does not persist the chats and elements it generates. However, the ability to store and utilize this data can be a crucial part of your project or organization.

Enable Data Persistence

To enable data persistence in your Chainlit app, you have several options:

Open Source Data Layer

Use the official Chainlit data layer, leverage a community data layer or build your own.