For PushButtonCRM owners

From idea to live feature in five steps

You own your CRM's source code. That means you can add anything to it — and you don't need to be a programmer. Claude does the building. Here's the whole journey, one step at a time.

1

Connect to Claude

One-time setup, about 10 minutes.

Create an Anthropic account. Go to console.anthropic.com, sign up, add a payment method, and create an API key (think of it as a password that lets Claude work for you). This is your own account — you pay Anthropic directly, only for what you use, as you go.

Install Claude Code. Claude Code is the app that lets Claude read and edit your CRM's files. If you have Node.js installed, open the Terminal app and paste:

Terminal — installing Claude Code
$ npm install -g @anthropic-ai/claude-code
added 3 packages in 12s

Never used a terminal or don't have npm? There's a native installer for macOS and Windows — download it from the official install guide at docs.anthropic.com/claude-code (no npm needed).

Step 1 of 5