Getting started

File types

Last updated: 2026-09-21

Supercharge your RepoGo experience. RepoGo's magic files turn your repository into a workspace with one-tap commands, automatic dev servers, your own pages, and a recognizable icon. Add only the files you need.

FileWhat it doesWhat you'll see
actions.jsonSaves commands you run on demand.An Actions list with buttons for tasks like Run Tests.
environment.jsonStarts dev servers, watchers, and workers automatically.Named terminal tabs with live output, plus preview URLs for services you expose.
.repogo/tab.jsonAdds an HTML page, markdown file, or website to your workspace on iOS.Your own tab beside Browser and Terminal, such as Runbook or Dashboard.
.repogo/icon.pngGives your workspace its own image.Your icon in project lists, chat pickers, and other workspace shortcuts.

Where the files go#

text
my-project/
├── actions.json
├── environment.json
└── .repogo/
    ├── tab.json
    └── icon.png

Keep these files with your code and commit them to share the setup. The JSON files describe commands and pages; the icon is a PNG image. Keep secrets out of these files—use Env Sources for service credentials.

Start with the guide for the result you want. Each shows what the file does, a small example, and the options you can add later.