Manganin is a local-first, Git-native issue tracking system designed to store issues directly in Git without external databases, enabling offline CLI access and seamless Git integration. The designer explored storing issues in a .issues/ directory and using Git refs, but found both approaches created problems with rebasing frequency and editing complexity, leading to a hybrid solution using special refs for issue metadata.
Delta is a multiplayer environment for collaborative coding with AI agents that unifies conversations, code changes, and version control in shareable threads. It enables real-time teamwork with anchored comments and decisions, backed by DeltaDB, a version control system that tracks fine-grained changes rather than snapshots.
TeXposit is a browser-based LaTeX and Markdown editor featuring client-side live preview, real-time collaboration, AI assistance, and built-in reference management. It offers EU hosting with GDPR compliance, local file sync, cryptographic authorship provenance, and optional self-hosting for teams.
A Git cheat sheet guide explaining Git as a distributed version control system that tracks file changes across four stages: working directory, staging area, local repository, and remote repository. The article covers Git basics, configuration, and workflow including commits, branches, and remote collaboration.
Serverside.chat is a shared terminal-style chat platform for collaborative website building, featuring a live editor, version control, and an AI clanker assistant. Rooms run in lightweight WebAssembly VMs with constrained file sizes and support SSH/SFTP access for development.
Unison is a statically-typed functional programming language featuring content-addressed code stored as ASTs in a database, enabling perfect incremental compilation, instant renaming, and semantically-aware version control. It supports type inference, an effect system, and can be used standalone or with Unison Cloud for distributed systems development.
Fossil allows users to create private branches using the --private option to keep experimental or preliminary work local without sharing across clones. Private branches can later be merged into public branches to share changes, or synced between repositories using the --private flag on sync/push/pull commands with appropriate user permissions.
Drafts in Lovable allow users to test changes like redesigns, copy variations, and new features without affecting the main project version. Users can create a draft, make changes, compare it with the project, and then accept or delete it. Drafts support collaboration, automatic conflict resolution when updated, and can be reordered in the switcher.