div align="center">
AI workspace for GitHub engineering teams
Auto-generate documentation · Ask your codebase anything · Manage org access
[
](https://git11.xyz) [
](https://git11.xyz) [
](https://git11.xyz) [
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.
|
Connect your GitHub org. git11 reads every repository and generates structured, accurate documentation automatically. No manual writing. No templates. No maintenance overhead. |
Ask your codebase anything in plain English. Accurate answers from the actual source code. |
|
|
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
| 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.
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..."
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
Base URL: https://api.git11.xyz/v1
All requests require:
Authorization: Bearer git11_your_key_here
Content-Type: application/jsonGenerate documentation for a repository
POST /repos/:id/generateAsk a question about a repository
POST /docs/:repo_id/ask
{
"question": "How does authentication work?"
}List connected repositories
GET /reposFull API reference: git11.xyz/docs/api-reference
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.
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.
Full documentation available at git11.xyz/docs
Om Yaduvanshi — Solo founder building in public from India.
- Website: git11.xyz
- X: @OmYaduvans90337
- LinkedIn: Om Yaduvanshi
- Peerlist: omyaduvanshi
| 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 |