Sari la conținutul principal

[verdict][prompt curatoriat][sursă: filechanger.io][traducere: la coadă]

Pot să vibecodez FileChanger?

// o sesiune și o versiune personală pe care chiar o folosești

The conversion is other people's software. Pandoc, ImageMagick and FFmpeg do the actual work, the format list looks enormous because those three projects are enormous, and a coding agent can wire all of them behind an upload form and a REST endpoint in one sitting. What a subscription buys is not the conversion, it is somebody else running a box that eats untrusted files from strangers all day without falling over, and keeping a few hundred format pairs working after every upstream release. Point it at your own files on your own machine and most of that risk simply is not yours, which is why this one is a yes.

încredere: ridicată

ce e: One API call converts documents, images, audio and video between a few hundred formats

Indice de constructibilitate · joc editorial

  • Preț 39 $/lună greutate: plus 3
  • Timp o sesiune greutate: plus 3
  • Categorie documente și pdf nu cântărește
  • Moat calitatea execuției · scara infrastructurii greutate: minus 3
  • Încredere ridicată greutate: plus 1
  • Ce pierzi 5 elemente greutate: minus 2
  • Site filechanger.io (si apre in una nuova scheda) nu cântărește
Indice: plus 2. merită încercat

Socoteala stă în picioare, dar la limită: uită-te la ce pierzi înainte să pornești.

Gioco editoriale: il verdetto dice se un agente può, l’indice se conviene.

// plan gratuit: The free tier is real and permanent: 200 MB each of documents, images and audio per month, 50 MB of video, and API keys plus MCP access included.

Ce construiești

Accept a file, shell out to pandoc, ImageMagick or FFmpeg depending on what it is, and hand the converted bytes back over HTTP or MCP.

ce îți trebuie

  • pandoc
  • FFmpeg
  • ImageMagick
  • LibreOffice headless for Office formats
  • Typst or a LaTeX install if you want PDF out

Submitted by the person who runs FileChanger, so the verdict is deliberately the unflattering one: the engines are all open source and the DIY build is a sitting. Pricing checked 2026-08-07.

Promptul

O sesiune cu un agent de coding și versiunea ta merge.

Prompt one-shot EN
Build me a personal file conversion service in an empty repo. Requirements:

- Python 3.12, FastAPI, uv for dependencies, SQLite for job state. One process,
  no broker, no microservices, no alternative stacks.
- Never write a converter. Shell out to pandoc for markup and documents,
  LibreOffice headless for Office, ImageMagick for images, FFmpeg for media.
- POST /convert takes a file, a source and a target format and returns the bytes
  below a size threshold set in config. Above it the same route returns a job
  id, GET /jobs/{id} reports its state and GET /jobs/{id}/result streams the
  file. One background worker thread is enough, do not add Celery.
- Build the format matrix at startup from `pandoc --list-input-formats`,
  `--list-output-formats`, `ffmpeg -formats` and `magick -list format` rather
  than hardcoding it, and serve it at GET /formats.
- Treat every upload as hostile: convert in a temp dir with a wall-clock
  timeout, an output size cap and no network, then delete the inputs whether it
  worked or not. Log the failing command and its stderr, never return either.
- Ship an MCP server over stdio using the official Python SDK, exposing convert
  and formats as tools so agents can convert without going through HTTP.
- Authenticate with API keys stored hashed in SQLite. Show the plaintext once at
  creation and support revocation.
- One HTML page, no JS framework: pick a file, pick a target from /formats,
  download the result.
- One Dockerfile installing pandoc, typst, libreoffice-core, imagemagick and
  ffmpeg, a compose file with a volume for the database, config in .env and a
  committed .env.example.
- Out of scope: accounts, billing, metering, quotas, telemetry, multi-tenancy
  and any hosted control plane.
- Test one round trip per engine (Markdown to PDF, PNG to WebP, WAV to MP3), an
  oversized upload and a conversion that hits the timeout. README covers setup,
  formats, security assumptions and where data lives. Finish by running the
  tests and listing the commands used.

Prompt curatoriat: scris și revizuit manual pentru această aplicație. În engleză intenționat — e limba în care agenții de coding se descurcă cel mai bine.

Ce pierzi

  • sandboxing, because your version runs files straight through the same toolchain as everything else on the machine
  • the long tail of format pairs, where the fix is usually a missing font, a filter flag or an upstream bug
  • queueing and timeouts for large video, which is where the compute bill actually lives
  • a hosted MCP server and API keys your other tools can reach from anywhere, not just from localhost
  • somebody else being on call when a LibreOffice or LaTeX upgrade quietly breaks PDF output

De ce se plătește în continuare

Nobody pays for the conversions that work. They pay for the awkward ones: the DOCX with tracked changes, the HEIC nobody can open, the MXF from a camera, the 4 GB video that has to finish while a browser tab is still open. Doing those reliably means keeping a toolchain installed, patched and fenced off from the files it is fed, and doing it for other people means doing it while strangers upload whatever they like. That upkeep is the product. The convert button is a weekend.

moat: Calitatea execuției Scara infrastructurii ce e un moat

the format long tail and the cost of running an untrusted-file box in public. Nothing structural.

Alternative gratuite

N-ai chef să ți-o construiești? Astea există deja, sunt gratuite sau open source, și le-am verificat una câte una.

Cine l-a construit deja

Să pornești de aici e tot vibecoding: promptul e pentru când o vrei exact în felul tău.

Ești de acord?

Balanța voturilor

Ancora nessun voto: il tuo è il primo.

Nessun voto ancora — il primo pesa.

Aplicații similare

Distribuzione dei verdetti n = 996

DA 153 — il verdetto di questa app CAM AȘA 451 NU CHIAR 392

Traducerea română a acestei fișe nu e încă gata: ce citești e originalul în engleză.

De la brief confuz la UX/UI complet Un brief confuz devine o aplicație funcțională. Spot de produs dintr-o singură poză O poză devine un spot animat, fără cod. Fă Claude să vizioneze videoclipurile tale Claude îți vede videoclipurile și le transformă în text. Higgsfield în Claude Code Generează imagini și video în timp ce programezi în Claude Code. De la o înregistrare Loom la o pagină web O înregistrare de ecran devine o pagină web, fără cod. Video Shorts cu NotebookLM Sursele tale devin un short vertical. Landing page de lux pe Lovable O landing page de lux dintr-un singur prompt. Excalidraw local, pe computerul tău Excalidraw gratis pe computerul tău, fără cod. Mistral OCR în fluxul tău de lucru Extrage text din documente cu Mistral OCR. Claude SEO în terminal 25 de skill-uri SEO gratuite în Claude Code. Google Search Console în Claude Code Datele Search Console direct în terminal. Rutine în Claude Code Claude lucrează singur, cu computerul oprit. Clonează o landing page în React cu v0 Clonează o landing page reală în cod React. Context economy cu Claude Lucrează ușor și nu-ți epuiza limitele lui Claude. De la prompt la skill auto-evolutiv Skill-uri Claude care învață din greșelile tale. De la NotebookLM la Canva: prezentări Slide-uri din NotebookLM, în sfârșit editabile în Canva. Harta pentru a înțelege orice tool AI 12 categorii pentru a încadra orice tool AI. PNG transparente cu ChatGPT PNG cu transparență reală, nu tabla de șah falsă. Infografice animate cu Gemini Infografice care se animă în buclă cu Gemini. Cercetare de piață cu Deep Research Deep Research ca analistul tău de piață. Cum să fii citat de motoarele AI (AEO) Devino o sursă pe care ChatGPT și Perplexity o citează.