Start with Scratch

Install, connect, pull a folder, run the starter prompt, review, publish. Twenty minutes from a fresh download to your first edit shipped. 5 steps
20 minutes

1. Install

Mac or Windows. Download Scratch, open it, sign in with your work email.

2. Connect a source

Click "Add a source" in Scratch. Pick the platform your content lives in. Scratch opens the OAuth flow or asks for an API token, depending on the platform, then verifies the connection before you continue.

Today Scratch connects to Shopify, WordPress, HubSpot, Notion, Airtable, Webflow, Supabase, Linear, Intercom, Pipedrive, Attio, Memberstack, Audienceful, Brevo, Wix Blog, Moco CRM, and YouTube — plus Stripe, Affinity, and QuickBooks Online for read-only review (publish-back on the way). See /for/ for what each one reads and writes.

3. Pull a folder

Pick one folder to start. A single product collection in Shopify, one post type in WordPress, a Notion subpage, one Airtable table. Don't pull everything yet; pull enough to feel the round-trip.

The records inside the folder land in your Scratch project as local files. One JSON file per record, with prose fields and structured fields sitting alongside each other. Same folder shows up in your Mac or Windows file explorer like any other directory.

4. Run the starter prompt

Open your Scratch project folder in Claude Code, Cursor, or Codex. All three work the same way: paste the prompt below at the chat, hit enter, let it run.

You are running over a folder of records that Scratch pulled from my CMS. Each record is a local file. Files have prose fields (descriptions, bodies, summaries, alt text) and structured fields (IDs, slugs, dates, tags, links, currency, status).

For every record, tighten the prose:
1. Cut filler. "We are pleased to announce", "it is important to note", "in order to", "at this point in time", and so on.
2. Replace multi-clause sentences with shorter ones where the meaning survives.
3. Preserve every specific: numbers, product names, features, links, technical terms, proper nouns.
4. Do not touch any field that is not prose. Do not rename, reorder, reformat, or recase. Slugs, IDs, dates, and tags pass through untouched.
5. If a prose field is already tight, skip it. Don't edit something just to look busy.

Edit the files in place. Do not print the rewrites to chat. Scratch reads the file changes directly and shows me every edit for review.

When you are done, print one line: the count of records you edited, the count you skipped, and "ready for review". Nothing else.

This is a safe first prompt. It tightens prose and leaves every structural field alone, so you can see what the loop feels like without risking a rewrite of something you didn't want touched.

5. Review and publish

Open the Scratch desktop app. Two views show your run:

Approve the edits you like, reject the rest. The originals sit next to the edits until you decide. When you're done, click publish. Scratch writes the approved edits back through the source's API, record by record. The rejected ones never leave your machine.

If a published record looks wrong, re-pull it. The original comes back in one click.

That's the basic loop. From here, three things people do once they trust it.

Run across two sources

Connect a second source. The AI sees both folders at once and works the join.

Have your AI write the validators

Validators are small Python files Scratch runs against every record before you review. Anything Python can check can be a validator. Things people validate:

Ask your AI to write the validator the first time. Paste an example of what you want caught and an example of what's fine. Scratch saves the validator alongside your project and runs it on every future pull. The validator is the contract.

Audit the whole catalog

Once one folder works, run them all. A full audit is the basic loop at catalog scale, with validators doing the heavy lifting.

The pattern is the same. Pull, prompt, validate, review, publish. Scratch makes catalog-scale work feel like one record at a time.

Stuck?

Talk to Curtis. 30 minutes, no pitch. Bring the folder you're trying to edit and we'll work through it together.