Build Internal Tools & Automations in Minutes
Self-hosted platform for developers who need custom webhooks, workflows and user interfaces. Instead of writing 100+ lines of boilerplate code, write 5 lines of business logic. RapidForge handles the rest.
curl -fsSL https://rapidforge.io/install.sh | sh

Webhooks
Configure and manage webhooks and API endpoints effortlessly. Implement your logic using either Bash or Lua scripts. RapidForge takes care of the boilerplate, allowing you to focus solely on your application logic. Request content will be available in your scripts as environment variables.

Periodic Tasks
Create cron jobs to automate recurring tasks. Audit logs and job history will be accessible in the Events section.

Drag and Drop Editor
Use the drag-and-drop editor to create pages and link them to your endpoints.
RapidForge injects form content as environment variables, making it easy to use in your scripts.
For example a form field named "name" will be accessible as FORM_NAME
.

Credentials
You can save plain or OAuth credentials in RapidForge, which will be automatically available in your scripts as environment variables. For OAuth, RapidForge handles the entire OAuth flow, so you can focus on making API calls and building your logic.
Creating Slack App
Watch a video tutorial showing how to create a Slack application using RapidForge to verify the safety of a given link with urlscan.io.