StackPilot is an agentic AI-powered developer platform that helps developers debug code, understand repositories, explain code snippets, and optimize resumes using intelligent AI workflows.
Analyze code and receive:
- Root cause analysis
- Error explanations
- Suggested fixes
- Corrected code snippets
- Debugging best practices
Connect a GitHub repository and ask questions about your codebase.
Capabilities:
- Repository architecture overview
- Folder structure analysis
- Route mapping
- Component relationships
- Dependency understanding
- Future plan recommendations
Paste code snippets and get:
- Step-by-step explanations
- Logic breakdown
- Time complexity analysis
- Space complexity analysis
- Optimization suggestions
Upload your resume and receive:
- ATS compatibility feedback
- Resume scoring
- Skill-gap analysis
- Content improvement recommendations
- React 19
- Vite
- Tailwind CSS 4
- React Router
- Clerk Authentication
- Lucide Icons
- Python
- Groq API
- Llama 3.3 70B
- Meta Llama 3.3 70B
- Prompt Engineering
- Agentic AI Workflows
stackPilot/
├── client/
│ ├── src/
│ ├── public/
│ ├── package.json
│ └── ...
├── server/
│ ├── main.py
│ ├── routes/
│ └── ...
└── README.md
git clone https://github.com/tichita7/stackPilot.git
cd stackPilotcd client
npm installCreate a .env file.
Frontend:
VITE_CLERK_PUBLISHABLE_KEY=your_keyBackend:
GROQ_API_KEY=your_groq_api_keycd client
npm run devFrontend will run on:
http://localhost:5173
cd server
uvicorn main:app --reloadStackPilot uses:
- Llama 3.3 70B
- Groq Inference Engine
for:
- Repository Analysis
- Debugging Assistance
- Code Explanation
- Resume Review
Developers frequently switch between multiple tools for:
- Debugging
- Repository Analysis
- Code Understanding
- Resume Optimization
StackPilot brings these workflows together into a single AI-powered platform.
Tichita Dhiman