https://github.com/ritin1308/ai-dev-assistant
AI-powered GitHub repo analyzer with Node.js and Express.
https://github.com/ritin1308/ai-dev-assistant
ai devtools express node-js openai simple-git
Last synced: 9 months ago
JSON representation
AI-powered GitHub repo analyzer with Node.js and Express.
- Host: GitHub
- URL: https://github.com/ritin1308/ai-dev-assistant
- Owner: Ritin1308
- Created: 2025-05-15T18:12:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-05-20T17:51:18.000Z (10 months ago)
- Last Synced: 2025-05-25T16:36:21.146Z (10 months ago)
- Topics: ai, devtools, express, node-js, openai, simple-git
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Dev Assistant 🤖💻
An AI-powered developer assistant that analyzes GitHub repositories to help developers understand and navigate codebases faster.
## 🔧 Tech Stack
- **Backend**: Node.js, Express
- **Git Integration**: simple-git
- **AI (Coming soon)**: DeepSeek or similar LLM API
## 🚀 Features
- Clone any GitHub repository
- Analyze and extract basic project structure
- Prepare for future AI integration
## 🛠️ Setup
```bash
npm install
npm run dev