The hub for building and maintaining a document project - a file manager for everything that makes up the document, with each row opening the right in-app editor for that kind of file. Get here from the Projects list's edit icon, or the overflow menu's Edit Project Files.

The screen is organized into sections:

Properties

Template

Input

Processing

Overlays

Every other layout JSON file in the project - overlay.json plus any additional partials referenced from process.js (e.g. a conditional logo or badge overlay). Tap one to open it in the Layout Editor.

Use the Add Asset button at the bottom → Add Overlay to create a new, empty layout partial file (just give it a name) - useful once you're ready to have process.js conditionally include extra content. See Layout JSON for the partial-file format.

Images / Fonts

See Assets & Fonts.

Deleting files

Every row except project.json, form.json, autocomplete.json, and presets.json (structural project files, not arbitrary assets) has a Delete option in its overflow menu - base.pdf included, once it exists. Deletion asks for confirmation and can't be undone.

Exporting the project

The share icon in the app bar exports the entire project as a .yatate file - a ZIP you can hand to someone else or move to another device. It excludes output/ (generated PDFs don't travel with a template export); everything else, including autocomplete.json, is included. See Finding More Documents for the import side of this.