4-day current streak·74-day longest streak
<!-- TYPING SVG — human, not corporate --> <!-- SHORT BIO — under 250 chars, human, punchy --> Backend engineer obsessed with systems that self-heal, scale, and ship fast. I…
<!-- TYPING SVG — human, not corporate -->

<!-- SHORT BIO — under 250 chars, human, punchy -->
Backend engineer obsessed with systems that self-heal, scale, and ship fast.
I build distributed control planes, autonomous DevOps agents, and Web3 infrastructure using Rust, Go, and TypeScript.
Open to remote roles and serious collaborations.
<!-- PROFILE VIEWS + SOCIAL BADGES — keep it minimal -->




!Profile Views
---
What I Do
I'm a backend and distributed systems engineer focused on two things: infrastructure that heals itself and Web3 primitives that actually work at scale. I design systems where the control plane is cleanly separated from execution, where failure is expected and handled gracefully, and where observability isn't an afterthought.
Currently building: autonomous DevOps agents and post-quantum secure authentication protocols.
---
Featured Projects
EvolveOS
> A sovereign world for AI agents — they live here, breed here, and get smarter here. You only see the results.Not an agent framework. Not a prompt runner. A persistent AI civilization where agents accumulate real memory, execute syscalls on the host OS, breed successor generations autonomously, and transfer knowledge to junior agents through a live mentorship pipeline. The architecture is the safety — work crosses in, intelligence crosses out, your systems are never touched.
Autonomous Agents RAG + pgvector Gemini Function Calling Genesis Protocol BullMQ Multi-Process Architecture
FixFlow AI
> Autonomous DevOps incident response — detects, diagnoses, patches, ships PRsAn AI agent that handles the full incident lifecycle without waking anyone up at 3am. It monitors for failures, does root cause analysis, generates a fix, and opens a validated PR. Cuts MTTR from hours to under 15 minutes on the incidents I've tested.
LLM Reasoning GitHub Actions CI/CD Automation Autonomous Agents
---
Aegis Defense Grid
> Self-healing cybersecurity system that rewrites its own code under attackBuilt in Go + Next.js. A high-concurrency reverse proxy that heuristically identifies malicious payloads and routes them into isolated honeypot containers instead of your real services. Uses Cohere LLMs to analyze live exploits and hot-swap patched binaries with zero downtime. Think of it as a digital immune system.
Go Next.js Cohere AI Honeypots Hot-swap Binaries
---
Adaptive Control Plane
> Distributed job execution engine with zero-downtime reconfigurationSeparates intent (API) from execution (Workers) — a real control plane / data plane split. Built a custom runtime feature flag engine so you can change system behavior live without redeployments. Observability baked in from day one, not bolted on.
TypeScript Redis Streams PostgreSQL Dynamic Reconfiguration
---
CreatorVault
> Decentralized Patreon/Gumroad alternative — you own your data and your revenueBuilt on Solana (Anchor framework) with IPFS for storage. Direct wallet payments, token-gated content, SPL Token integration. No platform taking 30%. Sovereign creator infrastructure.
Solana Anchor IPFS SPL Token TypeScript
---
GitHub Stats

<!-- Activity Graph -->
!Activity Graph
<!-- GitHub Trophies — paste this in if you want the trophy shelf -->
<!--
-->
---
Currently
- Building an autonomous DevOps agent that handles on-call incidents end-to-end
- Researching post-quantum cryptography for Web3 authentication flows
- Open to: remote backend/infra roles, Web3 protocol engineering, distributed systems consulting
Let's Talk
If you're working on something in distributed systems, Web3 infra, or autonomous agents — or you have a hard backend problem — reach out.
📧 [[email protected]](mailto:[email protected])
💼 LinkedIn
🐦 Twitter @kritagyajha1
🌐 Portfolio
---
<!--
=============================================================
VISUAL UPGRADES CHECKLIST — FREE THINGS TO ADD RIGHT NOW
=============================================================
1. GITHUB STATS CARDS (already included above)
Source: https://github.com/anuraghazra/github-readme-stats
Just swap your username — it works instantly, no token needed for public repos.
2. STREAK STATS (already included above)
Source: https://streak-stats.demolab.com
Shows your longest streak. Great social proof.
3. ACTIVITY GRAPH (already included above)
Source: https://github.com/Ashutosh00710/github-readme-activity-graph
Use &area=true for the filled look.
4. TROPHIES (commented out above, uncomment to enable)
Source: https://github.com/ryo-ma/github-profile-trophy
Adds a shelf of achievement trophies.
Code: https://github-profile-trophy.vercel.app/?username=Kritagya123611&theme=tokyonight&no-frame=true&row=1&column=6
5. WAKATIME CODING STATS — shows time spent per language
Sign up at https://wakatime.com (free), install the VS Code plugin.
After 7 days of data, add this:

