Skip to main content
Collaborate at HartSign in

Help Center

Everything you need to start collaborating — from your first sign-in through repositories, reviews, and notifications.

Getting startedHartApps SSO · internal only

Welcome to Collaborate at Hart

Your team's private workspace for files, tasks, and reviews. Start here to sign in, pick your work path, and find step-by-step guides — no Git commands required for browser workflows.

First week

New developer workflow

Pull the whole project, edit your area, push your branch, then merge to main. Pictures and extra-detail tips are on the guide.

Open the illustrated guide
Five-step new developer workflow: account, pull project, edit your area, push your branch, merge to main. Deploy is a separate step.

What Collaborate is

  • Private web workspace for HartApps teams
  • Browse files in the browser (Code tab)
  • Pull/push working copies with the collab CLI
  • Track tasks with Issues; review with Pull requests
  • Sign in with HartApps SSO (@hartapps.com)
  • Not a production deployer — sync first, deploy separately

Rule: use the website — not Git commands or email attachments.

What it is not

  • Not Git — no git clone or git push
  • Not GitHub or GitLab — similar ideas, different tool
  • Not email or file sharing — use Issues and comments

Day one — five steps

Follow this order on your first visit. No access? Ask an admin to add you to your team organization.

  1. 1

    Sign in with HartApps SSO

    Use your @hartapps.com account — no separate Collaborate password.

  2. 2

    Home dashboard

    See recent commits, issues, and activity across your teams.

  3. 3

    Take a tour(optional)

    Optional — click Take a tour (sparkle icon) in the top navigation after sign-in.

  4. 4

    Set up Profile

    Display name, avatar, and email notification preferences.

  5. 5

    Open a repository

    Land on the Code tab — file tree and README.

Choose your path

Pick the track that matches your role. You can switch paths as your permissions change.

Safe team workflow

Use when your default branch is protected or your team requires review.

  1. Create feature branch
  2. collab pull → edit → collab push (or browser edit)
  3. New pull request
  4. Team review + merge to main
  5. Deploy with org tooling from merged tip (not instead of push)
Pull request guide →

Trainer resources

Visual summary and slide deck for live onboarding sessions. Step-by-step guides below remain the living documentation when the UI changes.

Search guides & acronyms

Find a task or look up PAT, SSO, CLI, and other terms.

Acronyms & terms

Quick reference for abbreviations used throughout Collaborate. Search above by acronym (e.g. PAT, SSO) or full term.

AcronymStands forDefinition
APIApplication Programming InterfaceREST endpoints under `/api/v1` used by the web app, CLI, and automation scripts.
CLICommand Line InterfaceThe `collab` tool for pulling a working copy locally and pushing commits back to Collaborate.
PATPersonal Access TokenA secret token (prefix `fpat_`) created under Profile → Tokens for CLI and API authentication.
RBACRole-Based Access ControlPermission model using roles such as reader, maintainer, org_admin, and global admin.
SMTPSimple Mail Transfer ProtocolOutbound mail protocol used when email notifications are enabled on the server (typically port 587).
SSOSingle Sign-OnHartApps identity login via **Sign in with HartApps SSO** — one credential for Collaborate and other HartApps services.
TTLTime To LiveHow long a presence heartbeat remains visible in the file editor before it expires (about 60 seconds).
VCSVersion Control SystemCollaborate's built-in source control — commits, branches, merges, and encrypted blob storage.

Browse by category

Each section covers a distinct area of the product.

Getting started

Account sign-in, your first repository, and the essentials to begin working in Collaborate.

3 topics

Repositories & files

Browse branches, edit and upload files, search code, compare changes, and manage repository lifecycle.

10 topics

Collaboration

Presence awareness, notifications, profiles, and staying aligned with your team.

3 topics

Issues

Track work with issues, comments, mentions, and commit-linked closures.

2 topics

CLI & access tokens

Automate workflows with personal access tokens and the `collab` command-line tool.

3 topics

Administration

Organizations, roles, and global admin tools for operators and system administrators.

2 topics