Gitty

Voice-controlled Git terminal to eliminate developer anxiety. Say goodbye to “Did I just break main?” forever.

See It in Action Next ↓
bash — gitty

🎙️ You: “Gitty, create a new branch feature-login”

Next ↓

The Problem — Git Anxiety

Every software engineer has felt that gut drop before typing git push. One wrong command, and your main could break. You Google “how to undo a merge” again. You copy a StackOverflow answer hoping nothing explodes.

We’ve all been afraid of Git — until Gitty.

Next ↓

The Solution — Meet Gitty

Gitty is a voice-activated terminal built with Electron and Node.js. It listens, understands, and executes your Git commands safely. You speak it. It does it — no typos, no fear.

Next ↓

⚙️ Flow of the App

1️⃣ Open Gitty

2️⃣ Press Ctrl + Enter

3️⃣ Gitty shows the command and sums it up in one line

4️⃣ Gitty shows the command

5️⃣ Approve the Action ✅

Next ↓

🧩 Tech Stack

NodeJS
TypeScript
Vosk
Groq
HTML
Electron
Vite
React
👨‍💻 Built by Paurav Hosur Param, Vivek Reddy Baddam, Abhay Anoop C, and Daniaal Tahir Mahmood
Back to Top ↑