Try it Free
Open Source Alternative

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.

Why Self-Hosted

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.

Features

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.

Deploy Anywhere

Up and running in 5 minutes.

docker-compose.yml
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
Pricing

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.

€0 /mo
  • 25 videos / month
  • 5 min max per video
  • Up to 3 playlists
  • Password-protected sharing
  • View analytics & notifications
  • Automatic transcription
  • EU data residency
Try it Free
Most Popular

Pro

For professionals who rely on async video daily.

€8 /mo
  • Everything in Free
  • Unlimited videos
  • Unlimited playlists
  • Unlimited recording duration
  • No monthly limits
  • Support the project
Upgrade to Pro

Business

For teams that need collaboration and control.

€12 /mo
  • Everything in Pro
  • Team workspaces
  • Admin dashboard
  • SSO / SAML
  • Audit logs
  • SLA guarantee
Coming Soon

Enterprise

For organizations with advanced requirements.

Custom
  • Everything in Business
  • Dedicated infrastructure
  • Custom integrations
  • On-premise deployment
  • Dedicated account manager
  • Custom SLA
Contact Us
Get Started

Start sharing video today.

Managed Platform

We host everything for you. EU servers, automatic updates, zero maintenance.

Try it Free

Self-Hosted

Run on your own infrastructure. Full data control, your servers, your rules.

View on GitHub