FrontAid CMS for Engineers

Integrating FrontAid CMS into a new or existing project is straightforward. This page will give you a quick high-level introduction into how FrontAid CMS works. We expect that you are already familiar with both JSON and Git.

  1. Connect to Git - Let FrontAid CMS access your Git repository.

  2. Create Data Model - Define your data structure, keys, and content types.

  3. Update Content - Create and update the content using FrontAid CMS, changes are stored directly in your Git repository.

  4. Use the Content - Now in your Git repository you have a JSON file containing content in a structure that you defined. You can use it with whatever tool or library you want to add it to your website, app, or other project.

To continue, start with setting up the Git integration.