Focused Tool · Apache 2.0 · Single Binary · Creator & Marketing

Self-hosted brand asset manager

Upload logos, color palettes, fonts, and brand guidelines. Share a link to the right asset instantly. No more 'can you send me the logo?' Slack messages for the tenth time.

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

Full REST API

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

Why self-host your brand asset manager

The overhead of managing assets tends to grow quietly until someone asks why the team is paying four different subscriptions for overlapping features. Brander replaces that stack with a single process that starts in under a second.

Download the binary and run it. Brander starts serving immediately with a dashboard at localhost and a REST API for automation. No cloud account, no API keys to provision, no monthly invoice. Your data lives in a SQLite file you can back up, move, or query directly.

Under the hood

Point curl at /api/assets to interact with Brander 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.

Endpoints

Brandfolder at $450/mo.

Self-hosted brand asset manager. 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 brander
Run
PORT=8710 ./brander
Open
http://localhost:8710

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 500MB storage, 5 assets
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited assets, version history, share links, usage analytics
  • 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 BRANDER_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./brander

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