
ConvertX
Self-hosted file conversion server with a web UI and API

ConvertX is a self-hosted file conversion service that exposes common conversion tasks through a simple web UI and an HTTP API. It is designed to run in containers and leverages well-known command-line converters to handle multiple media and document formats.
Key Features
- Web interface for uploading files and running conversions
- HTTP API for programmatic conversions (useful for automation and integrations)
- Supports multiple conversion domains (documents, images, audio/video) by orchestrating external converters
- Container-first deployment (Docker) for reproducible runtimes and dependencies
- Job-based processing model suitable for background conversions
Use Cases
- Team “conversion hub” to standardize media/document conversions across devices
- Backend service for apps that need on-demand transcoding or document conversion
- Batch converting files (e.g., office docs to PDF, media to common playback formats)
Limitations and Considerations
- Supported formats and quality depend on the underlying converter tools available in the image (e.g., FFmpeg); some edge formats may not be supported.
- CPU-intensive conversions (especially video) may require resource limits and tuning for stable performance.
ConvertX fits environments that want a lightweight, containerized conversion endpoint with both a human-friendly UI and an API for integration. It is most useful when you need consistent conversions without relying on third-party SaaS tools.
Categories:
Tags:
Tech Stack:
Similar Services

Stirling PDF
Self-hosted web app for PDF manipulation and conversion
Web-based PDF toolkit for merge/split/convert/OCR/redact/sign and more, with an optional API and Docker deployment.


Paperless-ngx
Document management with OCR and full‑text search
Self-hosted document management system that ingests scans and emails, performs OCR, extracts metadata, and provides fast full-text search with tags and workflows.


Reactive Resume
A free and open-source resume builder you can host yourself
Self-hosted resume/CV builder with templates, versioning, JSON import/export, and PDF export for creating and managing multiple resumes.

Documenso
Open-source document signing and workflow platform
Self-hosted platform for preparing, sending, and tracking legally binding e-signatures with templates, audit trails, and team workflows.


DocuSeal
Open-source document signing and form workflows
Self-hosted eSignature platform for creating templates, collecting form data, and signing PDFs with audit trails and team workflows.


OmniTools
Self-hosted web toolbox for everyday developer and data tasks
A self-hosted, browser-based collection of utilities for encoding/decoding, text and data conversion, and other common developer-friendly tools in one place.
Dockerfile