The main window gives acces to the functions of the program. In the top is the menu bar, which allows you to start projects, load projects, build sites etc. On the left side is the project navigation area and on the right side is the menu where parts of the page can be accessed for editing.

Menu bar:
- "New project" opens a window where you can start a new project, the current project will be closed.
- "Open project" opens file dialog for opening a project, the current project will be closed.
- "Update menus" will update all the menus in the currently generated HTML files, only the menus will be changed, the rest of the site remains the same. Only pages that have been generated will be added to the menus.
- "Update page" will generate only the current page (overwriting the old one).
- "Update site" will generate all the pages in the project (overwriting the old ones).
- "Add page" will add a page to the project. After adding a page, the menus should be updated to show the page on the menu. The new page will inherit the settings of the "home" page, except for background images and the text for the thumbnail area (because only the "home" page is allowed to have text there).
- "Rename page" will rename the current page. After renaming a page the menus should be updated.
- "Delete page" will delete the current page. After deleting a page the menus should be updated.
- "Preview" will open the current page in your default browser.
- "Options" allows you to change some program settings.
- "Help" opens this help.
By double-clicking a page name in the page selector the program will set that page as the current page. Under the selector you can see what the current page is.
Page title:Here you can change the title displayed in a browser. After typing the title you should click "apply" to apply.
Page settings:
This button opens a window where you can change settings that apply on the page (body). The width attribute defines the total page width.
Setting selector:By clicking on one of the boxes (divs) in the setting selector, a window will open, where you can change the settings for that element. The settings will only be saved to the project if you click "save" on that window. The settings windows have some buttons that open other settings windows (eg. color picker), which you exit by clicking "apply" or "cancel". Even if you click "apply", the changes will not be saved, they will only be temporarily saved, meaning they will be discarded if you click "cancel" in the first settings window. By clicking "save" they will be permanently saved.