Scale your Shortcut projects and maintain them long-term.

Cherri (pronounced cherry) is a Siri Shortcuts programming language, that compiles directly to a valid Shortcut you can then run on your Apple devices.

/* Hello, Cherri! */

#define glyph smiley
#define color yellow

@message = "Hello!"
alert("Message: {message}", "Alert")

Try Me!