Skip to content
View h1a2r3s4h's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report h1a2r3s4h

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
h1a2r3s4h/README.md
Typing SVG

     


🧠 Who Am I?

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."


🌐 Let's Connect

Portfolio LinkedIn LeetCode Gmail GitHub


🛠️ Tech Stack

🗣️ Languages

C++ Python JavaScript TypeScript

🎨 Frontend

HTML5 CSS3 React Next.js TailwindCSS shadcn/ui

⚙️ Backend

Node.js Express.js FastAPI

🗄️ Databases

MongoDB PostgreSQL MySQL Redis

🤖 AI / ML

CrewAI LangChain FAISS RAG Gemini Vapi AI

🔧 Tools & Platforms

Git GitHub Docker Postman Prisma Supabase VS Code Vercel

📚 Core CS

DSA OOP DBMS Computer Networks


🚀 Featured Projects

1 ✦ SkillForge

"Where careers are forged, not found."

Live Demo Source Code

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

2 ✦ VOX HIRE — AI Recruiter Voice Agent

"Your recruiter is always on — and always listening."

Live Demo Source Code

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

3 ✦ GitPal — AI Developer Teammate CLI

"Git smarter, ship faster."

npm version npm downloads Source Code Open Source

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 deploy
Node.js  •  CLI  •  AI / LLM  •  npm  •  Open Source

4 ✦ DevPilot AI

"Not just an assistant — a full autonomous dev team."

Source Code Agents

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

📊 GitHub Analytics

GitHub Streak
Contribution Graph

🧩 LeetCode Stats

LeetCode Stats



🟢 Easy 🟡 Medium 🔴 Hard 🏅 Contests
Solved ✅ Solved ✅ Solved ✅ Participated 🏆

📌 Full profile → leetcode.com/harshitgangwar1601


🐍 Contribution Snake

Contribution Snake
⚙️ 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 }}

💡 Dev Quote of the Day

Quote


Harshit Gangwar

🤝 Open to Collaborate — Let's Build Something Great!

Buy Me A Coffee

Popular repositories Loading

  1. OOP_Crash_Course_Cpp OOP_Crash_Course_Cpp Public

    Forked from MAZHARMIK/OOP_Crash_Course_Cpp

    It contains materials for doing a quick revision of OOPs in C++

    C++

  2. h1a2r3s4h h1a2r3s4h Public

  3. Quick_blog Quick_blog Public

    JavaScript

  4. SkillForge SkillForge Public

    JavaScript 1

  5. Portfolio Portfolio Public

    JavaScript

  6. Chat_App Chat_App Public

    TypeScript