beram

Things I've built.

Mostly tooling that solves a specific problem I kept hitting. Each one earned its place by being smaller, sharper, and more useful than what it replaced.

01
beram.dev live

This site. Personal hub for projects, writing, and professional context. Built with Astro and Tailwind, deployed on Vercel.

AstroTailwindVercel
02
Standup Automation live

Jira fetch script + Claude Code cron job that runs at 7 AM on active workdays. Produces a structured daily briefing per squad member — zero manual input required.

PythonClaude APIJira API
03
Gitflow Audit CLI live

Claude-powered command-line tool for instant branch hygiene audits. Built in one morning after a production incident caused by a stale branch. Catches stale branches, missing PR links, and merge discipline issues.

PythonClaude APIGit
04
LLM Wiki live

AI-queryable team context system inspired by Karpathy's LLM Wiki pattern. Engineers get full team context — people, decisions, incidents, architecture — on day one. Indexed with hybrid BM25 + vector search.

PythonClaude CodeMarkdown