
Pods-Blitz
Open-source Rust podcast hosting server with multi-tenant support

Pods-Blitz is an open-source podcast hosting and publishing server implemented in Rust. It provides multi-tenant podcast sites, automated RSS feed generation, episode management and analytics for independent podcasters.
Key Features
- Multi-tenant hosting: host many podcasts on a single instance with per-podcast sites and domains
- RSS feed generation and management with support for multiple feeds per podcast
- Episode management features including scheduling, transcripts, chapters and import of existing podcasts
- Built-in analytics that are kept up-to-date for episodes and feeds
- Support for premium episodes/feeds (subscriber-restricted content)
- Per-podcast website templates and embedded Podlove web player integration
- Optional storage of media files in any S3-compatible bucket; assets and generated RSS files managed on the server
- Small standalone binary with configuration via a TOML config file; designed to run on Linux with a reverse proxy
Use Cases
- Self-hosted podcast networks for independent podcasters who want full control over RSS and hosting
- Shared community hosting where multiple podcasters use a single multi-tenant instance to reduce cost
- Migrating podcasts from a third-party host by importing existing feeds and enclosures into a self-hosted server
Limitations and Considerations
- Requires a MySQL-compatible database (MySQL or MariaDB); alternative disk-only SQLite support is noted as planned but not yet available
- Admin-level permissions are required to create or import podcasts, which affects decentralized onboarding workflows
- By default media files are stored on the instance filesystem, so administrators must ensure adequate disk capacity unless S3 is used
- HTTPS and an external reverse proxy are recommended for production deployments; some deployment components (database, reverse proxy, TLS) must be configured separately
Pods-Blitz focuses on performance, stability and independence for podcast publishing. It is geared toward administrators and podcasters who prefer an open-source, self-hosted solution with multi-tenant capabilities and optional S3 media storage.
Categories:
Tags:
Tech Stack:
Similar Services

AzuraCast
Open-source web radio management suite for automated streaming
Self-hosted web radio platform for station management, AutoDJ, live DJs, multi-station hosting, analytics and Docker-based deployment.

Podsync
Generate podcast feeds from YouTube and Vimeo sources
Podsync turns YouTube or Vimeo channels and playlists into podcast RSS feeds, with scheduled updates, filtering, and optional audio transcoding for podcast apps.
LibreTime
Radio broadcast and automation platform for internet and terrestrial stations
Open-source radio broadcast and automation platform with scheduling, library management, live broadcasting and playout integration (Icecast, Liquidsoap).

Castopod
Open-source podcast hosting and publishing platform
Castopod is an open-source podcast hosting platform to publish podcasts via RSS, interact with audiences (Fediverse), and track privacy-friendly analytics.

PigeonPod
Convert YouTube channels and playlists into private podcast feeds
Self-hosted YouTube-to-podcast converter that generates API-key-protected RSS feeds, auto-syncs new uploads, and downloads audio or video for any podcast client.

Podfetch
Self-hosted web podcast manager and downloader
Web-based podcast manager and downloader with RSS support and GPodder compatibility. Rust backend with React/TypeScript frontend and Docker images for deployment.
systemd
Rust
TOML
Linux