A lightweight, self hosted platform for building and deploying webhooks, APIs and scheduled tasks using simple scripts.
RapidForge is a modern, self-hosted platform that lets you quickly create webhooks, APIs, periodic tasks, and dynamic pages using Bash or Lua scripts. Built with simplicity and performance in mind, RapidForge provides a clean web interface for managing your automation workflows without the complexity of traditional API frameworks.
- π Simple Webhook Creation - Create HTTP endpoints instantly with custom paths and methods
- β° Scheduled Tasks - Run scripts periodically with cron like scheduling
- π Dynamic Pages - Build interactive web pages with drag and drop editor and embedded scripts
- π Built-in Authentication - OAuth2 integration and bearer token support
- πΎ SQLite Powered - Lightweight, serverless database with zero configuration
- Single Binary - Self-contained executable with no dependencies for easy deployment
- π§ Script Languages - Write in Bash or Lua with built in HTTP and JSON libraries
- π Event Logging - Track all webhook executions and responses
- π Self Updater - Built-in update mechanism for easy maintenance
- (Recommended) mise for managing Go and Node.js versions
Download Pre-built Binary:
Visit the releases page to download the latest binary for your platform.
Or Build from Source:
git clone https://github.com/rapidforge-io/rapidforge.git
cd rapidforge
mise install
make buildNote: For development and building, check the makefile for available commands including
make build,make build-fe,make dev, and more.
This project uses mise to manage Go and Node.js versions. All version specifications are centralized in .mise.toml.
To update versions:
- Edit .mise.toml with the desired Go and Node versions
- Run
make sync-versionsto propagate changes to all files (Dockerfile, CI workflows, README, etc.) - Run
mise installto install the new versions locally
This ensures version consistency across your development environment, CI/CD pipelines, and Docker builds.
./rapidforgeWhen RapidForge starts for the first time, it will create admin user and password which will be printed to stdout for the first time only. Please login with those credentials and change your password later on.
For detailed configuration, deployment guides, and API documentation, visit:
https://rapidforge.io/docs
- Backend: Go with Gin framework
- Database: SQLite with migrations support
- Frontend: HTMX for interactivity, Shoelace web components.
- Editor: CodeMirror for code editing
- Visual Editor: React-based drag-and-drop page builder
RapidForge can be configured through environment variables:
See rapidforge.io/docs for configuration options.
We welcome contributions! Please see CONTRIBUTING.md for guidelines on how to submit pull requests, report issues, and contribute to the project.
Our release process ensures stability by testing RapidForge with RapidForge.
- Code Merger: Pull Requests are reviewed and merged into the
mainbranch. - Staging Deployment: The main branch is deployed to our internal test server by maintainer.
- Dogfooding & Testing: We use this internal rapidforge instance to run integration tests and perform manual testing. We verify changes by using RapidForge to test RapidForge.
- Release: Once changes are verified and stable, we create a new release.
RapidForge is licensed under the Apache License 2.0.
Copyright 2023-2026 RapidForge
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Please report security vulnerabilities to the maintainer directly. See SECURITY.md for details.
- Documentation: https://rapidforge.io/docs
- Issues: GitHub Issues
- Discussions: GitHub Discussions
Made with β€οΈ