# faq
Every question, answered.
// posting
Will this spam my followers?
No. One post per day, only on days you actually commit code. Zero-commit days get zero posts — no filler, no empty cards, complete silence. Your streak pauses and resumes the next day you ship.
Can I review posts before they go out?
Not in auto mode — that's the point. In manual mode, you trigger each post yourself from the dashboard. You can switch modes any time in Settings.
What happens on days I don't commit?
Nothing. No post, no notification, no embarrassing 'day off' card. Silence is the correct output for a zero-commit day.
What's in a post? Does it write captions with AI?
No AI, no opinions. The caption is a short formatted string: 'Day N of building {repo} in public · {commits} commits · +{add} −{del} · 🔥 {streak}-day streak'. Every number comes directly from your GitHub commit data. Nothing is generated.
Can I post to multiple platforms?
Yes. Pro posts to X, LinkedIn, and Bluesky automatically. Connect each in Settings — each is independent, so you can enable only the ones you want.
// security & access
What access does the GitHub App get?
Read-only: commit metadata and counts only — contents:read and metadata:read. It cannot write code, open PRs, create branches, or see file contents. GitHub itself blocks any write operation on our end.
Does git-to-x ever see my code?
No. We call GitHub's API for three numbers per commit window: additions, deletions, and the commit message. Diffs, file contents, blobs: never requested, never transferred, never stored.
How do I revoke access?
One click at github.com/settings/installations — no email needed, instant. For X/LinkedIn/Bluesky, revoke in each platform's connected apps settings, or disconnect from your git-to-x Settings page.
Is the codebase auditable?
Yes. The entire project is AGPL-3.0 open source on GitHub: github.com/ManojSurya/git-2-x. Every line of what we post on your behalf is readable.
// pricing & billing
What does 'locked forever' mean?
Founding Pro is $9/mo for as long as you subscribe — the price never increases for you, even after we raise it to $19. Cancel any time. If you re-subscribe after cancelling, you rejoin at the current public price.
What's included in the free plan?
10 auto-posts per month to X, all 9 card designs rotating daily, and a 10-day full Pro trial on signup (all features, no card required).
What's the FOUNDER badge?
A permanent numbered badge (#001–#100) printed on every card you post, forever. It's exclusive to the first 100 Lifetime members and cannot be purchased after the cap is reached.
Can I cancel any time?
Yes. No lock-in, no cancellation fee. Lifetime is a one-time purchase with no subscription to cancel.
// cli & mcp
What is the CLI for?
Text posts from your terminal. Run 'g2x post "shipped dark mode"' and it posts to X (and optionally LinkedIn/Bluesky) immediately. Your exact words, untouched. 50 posts/month on Pro.
What is the MCP server for?
Same as the CLI, but from inside Cursor, VS Code, or Claude Code via MCP. Say 'tweet this: shipped dark mode' in the AI chat panel and it posts without leaving your editor. Install with: claude mcp add git-to-x -- npx -y git-to-x-mcp
Still have a question? DM @manoj_surya_ on X →