Rack Extension - Quick Start

Introduction

This web page is a tool that lets you create a fully buildable and deployable Rack Extension by simply filling out the form below. The purpose is to generate all the files and boilerplate code required to create a blank plugin (of a certain type and certain size) and uses re-cmake for the build. If you want to convert an existing Rack Extension to re-cmake, check Rack Extension - Convert.

Step 1. Choose the RE SDK version

  • RE SDK 5.0.0 targets Reason 14+ but provides a new set of features not available prior to this version, like widget overlap, custom display/UI written in C++ with new features and capabilities, and more.
  • RE SDK 4.6.0 targets Reason 10.1+ (including Reason 14)

Feedback / Help

  • If you find this tool useful and/or you have feedback or questions I would love to hear from you. Check out the Contact page on how to reach me or use the ReasonTalk / RE Development and SDK Discussion sub forum.
  • This tool was created with Kotlin/Js. You can find the source code for the tool on Codeberg.