Skip to content

timescale/crayon

Repository files navigation

crayon

AI-native workflow engine for GTM/RevOps automation.

Installation

Get started with a single command:

curl -fsSL https://install.crayon.run | bash

This installs all dependencies (Node.js, Claude Code, Tiger CLI) and sets up the crayon command.

After installation, open a new terminal and run:

crayon

Want to contribute? See DEVELOPMENT.md.

Quick Start

crayon

This spins up a cloud sandbox and opens the dev environment in your browser. Describe what you want to automate — Claude will build, test, and iterate on your workflow automatically. Once ready, trigger it manually or connect it to a webhook.

Want to open a new local Claude terminal connected to Crayon?

crayon cloud claude

CLI Commands

Command Description
crayon cloud run Start a new or existing workspace
crayon cloud claude Connect to a claude session on the sanbox

Project Structure

crayon/
├── packages/
│   ├── core/         # SDK + CLI + MCP server + Dev UI (published as `crayon`)
│   ├── ui/           # React UI components (@crayon/ui)
│   └── auth-server/  # OAuth server (Nango-based)
└── skills/           # Claude Code skills
    ├── create-workflow/
    ├── compile-workflow/
    ├── refine-node/
    ├── integrations/
    └── deploy/

Requirements

  • Node.js 22+
  • A Claude Subscription

About

AI-native workflow engine for GTM/RevOps automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors