An open API service indexing awesome lists of open source software.

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.

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