Show HN: Turn Your Git Commits into Tweets(landkit.pro)
landkit.pro
Show HN: Turn Your Git Commits into Tweets
https://landkit.pro/git-to-tweet
2 コメント
I like the intent of keeping the flow state. Have you considered making this a CLI hook (e.g., a post-commit hook) rather than a web dashboard? I feel like I'd be even more likely to use it if I could just run git commit and have it prompt me in the terminal to confirm the tweet draft.
Funny I had the same idea just now and wanted to validate it to see if anyone was working on it!
Your links on the bottom of the page are broken, but the landing page looks amazing
Your links on the bottom of the page are broken, but the landing page looks amazing
I built Git to Tweet to automate this loop.
How it works:
It hooks into your GitHub repo (via OAuth).
It pulls the metadata and diff summaries of your recent commits.
It passes the diff through a specifically tuned prompt (to avoid generic "AI slop") that extracts the intent of the code change rather than just listing file names.
It generates a draft that you can edit before posting.
The Tech Stack:
Frontend: React + Framer Motion (spent way too much time on the "terminal" animations you see on the landing page).
Backend: Node.js/Supabase.
LLM: Currently testing models to see which is best at understanding code context without hallucinating features.
The landing page includes an interactive simulator (hardcoded scenarios for now) if you want to see how the "translation" logic works without connecting a repo.
I’m curious if others find this "translation" layer useful, or if you prefer manual changelogs? Feedback on the diff parsing accuracy would be awesome.
URL: https://landkit.pro/git-to-tweet