Skip to main content
Kuldeep Chandra Vishwakarma Logo
KCV

Engineering Projects

Exhaustive collection of all projects and repositories from my GitHub account with active learnings, architecture diagrams, and source code links.

GitHub Repositories
🧠

AlbertQuizBot - Telegram Quiz Bot

ActiveSaaS & AI

Interactive Telegram Quiz Bot for Study Groups & Automated Practice

A friendly Telegram bot built to run automated quiz sessions, instant scores, and interactive practice polls for students and study communities.

What I am Doing & Learning

Engineering asynchronous Python Telegram bot handlers, structuring quiz schemas, managing multi-user quiz state concurrently, and building real-time score tracking.

Python 3.12Telegram Bot APIAsyncioJSON-SchemaAI PromptingVercel
🤖

CandidBot - Smart AI Telegram Assistant

ActiveSaaS & AI

AI Telegram Assistant for Candidate Screening & Team Notifications

An intelligent Telegram assistant built for candidate screening, instant notifications, conversational query processing, and AI workflow execution.

What I am Doing & Learning

Engineering asynchronous AI prompt pipelines, developing robust rate-limit retry handlers, structuring JSON schemas for LLM agent outputs, and building stateful bot webhooks with sub-100ms execution speeds.

TypeScriptNode.jsPython 3.12Telegram Bot APIGoogle Gemini APIZodNext.js 16 App RouterTailwind CSS v4Vercel
📡

AI Telegram Watchdog & Live Feed System

ActiveSaaS & AI

Real-Time Security Alert Relay & Telegram Channel Broadcast Feed

A real-time contact notification relay and live channel broadcast feed powered by Telegram webhooks, delivering instant mobile alerts and site updates.

What I am Doing & Learning

Engineering secure Telegram Webhook SSL routing, handling asynchronous message dispatchers with zero-delay UX fallbacks, and creating stateful live broadcast feeds inside Next.js App Router.

Next.js 16 App RouterTelegram Bot APITypeScriptNode.jsWebhooksZustandTailwind CSS v4Vercel Edge

StartupWire

ActiveSaaS & AI

The Autonomous AI-Powered Tech Startup News Platform

An automated, SEO-optimized tech startup and AI news aggregation platform that uses background agents to crawl RSS feeds, run deduplication, parse summaries, and deploy updates.

What I am Doing & Learning

Building autonomous RSS background crawlers with Gemini 1.5 Flash API for topic curation, designing vector similarity search (pgvector) in Supabase PostgreSQL to prevent duplicate press releases, and mastering edge caching with Next.js App Router.

Next.js 16 App RouterReact 19TypeScriptTailwind CSS v4Supabase PostgreSQLpgvectorGoogle Gemini 1.5 Flash APIZodVercel Edge
🛠️

AIToolsWebsite

ActiveFull-Stack

AI Tools Discovery, Comparison, and Review Ecosystem

A comprehensive platform for discovering, reviewing, and comparing artificial intelligence utilities and workflows, powered by Next.js and Prisma PostgreSQL.

What I am Doing & Learning

Engineering multi-tenant user authentication with Clerk SDK, modeling 15+ relational database entities using Prisma ORM with Neon Serverless Postgres, and building side-by-side product comparison algorithms.

Next.js 16 App RouterReact 19TypeScriptPrisma ORMNeon Serverless PostgresClerk AuthCloudinaryTanStack React QueryTailwind CSSZustand
📚

Bookperia

ActiveFull-Stack

The Ultimate AI-Powered Book Discovery & E-Commerce Sanctuary

An AI-powered literary ecosystem featuring interactive bookshelves, daily reading challenges, automated key takeaways generation, and dynamic chatbot companion personas.

What I am Doing & Learning

Designing local-first state management using Zustand with LocalStorage rehydration, implementing AI librarian chatbot persona engineering, and building dynamic reading progress trackers.

Next.js 16 App RouterReact 19TypeScriptTailwind CSS v4ZustandFramer MotionLucide ReactLocalStorage API
💻

Personal Portfolio Operating System

