Hi, I'm Ankit Kumar

Building the future with AI Agents, Plugins, and Modern Software Engineering.

View My Work

Future Projects

🤖

AI Agents

Autonomous agents capable of complex reasoning and task execution.

Coming Soon
🔌

Custom Plugins

Extending software capabilities with modular and efficient plugins.

GitHub VibeGuard-Ai-Pluging
🚀

Web Ecosystems

Scalable landing pages and full-stack applications.

How to Run My Projects

1. Access the Code

Each project will have a link to its GitHub repository. Click the "Clone" or "Download ZIP" button on GitHub to get the source code.

2. Local Setup

git clone [repository-url]
cd [project-folder]

Open your terminal and clone the project to your local device.

3. Install Dependencies

npm install # For JavaScript/TS
pip install -r requirements.txt # For Python

Install the required libraries mentioned in the project's README file.

4. Run the Project

npm run dev # For Web Projects
python main.py # For AI Agents

Execute the start command to see the project live on your local machine.