Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

div align="center">

git11

git11

AI workspace for GitHub engineering teams

Auto-generate documentation · Ask your codebase anything · Manage org access


[

Website

](https://git11.xyz) [

GitHub App

](https://git11.xyz) [

License

](https://git11.xyz) [

Status

](https://git11.xyz)


git11 — AI documentation and codebase Q&A for GitHub engineering teams



Try git11 free at git11.xyz

What is git11

git11 is an AI workspace for engineering teams that connects to your GitHub organization and solves the knowledge transfer problem every growing team faces.

When engineers leave, knowledge leaves with them. New hires spend weeks understanding systems that should have been documented. CTOs cannot explain how their own product works without digging through code.

git11 fixes this at the source.


Core Features

AI Documentation Generation

Connect your GitHub org. git11 reads every repository and generates structured, accurate documentation automatically. No manual writing. No templates. No maintenance overhead.

Natural Language Codebase Q&A

Ask your codebase anything in plain English.

"How does authentication work?"
"Where is the payment integration?"
"What does this service do?"
"What env variables does this app need?"

Accurate answers from the actual source code.

Organization Access Control

  • Owner, Admin, Member roles
  • Granular repository permissions
  • Real-time audit logs for every action
  • Team invites with email notifications

Enterprise Features

  • API key management (SHA-256 hashed)
  • Repository templates for consistent org structure
  • PDF export with branding
  • Usage dashboard and credits system
  • Referral program

How It Works

1. Connect your GitHub organization
   └── Official GitHub App · Read-only access · No write permissions

2. git11 reads your repositories
   └── Analyzes structure, source files, configs, existing comments

3. Documentation is generated automatically
   └── Structured markdown · Accurate · Flagged uncertainty

4. Your team asks questions
   └── Natural language · Answers from actual code · Cited sources

5. Manage access at org level
   └── Roles · Permissions · Audit logs · API keys

Security Model

Property Status
GitHub permissions Read-only by default
Source code storage Never stored permanently
Write permissions Never requested
Data encryption in transit TLS 1.3
Data encryption at rest AES-256
API key storage SHA-256 hashed only
Audit logging Real-time, every action
Access control Per-repo, per-member

git11 has never requested write access to any GitHub repository. This is a core design decision, not a limitation.


Getting Started

1. Go to git11.xyz and sign in with GitHub

2. Install the git11 GitHub App on your organization

# git11 requests only these permissions:
- repository: read (contents, metadata)
- organization: read (member list)
# No write permissions. No admin permissions. Ever.

3. Select a repository from your Repo Home

4. Click Generate Docs

Documentation is ready in 15–60 seconds depending on repository size.

5. Use Ask Repo

You:   "How does the auth flow work?"
git11: "Authentication uses JWT tokens generated in 
        src/auth/jwt.ts. The token is signed with..."

Feature Overview

git11/
├── AI Documentation
│   ├── Auto-generation from any GitHub repo
│   ├── Output validation (no hallucinated content)
│   ├── PDF export with branding
│   └── Regenerate on demand
│
├── Ask Repo (Codebase Q&A)
│   ├── Natural language questions
│   ├── Answers cited from actual source files
│   └── Context-aware responses
│
├── Organization Management
│   ├── Owner / Admin / Member roles
│   ├── Per-repository access control
│   ├── Member invites via email
│   └── Real-time audit logs
│
├── API Access
│   ├── API key generation
│   ├── SHA-256 hashed storage
│   ├── One-time reveal at creation
│   └── Instant revocation
│
├── Repository Templates
│   ├── Define org-wide standard structure
│   └── New repos inherit automatically
│
└── Integrations
    ├── Official GitHub App
    ├── Resend (email notifications)
    └── PDF export

API Reference

Base URL: https://api.git11.xyz/v1

All requests require:

Authorization: Bearer git11_your_key_here
Content-Type: application/json

Generate documentation for a repository

POST /repos/:id/generate

Ask a question about a repository

POST /docs/:repo_id/ask

{
  "question": "How does authentication work?"
}

List connected repositories

GET /repos

Full API reference: git11.xyz/docs/api-reference


Who git11 Is For

Engineering teams who move fast and cannot afford documentation debt.

CTOs and engineering leads who want visibility into their entire codebase without manual overhead.

New developers who need to understand an unfamiliar codebase quickly.

Developer-first companies where knowledge lives in systems, not in people.


FAQ

Does git11 store my source code? No. git11 reads repositories in real-time to generate documentation and answer questions. Source code is never stored permanently.

What GitHub permissions does git11 request? Read-only access to repository contents and organization membership. No write, push, or admin permissions are ever requested.

How accurate is the AI documentation? git11 validates all output against the actual repository structure before displaying it. Sections with uncertainty are flagged explicitly rather than generating confident but incorrect information.

Is git11 free? Yes. Free to start at git11.xyz. Connect your GitHub account and generate your first documentation in under two minutes.

Can I use git11 on private repositories? Yes. The GitHub App works with both public and private repositories.


Documentation

Full documentation available at git11.xyz/docs


Built By

Om Yaduvanshi — Solo founder building in public from India.


Links

Product git11.xyz
Documentation git11.xyz/docs
Privacy Policy git11.xyz/privacy
Terms of Service git11.xyz/terms
Press git11.xyz/press
LaunchIgniter launchigniter.com/product/git11

Featured on LaunchIgniter



The AI workspace for engineering teams.

git11.xyz

© 2025 git11. Built by Om Yaduvanshi.

About

git11 - AI workspace for GitHub engineering teams - auto-generate docs, ask your codebase anything, manage org access with audit logs.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors