Please see the latest documentations here:

Build a miniapp with Collab Actions: https://dev.collab.land/docs/upstream-integrations/build-a-miniapp

Implement & test your Collab Action locally: https://dev.collab.land/docs/upstream-integrations/test-locally

Collab.Land Actions is a set of tools for building and testing custom actions for Discord interactions. With Collab.Land Actions, the setup and configuration of the Collab.Land infrastructure, including Docker, AWS, authentications and securities, are handled for you by default.

To get started, use the hello-action template provided on GitHub. This template provides a basic structure for building custom actions on top of the Collab.Land engine. Once your custom action is built, it can be run on a TestFlight mini-app within the Collab.Land QA bot to execute the business logic you've developed.

After testing, you can then install the action on your Discord server and test your implementation end to end without any oversight or dependency on Collab.Land. This allows for efficient contribution and extension to Collab.Land without the overhead of manual setup.

Getting Started

This guide will walk you through the process of setting up and testing your first action using the hello-action template.

Prerequisites

Using the hello-action template

  1. Fork the hello-action template repository from GitHub.
  2. Clone the project.