ActiveFull-Stack

Developer Telemetry System, Theme Adaptive Engine & Live REST Pipelines

Personal developer portfolio OS built with Next.js App Router, featuring site-wide light/dark mode contrast, real-time GitHub commit feeds, LinkedIn live work streams, and 29 subpage architectures.

What I am Doing & Learning

Mastering Next.js App Router compilation, Tailwind CSS v4 `@variant dark` custom directives, dynamic sitemaps generation, structured JSON-LD Schema.org metadata, and real-time GitHub/LinkedIn REST API integrations.

Next.js 16 App RouterReact 19TypeScriptTailwind CSS v4Framer MotionGitHub REST APILinkedIn APIZustandVercel Edge
🤖

AI Social Media Database Agent

ActiveSaaS & AI

Autonomous AI Content Scraping & Relational Database Pipeline

Autonomous AI agent system designed to scrape social media metrics, process unstructured text, generate embeddings, and persist records in a structured database.

What I am Doing & Learning

Developing autonomous AI agent execution loops, parsing un-structured social media feeds, mapping JSON schemas to relational database tables, and implementing rate-limit resilient retry handlers.

Python 3.12Node.jsPostgreSQLpgvectorOpenAI / Gemini SDKPydanticBeautifulSoup4Docker
🎓

GATE & CSE Academic Engine

ActiveSystems & Open Source

Comprehensive Computer Science Engineering & GATE Exam Knowledge Repository

A curated open-source repository containing exhaustive study guides, subject notes, algorithms, data structures, and computer architecture references for CSE students.

What I am Doing & Learning

Consolidating core Computer Science theory (Operating Systems, Database Systems, Computer Networks, Data Structures & Algorithms), writing technical documentation, and organizing structured student study repositories.

MarkdownMermaid.jsGitData Structures & AlgorithmsOperating SystemsDBMSComputer Networks
⚙️

Modern C++20 Systems Programming

ActiveSystems & Open Source

Low-Level Memory Labs, Concepts, Coroutines & High-Performance C++

Comprehensive C++20 systems programming repository featuring low-level memory labs, smart pointers, template metaprogramming, concepts, and coroutines.

What I am Doing & Learning

Studying C++20 language features (Concepts, Ranges, Coroutines, Modules), mastering raw and smart pointer memory allocation, benchmarking execution speed, and designing low-level systems algorithms.

C++20 StandardGCC 13 / Clang 17CMakeValgrindAddressSanitizer (ASan)C++20 Concepts & CoroutinesGDB
🌐

Web Standards & HTML5 Architecture

ActiveLearning Labs

Semantic HTML5, Microdata Schemas, and Responsive Accessibility Standards

An extensive reference and practice repository covering semantic HTML5 structure, modern document outline algorithms, and accessible web standards.

What I am Doing & Learning

Deepening knowledge of semantic HTML5 element hierarchies, web accessibility (WCAG), and modern document architecture.

Semantic HTML5Accessibility (a11y)WCAG 2.1JSON-LDWeb Standards
🎨

Modern CSS Architecture & Styling Labs

ActiveLearning Labs

CSS Grid, Flexbox Layouts, Custom Properties & Animation Labs

Comprehensive CSS practice and reference repository exploring advanced layout systems, responsive design patterns, CSS Grid math, and smooth transitions.

What I am Doing & Learning

Mastering modern CSS layout systems (Grid, Flexbox, Multi-column), custom property theming engines, and high-performance hardware-accelerated animations.

CSS3CSS GridFlexboxCSS Custom PropertiesFluid Typography (clamp)CSS Animations
🌿

Git & GitHub Workflow Engine

ActiveLearning Labs

Version Control Architecture, Branching Strategies & Merge Workflows

Practical sandbox demonstrating Git version control best practices, semantic commit standards, feature branch workflows, and remote repository synchronization.

What I am Doing & Learning

Mastering Git internals, commit graph traversal, rebase vs merge trade-offs, and GitHub automation hooks.

GitGitHub CLIVersion ControlBranching & MergingCI/CD Workflows