The hosted version of SendRec (app.sendrec.eu) is shutting down on August 31, 2026. SendRec remains fully open-source — self-host it yourself.

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.

Team Workspaces

Shared video libraries with role-based access, email invites, and workspace branding.

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 with roles
  • Free viewer seats
  • Video transfer between scopes
  • Workspace SSO (OIDC + SAML)
  • SCIM provisioning
  • Per-workspace branding & billing
Upgrade to Business

Enterprise

For organizations with advanced requirements.

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

Frequently Asked Questions

Is the free tier really free?

Yes. No credit card required, no trial period. You get 25 videos per month with 5-minute max duration, transcription, analytics, and EU data residency — forever.

What happens when I hit the free limit?

You can still access and share all existing videos. New recordings are blocked until the next month resets your quota, or you upgrade to Pro for unlimited recording.

Where is my data stored?

On the managed platform, all data is stored on EU servers — no US cloud providers in the data path. Self-hosted users control exactly where data lives.

Can I switch from managed to self-hosted?

Yes. Videos are stored in standard S3 and metadata in PostgreSQL. You can export and migrate to your own infrastructure at any time with standard tools.

Is SendRec GDPR-compliant?

SendRec is built for GDPR from the ground up: EU-only data residency, no external CDNs, no tracking scripts, self-hosted fonts, and open source code you can audit.

What does open source mean for pricing?

Self-hosted SendRec is free with no seat limits. The managed platform and Pro features support continued development. Enterprise features require a paid plan.

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