Skip to main content
First, you’ll need to install the CLI. This will let you use the glue command to locally test your glue scripts and deploy them.
1

Install the CLI

This will let you use the glue command to locally test your glue scripts and deploy them.
curl -fsSL https://glue.wtf/install.sh | bash
2

Sign in or sign up

Glue supports multiple users with Google authentication. You can always switch or sign in with:
Shell
glue login
3

Init a new glue

Glues are just plain TypeScript files that import the Glue runtime. You can create from scratch, template or AI using:
Shell
glue create