···2title: Tangled docs
3author: The Tangled Contributors
4date: 21 Sun, Dec 2025
5----
6-7-# Introduction
8-9-Tangled is a decentralized code hosting and collaboration
10-platform. Every component of Tangled is open-source and
11-self-hostable. [tangled.org](https://tangled.org) also
12-provides hosting and CI services that are free to use.
1314-There are several models for decentralized code
15-collaboration platforms, ranging from ActivityPub’s
16-(Forgejo) federated model, to Radicle’s entirely P2P model.
17-Our approach attempts to be the best of both worlds by
18-adopting the AT Protocol—a protocol for building decentralized
19-social applications with a central identity
2021-Our approach to this is the idea of “knots”. Knots are
22-lightweight, headless servers that enable users to host Git
23-repositories with ease. Knots are designed for either single
24-or multi-tenant use which is perfect for self-hosting on a
25-Raspberry Pi at home, or larger “community” servers. By
26-default, Tangled provides managed knots where you can host
27-your repositories for free.
2829-The appview at tangled.org acts as a consolidated "view"
30-into the whole network, allowing users to access, clone and
31-contribute to repositories hosted across different knots
32-seamlessly.
03334# Quick start guide
35
···2title: Tangled docs
3author: The Tangled Contributors
4date: 21 Sun, Dec 2025
5+abstract: |
6+ Tangled is a decentralized code hosting and collaboration
7+ platform. Every component of Tangled is open-source and
8+ self-hostable. [tangled.org](https://tangled.org) also
9+ provides hosting and CI services that are free to use.
0001011+ There are several models for decentralized code
12+ collaboration platforms, ranging from ActivityPub’s
13+ (Forgejo) federated model, to Radicle’s entirely P2P model.
14+ Our approach attempts to be the best of both worlds by
15+ adopting the AT Protocol—a protocol for building decentralized
16+ social applications with a central identity
1718+ Our approach to this is the idea of “knots”. Knots are
19+ lightweight, headless servers that enable users to host Git
20+ repositories with ease. Knots are designed for either single
21+ or multi-tenant use which is perfect for self-hosting on a
22+ Raspberry Pi at home, or larger “community” servers. By
23+ default, Tangled provides managed knots where you can host
24+ your repositories for free.
2526+ The appview at tangled.org acts as a consolidated "view"
27+ into the whole network, allowing users to access, clone and
28+ contribute to repositories hosted across different knots
29+ seamlessly.
30+---
3132# Quick start guide
33