Self-Hosting Data
Velt allows you to self-host sensitive content while still using most of the collaboration features and components:- Comments: Store comment content on your infrastructure with only identifiers on Velt servers
- In-app notifications: In-app notification content is automatically handled when you use comments and reactions self-hosted solutions
- Reactions: Store reaction data on your systems with only identifiers on Velt servers
- Users: Store sensitive user PII on your servers, with only identifiers on Velt servers
Email notifications via Velt’s SendGrid integration are not available when you self-host comment content. Since the content lives on your infrastructure, Velt cannot construct and send emails via the sendgrid integration. Instead, use Webhooks to receive events (e.g., mentions, replies), fetch the relevant comment/notification content from your database, and send emails from your own email provider.
Supported Infrastructure
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:- AWS
- GCP
- Azure
- Any Custom Infrastructure