Video Messaging That Respects Your Privacy
Record, share, and track async video — on your own terms. Open source, self-hosted, and built for teams that need data sovereignty.
Your videos, your infrastructure.
EU Data Sovereignty
Host in any EU data center. Meet GDPR, Schrems II, and local regulations without relying on US cloud providers.
No Vendor Lock-In
Export your data anytime. Your videos live in standard S3 storage, your metadata in PostgreSQL. No proprietary formats.
Full Control
Single Go binary with Docker Compose. No phone-home, no telemetry, no third-party dependencies at runtime.
Your Security Perimeter
Run behind your firewall, VPN, or zero-trust network. Integrate with your existing auth infrastructure.
Everything you need, nothing you don't.
Screen & Camera Recording
Record your screen, camera, or both. Pause, resume, and annotate live.
Automatic Transcription
Every recording transcribed with whisper.cpp. AI summaries, chapters, and searchable content.
Instant Sharing
Get a link immediately. Add passwords, email gates, expiry dates, and custom thumbnails.
Viewer Analytics
Track views, completion rates, CTA clicks, and per-viewer engagement.
Custom Branding
Your logo, colors, footer, and CSS. Per-user defaults with per-video overrides.
Comments & Reactions
Timestamped comments and emoji reactions right on the video timeline.
Up and running in 5 minutes.
services:
sendrec:
image: ghcr.io/sendrec/sendrec:latest
ports:
- "8080:8080"
environment:
DATABASE_URL: postgres://sendrec:secret@db/sendrec
S3_ENDPOINT: http://garage:3900
depends_on:
- db
- garage - Single binary — one Go executable serves the API, SPA, and watch pages
- Standard stack — PostgreSQL + any S3-compatible storage
- Nextcloud integration — install the SendRec app from the Nextcloud store
Simple, transparent pricing.
All plans include EU data residency and GDPR compliance. No hidden fees, no per-seat surprises.
Free
For individuals getting started with async video.
- 25 videos / month
- 5 min max per video
- Up to 3 playlists
- Password-protected sharing
- View analytics & notifications
- Automatic transcription
- EU data residency
Pro
For professionals who rely on async video daily.
- Everything in Free
- Unlimited videos
- Unlimited playlists
- Unlimited recording duration
- No monthly limits
- Support the project
Business
For teams that need collaboration and control.
- Everything in Pro
- Team workspaces
- Admin dashboard
- SSO / SAML
- Audit logs
- SLA guarantee
Enterprise
For organizations with advanced requirements.
- Everything in Business
- Dedicated infrastructure
- Custom integrations
- On-premise deployment
- Dedicated account manager
- Custom SLA
See how SendRec compares.
SendRec vs Loom
US-hosted, closed-source, $15–20/user/month. Compare EU data sovereignty, open source, and included AI features.
View comparison →SendRec vs Zight
Formerly CloudApp. US-hosted, limited free tier (50 uploads expire). Compare features, pricing, and data control.
View comparison →SendRec vs Cap
Open-source but US-based. Requires desktop app, no free commercial use. Compare architecture, deployment, and features.
View comparison →Start sharing video today.
Managed Platform
We host everything for you. EU servers, automatic updates, zero maintenance.
Try it FreeSelf-Hosted
Run on your own infrastructure. Full data control, your servers, your rules.
View on GitHub