Skip to content
View codewithsupra's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report codewithsupra

Report abuse

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

Report abuse
codewithsupra/README.md

Supratim Sarkar — Backend & Full-Stack Engineer

Open-source contributor at tiptap (37k★) · AWS Certified Solutions Architect

LinkedIn Portfolio Gmail


What I've Built

Durable Agent Engine — Fault-tolerant LLM agent orchestration on raw Postgres. SELECT ... FOR UPDATE SKIP LOCKED durable queue, idempotent DAG execution, crash recovery via lock-TTL reaper, cross-process pub/sub on LISTEN/NOTIFY. No Redis, no managed queue. Proven with a chaos test that SIGKILLs workers mid-run. Node.js PostgreSQL WebSocket DockerGitHub

FounderOS — Multi-tenant backend for a founder workspace app. Streaming AI pipeline via ReadableStream.tee(), HMAC-verified Stripe webhooks, Postgres row-level security with an isolated admin service-role client. Next.js TypeScript PostgreSQL (RLS) Stripe GPT-4oGitHub

Anchor — Offline-first notes with conflict-free multi-device sync. Every keystroke persisted to IndexedDB as a Yjs CRDT operation before any network call — the same replication strategy behind Figma and Notion. Yjs (CRDTs) Tiptap/ProseMirror IndexedDB y-webrtc y-websocketGitHub


Open Source

Repo PR Status
tiptap (37k★) #7976 — fix character-count autoTrim boundary logic ✅ Merged
tiptap (37k★) #7977 — fix Link extension HTMLAttributes coercion ✅ Merged
infisical (28k★) #7028 — fix unreachable admin signup button (flex/scroll clipping) 🔄 Open

Stack

TypeScript Node.js Next.js PostgreSQL Docker AWS

Pinned Loading

  1. AI-Travel-Planner-SAAS AI-Travel-Planner-SAAS Public

    JavaScript 1

  2. anchor.ai anchor.ai Public

    Offline-first note-taking app — every keystroke saved locally via IndexedDB, real-time sync across devices using Yjs CRDTs. No conflicts, no data loss.

    TypeScript

  3. aria-acess.ai aria-acess.ai Public

    AI-powered web accessibility scanner — axe-core + GPT-4o Vision catches the 60% of WCAG issues automated tools miss. Paste a URL, get a report in 10s.

    TypeScript

  4. founder-os founder-os Public

    AI-powered operating system for startup founders — task management, KPI tracking, competitor intel, and GPT-4o Chief of Staff

    TypeScript

  5. durable-agent-engine durable-agent-engine Public

    Fault-tolerant multi-step LLM agent orchestration engine — Postgres SKIP LOCKED durable queue, idempotent DAG execution, automatic retry/backoff, dead-letter handling, live WebSocket streaming. No …

    HTML

  6. tiptap tiptap Public

    Forked from ueberdosis/tiptap

    The headless rich text editor framework for web artisans.

    TypeScript