const harshit: Developer = {
name: "Harshit Gangwar",
role: "Full Stack Developer",
location: "India 🇮🇳",
email: "harshitgangwar1601@gmail.com",
stack: ["React", "Next.js", "Node.js", "TypeScript", "MongoDB", "PostgreSQL"],
strengths: ["Clean Code", "Scalable Architecture", "Problem Solving"],
currentFocus: "Building production-grade full-stack applications",
funFact: "I debug with console.log and I'm not ashamed 😄",
openTo: ["Collaborations 🤝", "Open Source 🌐", "Freelance Projects 💼"],
};💬 "Code is not just instructions for a machine — it's a story written for the next developer."
SkillForge is a next-generation AI-powered career preparation platform designed for students and professionals ready to level up their careers.
✨ Highlights
- 🧠 AI-driven skill assessments and personalized learning paths
- 📄 Smart resume builder with real-time feedback
- 🎯 Interview prep powered by cutting-edge AI models
- 📊 Progress tracking & career roadmap visualization
ReactJs • Next.js • JavaScript • AI Integration • Tailwind CSS
VOX HIRE is an AI-powered recruiter voice agent that automatically creates and conducts job interviews using cutting-edge voice technology — no human recruiter required.
✨ Highlights
- 🎤 Real-time voice interviews with AI-generated questions
- 🤖 Fully automated interview pipeline from job post → candidate evaluation
- 📋 Instant transcript generation and candidate scoring
- 🔒 Secure data storage with Supabase backend
Next.js • React • Supabase • Vapi AI • Tailwind CSS
GitPal is an open-source AI-powered CLI tool with 16 commands that automates your entire Git workflow — from writing commit messages to deploying code. Published on npm with support for 4 major AI providers.
✨ Highlights
- ⚡ 16 powerful commands to supercharge your Git workflow
- 🤖 Multi-provider AI: Groq, OpenAI, Gemini, Anthropic
- 📝 Auto-generates meaningful commit messages from diffs
- 🚀 One-command deploy pipelines
- 🌍 Published on npm — install globally in seconds
npm install -g gitpal-cli
gitpal commit # AI-generated commit messages
gitpal review # AI code review
gitpal deploy # One-command deployNode.js • CLI • AI / LLM • npm • Open Source
DevPilot AI is a fully autonomous developer assistant powered by a pipeline of specialized agents — each with its own role, tools, and memory — working together to understand, write, execute, and review code across your entire codebase.
✨ Highlights
- 🏗️ Multi-agent architecture: Planner, Coder, Reviewer, Executor
- 🧠 Long-term memory via FAISS vector DB + sentence-transformers
- 📡 Real-time SSE streaming for live agent thought process
- 🔍 Codebase-aware context with full repo understanding
- 🎨 Beautiful React/Streamlit UI for interactive sessions
Python • FastAPI • Gemini LLM • sentence-transformers
FAISS Vector DB • CrewAI Agents • SSE Streaming • React / Streamlit
| 🟢 Easy | 🟡 Medium | 🔴 Hard | 🏅 Contests |
|---|---|---|---|
| Solved ✅ | Solved ✅ | Solved ✅ | Participated 🏆 |
📌 Full profile → leetcode.com/harshitgangwar1601
⚙️ How to activate the Snake animation
Create .github/workflows/snake.yml in your profile repo:
name: Generate Snake
on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@v3
with:
github_user_name: h1a2r3s4h
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
