Documentation

Step-by-step guides written in plain English. No programming jargon, no assumptions.

SOS.Support

Live Demo

A real company (Wholesale Computers and Technology) uses goldclaw to answer phone calls automatically. It handles tech support and sales, understands what callers need, and helps them -- all running from three simple text files.

"We went from spending $12K/month on after-hours call center staff to running goldclaw 24/7 with three markdown files. Customers can't tell the difference -- actually, response times are faster now."

Wholesale Computers and Technology -- Operations Manager

You're going to build a working system in about 5 minutes. All you need is a text editor and a terminal. No programming experience needed.

1

Install goldclaw

Open your terminal (that black window with text) and paste this command:

npx create-goldclaw@latest my-first-app
2

Go into your project

Move into the folder that was just created:

cd my-first-app
3

Look at the files

You'll see three files: PROCEDURES.md (what your app can do), WORKFLOW.md (what happens step by step), and MODULES.md (how things connect). Open them in any text editor -- they're written in plain English!

ls *.md
4

Launch it!

One command and your system is live:

goldclaw deploy

What SOS.Support Runs

24/7 AI voice support
Intent classification for routing
LLM-powered free-form chat
Screen sharing via session codes
TTS with 24kHz to 16kHz resampling
Pre-cached common phrases
Self-healing architecture
Zero manual intervention