{% extends "base.html" %} {% block title %}Guts - Decentralized Code Collaboration{% endblock %} {% block content %}

Decentralized Code Collaboration

Own your code infrastructure. Guts is a censorship-resistant platform for Git repositories, pull requests, and issue tracking - powered by peer-to-peer technology.

Explore Repositories API Documentation

Recent Repositories

{% for repo in repos %}
{{ repo.owner }} / {{ repo.name }}

{{ repo.description }}

{% endfor %} {% if repos.is_empty() %}
No repositories yet. Create one using the CLI or API.
{% endif %}

Censorship Resistant

No single point of failure. Your code lives on a decentralized network.

True Ownership

Cryptographic identity ensures you own your contributions.

Git Compatible

Use standard Git commands. Just point your remote to Guts.

{% endblock %}