Self-host the user generated content on your infrastructure while storing only minimal identifiers on Velt servers.
Velt allows you to self-host sensitive content while still using most of the collaboration features and components:
For each data type, you configure a data provider that implements specific methods (get, save, delete) to interact with your database. Velt Components automatically hydrate data in the frontend by fetching from your configured providers.
This approach gives you complete control and ownership of your data while maintaining all Velt collaboration features and real-time functionality.
You can self-host your data on any infrastructure that you want as long as you can receive and return the data in the provided format. Here are some examples:
Self-host the user generated content on your infrastructure while storing only minimal identifiers on Velt servers.
Velt allows you to self-host sensitive content while still using most of the collaboration features and components:
For each data type, you configure a data provider that implements specific methods (get, save, delete) to interact with your database. Velt Components automatically hydrate data in the frontend by fetching from your configured providers.
This approach gives you complete control and ownership of your data while maintaining all Velt collaboration features and real-time functionality.
You can self-host your data on any infrastructure that you want as long as you can receive and return the data in the provided format. Here are some examples: