Site Generator

The Site Generator is a tool to generate a Webpage which uses the IsMyAppOnline API to display the status of your apps.


How to use the Site Generator?

1. Open the Site Generator

Open the Site Generator here.

site-generator

2. Enter Basic Data

Enter the basic data like the heading and text which will be displayed on the page.

Further you can add a logo and decide if the page should reload after a minute automatically by selecting Use refresh timer.

Settings

3. Add Apps

Add apps by entering a name, your apps url and a response type.

The following response types can be selected:

Response TypeDescription
Not RespondingThe app is marked as offline if the server doesn't respond
Code 500The app is marked as offline if the server responds with a code 500
BothThe app is marked as offline if one of the above states is true
Apps
App Name
https://example.com
No Response

4. Download

To download your files click the download button in the bottom right corner.

The downloaded zip file will include a index.html file, a script.min.js file, a data.json file and your uploaded logo.


Load from JSON

When you want to change something on your generated page upload the data.json file from the zip archive.

Note that the logo will not be uploaded and you have to add it again!

When you are done making your changes just press the download button.


Hosting

After downloading the zip archive you can host the site on your favorised hosting service.

It is important that you upload all the files. Also note that the page doesn't work when it is not hosted.