Get started

If you are new to Appcrons, you will first need to create an account by visiting thesignup page.It only takes a few seconds.

Add Your First Application

After successfully creating an account, you will be redirected to the dashboard page where you can add your first application.

welcome

To add an application, you can click buttons labeled either '+New' or '+New Application'. There are three steps involved in this process.

Step 1: Add a New Application

This step involves adding basic information about the application such as the application name, URL endpoint, and request interval. The URL endpoint should be a path likehttps://appname.onrender.com/activethat points to aGET requestAPI endpoint that returns a status code of200. It shouldn't process anything. The endpoint is where Appcrons makes requests, and the request interval is always in minutes.

add-new-app-step

Step 2: Enable the Application

By enabling an application, it becomes able to receive requests from Appcrons. When an application is added for the first time, it is disabled by default, meaning it cannot receive requests. You need to enable it in this step.

enable-app-step

Step 3: Finish

If you have reached this step, congratulations! You have successfully added your first application on Appcrons. Go ahead and click the button labeled "Finish," which will take you to the application details page.

finish-app-step

If you want to have multiple applications on the same Render account, consider adding a Request Time Frame (RTF) for your application.