And a full stats card:
6. PROFILE SUMMARY CARDS (you had these before — they work)
Source: https://github.com/vn7n24fzkq/github-profile-summary-cards
7. PIN YOUR BEST 6 REPOS
Go to your GitHub profile → click "Customize your pins" → select your 4 projects above.
This is the most impactful visual change you can make. Do it today.
8. SOCIAL PREVIEW IMAGES FOR REPOS
For each project repo, go to Settings → Social Preview → upload a custom image.
Use Figma or Canva. Makes your repos look professional when shared on LinkedIn/Twitter.
9. SKILL ICONS (alternative to shields.io badges — cleaner look)
Source: https://skillicons.dev
Example:
Replace the badge wall with this single line. Way cleaner.
10. CAPSULE RENDER (decorative header/footer wave)
Source: https://github.com/kyechan99/capsule-render
Header: !header
Footer: !footer
=============================================================
-->
-
Ascent ★ PINNED
A syscall-to-screen Linux telemetry platform built entirely in x86-64 assembly with zero runtime dependencies.
C ★ 8 3d agoExplain → -
EvolveOS ★ PINNED
A Self-Evolving Architecture for Autonomous Agent Civilization. The zero-access way.
TypeScript ★ 1 26d agoExplain → -
CloudAST ★ PINNED
Infrastructure, drawn not typed. A visual Infrastructure-as-Code compiler that translates React (JSX) and node-based canvas topologies into production-ready Terraform, Pulumi, and CloudFormation in real-time.
TypeScript ★ 2 1mo agoExplain → -
FixFLow-AI ★ PINNED
FixFlow — Autonomous incident response for DevOps. AI detects failures, analyzes root causes, creates tickets, generates PRs, runs tests, and verifies fixes. From outage to resolution in minutes, not hours.
TypeScript ★ 2 2mo agoExplain → -
Aegis-Defense-Grid ★ PINNED
AEGIS is a self-healing cybersecurity platform that acts as a digital immune system. It detects unknown attacks, isolates them in shadow environments, uses AI to analyze and patch code vulnerabilities in real-time, and deploys fixes without human intervention. Built with Go, Node.js, Docker, and AI for proactive enterprise security.
TypeScript ★ 4 4mo agoExplain → -
QRUPI-protocol ★ PINNED
QRUPI Protocol is a post-quantum secure digital currency framework using lattice cryptography, FHE, and ZKPs for private and future-proof transactions.
Rust ★ 5 8mo agoExplain → -
Adaptive-Control-Plane
Adaptive Control Plane : Distributed Control Plane & Job Execution Engine A distributed system separating intent (API) from execution (Workers), powered by a runtime feature flag engine. Demonstrates observability-driven development, dynamic reconfiguration without redeploys, and resilient state management using TypeScript, Redis and PostgreSQL.
TypeScript ★ 3 5mo agoExplain → -
Creator-Vault
CreatorVault — Web3 Creator Economy Platform CreatorVault is a multi-tenant SaaS platform that empowers digital creators to launch their own fully branded storefronts to sell NFTs, digital assets, exclusive content, and services — powered by Web3 and traditional payments.
TypeScript ★ 2 1y agoExplain → -
OUTLAND-Effect-and-Cause
OUTLAND EFFECT & CAUSE : A cross-dimensional multiplayer PvP shooter. SHIFT between Light & Shadow realms to flank enemies in procedural arenas. Wager SOL, defeat real opponents, and mint victories as Shard NFTs. Verified on Solana. Two worlds, one survivor.
TypeScript ★ 2 6mo agoExplain → -
Kritagya123611
No description.
★ 1 1mo agoExplain → -
SwiftSearch
SwiftSearch Command-line search tool written in Go. Uses concurrency and an in-memory inverted index for rapid filename + text content search in huge directory structures. Perfect for developers and power users who want speed without heavy dependencies.
Go ★ 1 2mo agoExplain → -
Swarm-Lord
Multi-agent orchestration for DevOps & Distributed Systems. Features 5 operational modes: Autopilot (autonomous), Swarm (map-reduce style concurrency), Architect (diagram generation), Sentinel (security auditing), and Eco-Mode (token-efficient AST parsing). Zero-latency TUI.
TypeScript ★ 1 4mo agoExplain → -
terminal-portfolio ⑂
Terminal style portfolio website built with React, TypeScript and Styled-Components.
TypeScript ★ 1 8mo agoExplain → -
Solana-Whale-Ops-Indexer
High-throughput Solana Whale Ops Indexer leveraging Yellowstone gRPC streams to ingest, normalize, and persist large-value transfers, DeFi interactions, and NFT activity in PostgreSQL. Real-time event propagation via Discord/Twitter/webhooks with optional ML-driven anomaly scoring for actionable insights.
TypeScript ★ 1 5mo agoExplain → -
Uptime-Daemon
A fully containerized website monitoring stack leveraging Docker and NGINX, orchestrating multi-container communication for real-time uptime tracking and automated email alerting. Demonstrates networked microservice coordination and resilient container orchestration principles.
Go ★ 1 7mo agoExplain → -
GoBalancer
GoBalancer: A lightweight HTTP load balancer in Go. Routes traffic with round-robin, ensures reliability via health checks, and uses Redis for state. Dockerized for cloud-native deployment. Showcases concurrency, scalability, and systems programming for modern backends.
Go ★ 1 7mo agoExplain → -
Medical
Cancer Diagnosis Website leverages advanced medical data and intelligent algorithms to assist in the early detection of cancer. By analyzing patient input and diagnostic parameters, the platform provides users with predictive insights and helps guide further medical evaluation designed with accessibility and accuracy in mind.
HTML ★ 1 1y agoExplain → -
QueueMe
QueueMe is a queue management system built with Next.js that helps streamline customer flow in businesses like restaurants, clinics, or service centers. It allows users to join virtual queues, track their status, and receive real-time notifications. The backend is powered by Express and Prisma, providing efficient data management and user authentic
JavaScript ★ 1 1y agoExplain → -
PaytmClone
Paytm Clone – Digital Wallet & Payment Dashboard This project is a Paytm-inspired full-stack web application that allows users to securely manage their digital wallet, transfer money, and view transaction history through an intuitive dashboard.
JavaScript ★ 1 1y agoExplain → -
University-ERP
The Multi-Role University ERP project is a web-based system that serves as an enterprise resource planning (ERP) solution for universities. It will include different user roles such as Admin, Faculty, and Student, each with specific access rights and functionalities. Admin: Manages users, courses, departments, and overall system configurations. F
TypeScript ★ 1 1y agoExplain → -
meshery ⑂
Meshery, the cloud native manager
TypeScript ★ 0 6d agoExplain → -
kmesh ⑂
High Performance ServiceMesh Data Plane Based on eBPF and Programmable Kernel
★ 0 11d agoExplain → -
mastra ⑂
From the team behind Gatsby, Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
★ 0 1mo agoExplain → -
State-Fabric
Event-driven GitOps Control Plane using Node.js and Terraform to dynamically provision isolated AWS Data Lakes and IAM boundaries from PR commit messages.
TypeScript ★ 0 3mo agoExplain → -
Climate-DAO-Impact-Auditor
Climate DAO Impact Auditor is an AI + blockchain platform that verifies real environmental impact using satellite and IoT data, mints carbon-credit NFTs for approved projects, and rewards investors only when sustainability milestones are met—making climate action transparent, measurable, and profitable.
TypeScript ★ 0 7mo agoExplain → -
Smart-Contracts
No description.
Solidity ★ 0 1y agoExplain → -
NeuroSHIMI
NeuroSHIMI is a modular, zero-knowledge memory architecture that organizes symbolic and neural agent memories into verifiable Merkle-based trees. It enables privacy-preserving, causally provable reasoning for autonomous agents through recursive ZK proofs.
JavaScript ★ 0 11mo agoExplain → -
Kloros
Verifies and Funds ESG project claims using AI + Hedera
Python ★ 0 11mo agoExplain → -
serve ⑂
Static file serving and directory listing
★ 0 5mo agoExplain → -
TestSmith-AI
TestSmith is a VS Code extension that analyzes your React components and instantly generates high-quality, context-aware tests (render, interaction, edge cases, and accessibility), plus an interactive in-editor chat to refine them.
★ 0 8mo agoExplain → -
ipfs-cluster-website ⑂
The IPFS Cluster website
★ 0 1y agoExplain → -
Dead-Drop-ZK-App
DeadDrop ZK App — A zero-knowledge proof system to verify encrypted messages without revealing them. Built with Circom, Groth16, and Poseidon hash. Proves that decryption of ciphertext with a private key matches a commitment. Ideal for anonymous message reveals.
JavaScript ★ 0 11mo agoExplain → -
Lumio ⑂
AI-powered community maintainer that lives forever on the Permaweb.
★ 0 10mo agoExplain → -
Cryzene-Protocol
Cryzene is a software-native, post-quantum Byzantine Agreement framework for fault-tolerant, privacy-preserving consensus in minimally synchronous networks, combining Kyber encryption, SQIsign signatures, homomorphic tensor computation, autovectorized HE operations, and doubly-efficient LWE-based PIR.
★ 0 10mo agoExplain → -
credit_sim
Production-ready behavioral credit risk assessment using Graph Neural Networks. Achieves 95.28% R² accuracy with zero demographic bias, privacy-first compliance, real-time inference, and an interactive Streamlit prototype for financial inclusion.
Python ★ 0 10mo agoExplain → -
developerFolio ⑂
🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer. (This is currently not being actively maintained)
★ 0 1y agoExplain → -
first-contributions ⑂
🚀✨ Help beginners to contribute to open source projects
★ 0 10mo agoExplain → -
Neural-Architecture-Search-NAS-framework
A PyTorch-based Neural Architecture Search system that automatically discovers optimal neural network architectures using reinforcement learning. AutoArch proposes network designs, builds and trains them dynamically, then learns from performance results to suggest increasingly better architectures for your specific dataset and task.
Python ★ 0 11mo agoExplain → -
ZK-Demo
No description.
Circom ★ 0 11mo agoExplain → -
falling-dust-f09a
No description.
Astro ★ 0 1y agoExplain →
No repos match these filters.