git-pont
Provider-neutral Git platform integration for apps, workers, and local tools. The docs are organized by how a reader approaches the system: start with the contract, understand the provider model, then implement the TypeScript core and Worker layers.
Start
Read the implementation brief and understand which kits exist, which ones are canonical, and how the repo is split.
Concepts
Architecture, provider model, authentication, API mapping, permissions, conflicts, and URL parsing.
TypeScript
Contributor runbook and core kit reference for continuing the browser, Node, and Worker-compatible implementation.
Worker
Cloudflare Worker service, session-backed OAuth, encrypted credentials, REST endpoints, and security rules.
Operations
Git CLI credential contexts and test strategy for validating providers without leaking secrets or hitting live APIs.
Integrations
How apps such as GitFolder, GitKanban, and Lezin consume git-pont without owning provider-specific logic.
Recommended path: Start -> Concepts -> TypeScript -> Worker -> Operations -> Integrations.