Skip to content
View soumyachk101's full-sized avatar

Highlights

  • Pro

Block or report soumyachk101

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.

Content in all repositories owned by your account will be closed.
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
soumyachk101/README.md
Soumya Chakraborty — full-stack engineer · builder



portfolio  email  github  views



$ whoami

B.Tech CSE · 3rd year · systems thinker · serial shipper



I map the domain before opening the IDE, model the data before writing the API, and ship the imperfect v1 before it gets precious. Nine products in flight, five hackathons deep.

the best abstraction is the one you don't write.

NOW

  • 🟢 SwarmAI — local-first AI-native desktop IDE for parallel multi-agent coding
  • 🟢 DocShift — 30+ in-browser PDF tools, zero uploads
  • 🟢 TGStore — turns a Telegram channel into unlimited free cloud storage
  • 🟢 FiXr — multi-agent CLI that catches bugs before you commit
  • 🟡 Phygital-Trace — camera-to-blockchain media provenance

…full grid below ↓



OPEN TO

  • meaningful open-source collaboration
  • real product builds
  • architecture conversations
workspace gif



chai

// fueled by chai · always moving forward

$ ls ~/projectsbullseye

desktop · multi-agent · local-first

SwarmAI live

Local-first, AI-native desktop IDE enabling parallel multi-agent coding with shared project memory.

  • Pheromone: hybrid SQLite FTS5 BM25 + dense character n-gram RRF memory engine
  • SwarmMind: parallel task dispatch across Git worktrees with dynamic file locks
  • Tauri v2 + Rust: native PTY multi-terminal, offline Whisper STT & 10+ CLI adapters

Tauri v2 Rust React TypeScript SQLite Turborepo

visit swarmai

saas · pdf · privacy-first

DocShift live

30+ browser-based PDF tools. Zero uploads, zero servers, zero data leaving your machine.

  • → runs entirely in-browser via WebAssembly
  • → merge, split, compress, convert, watermark & more
  • → privacy-first: files never leave the client

React Vite TypeScript pdf-lib Wasm

visit docshift

self-hosted · storage · telegram-cdn

TGStore live

Turns a private Telegram channel into a free, unlimited personal cloud. No S3 bills, no vendor lock-in.

  • → bot token never touches the browser — server-side proxied
  • → drag-and-drop, full-text search, 3-level folders, soft-delete
  • → 6 async integration tests, Telegram mocked in CI

Next.js 14 FastAPI PostgreSQL NextAuth v5 Telegram Bot API

visit tgstore

dev-tools · multi-agent · cli

FiXr live

A multi-agent CLI that reviews your code before you commit it — bugs, fixes, quality and security in one pass.

  • → 4-agent pipeline: bug detective, auto-fixer, quality reviewer, security auditor
  • → git hook + GitHub Actions integration, rate-limited by design
  • → project config resolved via cosmiconfig, zero setup to try

TypeScript Node.js CLI

visit fixr

micro-saas · multi-agent · ai

ShipOrDie live

Multi-agent idea generation for founders and indie hackers. Validates, scores, builds on your ideas.

  • → LangGraph multi-agent idea validation pipeline
  • → Resume Builder with ATS optimization
  • → Razorpay-integrated subscription billing

Next.js 14 FastAPI LangGraph ChromaDB Redis Razorpay

visit shipordie

media · blockchain · provenance

Phygital-Trace building

Camera-to-blockchain media provenance for citizen journalism. Fights fake news at the capture layer.

  • → pHash + PRNU hardware fingerprinting at capture
  • → steganographic watermarking — invisible, irremovable
  • → Gemini 1.5 Pro forensic manipulation detection

FastAPI Next.js Solidity IPFS PostgreSQL Gemini API

aiops · incident-response · rag

NexusOps 2.0 live

AI incident response — ingests Sentry/Slack errors, recalls past incidents, opens a GitHub draft PR with the fix.

  • → pgvector memory — cosine similarity + decay re-ranking
  • → AutoFix: Groq Llama 3.3 70B + Ollama fallback
  • → auto-rollback on error-rate spikes

Node.js Express Prisma pgvector BullMQ Redis LangChain.js

visit nexusops

interview-integrity · multi-agent

Neeti AI building

Five AI agents evaluating candidates in real-time. Not a proctoring tool — an integrity layer.

  • → WebRTC proctoring + Monaco code editor
  • → proprietary Trust Score algorithm
  • → pyannote voice identity verification

Node/Express MongoDB Bull Socket.IO MediaPipe React 19

cybersecurity · attack-graphs · hackathon

DRISHTI hackathon build

AI-powered network security platform that tells blue teams what to fix first. Built in 30 hours at Citadel Hackathon 1.0.

  • → maps your network as a live terrain graph of real attack paths
  • → ranks vulnerable nodes by actual dollar impact, not just CVSS
  • → suggests fixes and recalculates risk after every patch

watch demo

ai-orchestration · dev-tools · claude-code

Thekedar live

A workflow-discipline layer for AI coding agents — plans tasks, assigns the right specialist agent, gates every write behind independent review, and keeps a written log of every change.

  • → 15 agents, 5 hooks, 4 skills — scope-guard blocks out-of-scope file writes before they land
  • → secret-guard blocks hardcoded secrets (AWS, JWT, GitHub, Stripe...) at write-time, not after
  • → session-brief auto-resumes full project state in a fresh session; munshi logs every edit

Claude Code Bash Git

visit thekedar

$ cat stack.json

languages

languages

TypeScript first. Rust & Python when it makes sense. C when the machine matters.



frontend

frontend

Next.js 14 App Router is home base. Tailwind for velocity, Figma to think first.

backend & data

backend

FastAPI + PostgreSQL for serious work. Redis when latency counts.



infra & ai

infra

Docker always. Railway for fast deploys. LangChain / LangGraph for agent pipelines.

$ git log --stat

stats   top languages



streak



activity graph

$ cat hackathons.mdfire

event track when
Tradition Hacks 2026 Miro Meetups Kolkata 2026
TEKATHON 2K26 tech innovation · shipped a product, not a prototype 2026
Code for Change 2.0 social impact · IEEE Kolkata × CNCF Durgapur Apr 2026
HackTropica 2K26 open track · 36hr sprint · Asansol 2026
Citadel Hackathon 1.0 open track · 30hr sprint · IEM Kolkata Jul 2026
Innofusion 3.0 cybersecurity · built DRISHTI — attack-path mapping with real dollar impact · 30hr sprint Aug 2026

5 sprints · 180+ hours of constrained building · the constraint is the feature

$ cat philosophy.md

 01 

understand

domain first



Map concepts before opening the IDE. That half-hour upfront saves three days of refactors.

 02 

architect

schema is destiny



Boundary mistakes compound silently. Good architecture doesn't show off — it disappears.

 03 

ship

prod teaches



An imperfect v1 beats a perfect version that only lives in your head.

 04 

own it

read the source



Frameworks are tools. Know why something works, not just that it does.

$ fortune

random dev joke

// a fresh dev joke on every visit


let's do it



// let's build something that matters



portfolio  email  github



west bengal, india · UTC+5:30 · b.tech cse · 3rd year





soumya@github:~$ exit

Pinned Loading

  1. TG-Store TG-Store Public

    TypeScript 1

  2. Agentic-Workflows Agentic-Workflows Public

    Python

  3. Thekedar Thekedar Public

    Shell 1

  4. RoadSense-AI RoadSense-AI Public

    Kotlin

  5. VibeLens VibeLens Public

    MCP server that gives AI coding assistants eyes on localhost: screenshot + console/network errors + token-optimized DOM snapshot

    TypeScript