Skip to content
Scope

One repository.Public and private.

  • Scope lets you keep public and private code in one Git repository. The public clones only what you choose to share.
  • One codebase. No split repositories. No synchronization scripts.

Maintainers define what earns access to their attention. Everything else remains invisible.

Install Scope

Install now. Sign in when you connect a repository.

curl -fsSL https://scope-cli-production.up.railway.app/install.sh | sh

One repository projected into public and private views

scope/main

Public view

  • src/
  • cli/
  • index.ts
  • shared/
  • README.md

Private view

  • src/
  • cli/
  • index.ts
  • internal/
  • shared/
  • .env
  • README.md