An intelligent search interface for Git commands and concepts.
This is the frontend of GitBot, an AI-powered assistant for developers who want quick, accurate Git solutions.
π§ Ask a Git question
β‘ Get the right command, short description, and source
π https://ainstarc.github.io/git-init
- π Natural Language Search β Ask questions like "how to undo commit"
- π§ AI-Powered Suggestions β Backend inference for unmatched queries
- π Recent History with Fuzzy Match β Uses
localStorage
for UX boost - πΎ Smart Result Caching β Avoids re-fetching already-seen queries
- π― Modular UI β Built with React, TypeScript, and CSS modules
Component | Tech |
---|---|
Frontend | React + TypeScript + Vite |
Styling | CSS Modules |
Animations | Framer Motion |
Storage | localStorage |
API | git-init-api (Render) |
Hosting | GitHub Pages |