Introduction

Proc is an all-in-one toolchain for building, deploying, and calling custom behavior from any website or app. Start using Proc through a supported client library.

  • Source Code Ruby

    Install Proc for Ruby with gem install:

    gem install proc
    
  • Source Code JavaScript

    Install Proc for JavaScript with npm install:

    npm install @proc.dev/client
    
  • Command Line

    The Proc API is designed to be simple enough to use by hand in situations where you can't use a client library. If you have an internet connection you can use a command-line tool like cURL to build and dispatch proc calls:

    curl https://proc.run/type/string/capitalize --silent \
    --header "authorization: bearer {secret-key-or-authorization}" \
    --data hello
    
    Hello
    

Stuck? Want to chat about an idea? Join the community on Discord.