Gitset is a suite of AI-assisted tools for everything around your code on GitHub — docs, issues, pull requests, releases. Every tool drafts a first pass; you refine it in plain language until it ships.
No subscription tiers. No token metering. No AI vendor lock-in. Bring your own key. Use it on the web or in your terminal. Inspect every line.
Launching June 1st, 2026.
The old token system is gone. Plug in your own provider key and Gitset routes every AI operation through it:
- Anthropic (Claude)
- OpenAI (ChatGPT)
- Google (Gemini)
- OpenRouter (multi-model gateway)
No per-operation quotas. No monthly caps enforced by us. You control the budget, the model, and the data.
During the rollout period, the hosted suite at gitset.dev is free. No credit card, no gated features.
The full stack — web app and CLI — is public. Fork it, audit it, self-host it.
| Tool | What it does |
|---|---|
| README Generator | Full documentation drafts for any public or private repo. Iterate until it reads the way you want. |
| Issues Crafter | Structured, context-aware issue descriptions. Consistent format across the team. |
| PR Maker | Branch comparison, AI-written bodies, reviewers, labels, merge — the full lifecycle. |
| Tags & Releases Manager | Releases with AI-drafted notes tied to real code changes. |
| Gitignore Builder | Stack-aware .gitignore from a language and framework selection. |
| Repo Profiler | AI-generated description, website, and topics for your repositories. |
| Backup Automator | Scheduled repository backups. |
Issues Crafter, PR Maker, README Generator, Tags & Releases Manager, and Gitignore Builder all support custom templates. Define your format once, reuse everywhere. AI fills the blanks; the shape stays yours.
The full suite runs in your terminal. issue, pr, readme, and release cover the same lifecycle as the web — create, review, update, close, merge — with the same templates. commit is CLI-only.
gitset auth # link your account
gitset commit # AI commit messages from staged changes (CLI only)
gitset issue # full issue lifecycle — create, close, manage
gitset pr # full pull request lifecycle — create, review, merge
gitset readme # generate and update READMEs
gitset release # tags and releases
gitset gitignore # generate or extend .gitignore
gitset labelspack # centralized label management
gitset dependabot-resolver # triage and resolve Dependabot alerts
gitset template # browse and apply the template library
Distribution details coming with the June 1st launch.
The following v1 surfaces are deprecated and will not return:
- Gitset MCP — replaced by the standalone CLI
- Desktop app — the web and CLI cover every workflow
- Code Decommenter — out of scope for v2
- Dependencies Handler — superseded by
dependabot-resolverin the CLI - Token-based plans (Basic / Pro / Enterprise) — replaced by BYOAI
Active subscriptions from v1 have been refunded. Any leftover token credits roll over as free usage in v2.
Reserve early access at gitset.dev.
This repository hosts the coming-soon landing page.
npm install
npm run devBuilt with Next.js, Tailwind, and Framer Motion.
MPL 2.0. See LICENSE.