Documentation
Step-by-step guides written in plain English. No programming jargon, no assumptions.
SOS.Support
Live DemoA 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.
Install goldclaw
Open your terminal (that black window with text) and paste this command:
npx create-goldclaw@latest my-first-appGo into your project
Move into the folder that was just created:
cd my-first-appLook 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 *.mdLaunch it!
One command and your system is live:
goldclaw deploy