Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted data transformation API

POST raw data in one format, get it back in another. JSON to CSV, XML to JSON, Markdown to HTML. No cloud function, no Lambda cold start.

Install Smelter Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Smelter is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

Why self-host your data transformation API

The moment you store transforms in someone else's cloud, you have accepted their terms, their pricing changes, and their uptime. Smelter puts that decision back in your hands with a standalone binary that runs anywhere you can run a Linux process.

How Smelter runs

Point curl at /api/transforms to interact with Smelter programmatically. The API follows predictable REST conventions: GET to list or fetch, POST to create, PUT to update, DELETE to remove. The response schema matches the internal data model exactly, so what you see in the dashboard is what the API returns.

A freelance consultant keeps Smelter running on a home server. Client transforms stay on local disk, which simplifies the privacy section of every contract. The search endpoint powers a custom dashboard built with a static site generator. Total infrastructure cost: the electricity to run a Raspberry Pi.

Endpoints

AWS Lambda (transforms) at $0.0000002/request.

Self-hosted data transformation API. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool smelter
Run
PORT=10040 ./smelter
Open
http://localhost:10040

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 1,000 transforms/mo
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited transforms, custom pipelines, batch mode, webhook triggers
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export SMELTER_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./smelter

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev