Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted knowledge base and FAQ

Write answers to common questions, publish them internally, track which ones get viewed most. The thing that reduces 'can you explain how X works again?' messages.

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

Full REST API

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

Why self-host your knowledge base and FAQ

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

Setup and daily use

Each article record carries fields for title, body, category, tags, slug. The API accepts partial updates, so you can PATCH individual fields without resubmitting the entire record. Listing endpoints support ?q= for keyword search and ?status= for filtering through the lifecycle. Backups are a file copy of the SQLite database in the data directory.

Run Grapevine on any server where you can execute a binary. The dashboard is immediately available at localhost, and the REST API integrates with your existing scripts and workflows. No external dependencies to configure, no managed service to subscribe to.

Endpoints

Guru at $15/user/mo.

Self-hosted knowledge base and FAQ. 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 grapevine
Run
PORT=9800 ./grapevine
Open
http://localhost:9800

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 20 articles
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited articles, verification reminders, search analytics, embed widget
  • 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 GRAPEVINE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./grapevine

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