RapidForge is built to be straightforward and easy to use. Here are the core concepts:

Blocks

Blocks group related endpoints, forms, and tasks together for easier management.

Endpoints

Endpoints are HTTP endpoints that you can create and customize. They follow this format: <domain>/webhooks/<name>. You can configure endpoints to accept specific request types, like only POST or only GET. Checkout the endpoints settings section in RapidForge for more details.

Forms

RapidForge includes a drag and- rop editor to help you create simple pages. You can build forms or other website content and customize them with your own JavaScript and CSS.

Periodic Tasks

Periodic tasks are actions that run at scheduled times. You can configure these tasks using cron syntax to run at specific times or on certain days.