I build software, end to end.

Self-taught full-stack developer — from Biomedical Engineering at the Technion to designing, building, and shipping production software.

Work

sessionscribe ⟶ claude-code plugin

live

A Claude Code plugin that hooks the agent lifecycle to log every session and generate an AI summary at exit. Uses Claude Haiku for cheap, fast summarization. Live on the Claude Plugin Hub.

Tech stack: Claude Code, Hooks, Claude API, TypeScript

tagline ⟶ ai changelog generator

live

Reads git history and turns technical commits into customer-friendly release notes. Handles merge commits, squash merges, and conventional commits. Deployed on Vercel serverless.

Tech stack: Next.js, Claude API, Vercel, Git

cartographer ⟶ rag over codebases

live

Query TypeScript codebases in natural language, with citations to exact file paths and line numbers. AST-aware chunking via tree-sitter, query expansion via Claude Sonnet, vector search via Chroma. Indexed supabase-js, zod, trpc, zustand.

Tech stack: RAG, tree-sitter, Chroma, Express, VPS

rubric ⟶ ai code review

live

Checks whether a PR's implementation matches its stated intent — not just code quality. A single Claude call with a Zod schema as the required output format, and real token counting instead of heuristics. Code owns the mechanical facts; the model owns the judgment. CLI plus GitHub Action, dogfooded on itself.

Tech stack: Claude API, Zod, GitHub Actions, CLI

finsight ⟶ net-worth snapshots

in-development

A monthly net-worth snapshot tracker — record balances across accounts once a month and watch the trend. Accounts-plus-monthly-snapshots data model, batch entry, and CSV import. In active development; the repo is private for now.

Tech stack: Next.js, Supabase, TypeScript, Recharts

Experience

Full-stack Developer, Tabit

2022 — present

Full-stack development across Tabit's restaurant-tech products, frontend and backend.

  • Led development of Tabit's Reserve with Google integration, design through production.
  • Working on several AI features across the product line.

Independent Developer

2021 — present · remote

Building and shipping software independently since 2021, across a range of projects. My current focus is AI developer tools — designed and built end to end, from architecture through production deployment. Recent work is in the projects above.

BSc, Biomedical Engineering

Technion — Israel Institute of Technology · 2014 — 2020

Skills

web

  • TypeScript
  • React
  • Next.js
  • Node.js
  • Tailwind CSS

ai

  • Claude API
  • RAG
  • Vector Databases

data

  • PostgreSQL
  • Supabase

ship

  • Vercel
  • GitHub Actions