Passionate about empowering open source contributions and learning? Help us build the ultimate AI platform to help beginners to understard codebases.
Contributions welcome!✨
PullScan is your AI-powered assistant for understanding any codebase effortlessly. It provides instant PR and commit summaries, making collaboration and learning smoother than ever.
Navigating through complex pull requests and commits can be overwhelming. Traditional methods require extensive manual review, slowing down the learning process.
🔥 Key Features
-
📝 Comprehensive PR Summaries – Get detailed insights into pull requests without digging through lines of code.
-
🔄 Commit Summaries – Understand code changes instantly with concise, AI-generated summaries.
-
💬 Intelligent RAG Chat – Engage in dynamic conversations and get smart, context-aware answers.
-
⚡ Faster Codebase Understanding – Spend less time reading and more time coding.
Unlock a seamless development experience with AI-powered PR and commit insights! 🚀
Built with:
- Nextjs 15
- TailwindCSS
- shadcn-ui
- Hosted on Vercel
This is where the magic happens!💫
Built with:
- Fork this repo
- Clone your forked repo
- Create a new branch
- Make your changes
- Push your changes to your branch
- Create a pull request
- Clone the repo
git clone [email protected]:arre-ankit/speechsync-ai.git- Set up the Next.js app
cd web
npm install
npm run dev
- Set up the Backend
cd http-backend
npm install
npm run dev
