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.
| File | What it does | What you'll see |
|---|---|---|
actions.json | Saves commands you run on demand. | An Actions list with buttons for tasks like Run Tests. |
environment.json | Starts dev servers, watchers, and workers automatically. | Named terminal tabs with live output, plus preview URLs for services you expose. |
.repogo/tab.json | Adds 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.png | Gives 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.pngKeep 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.