Open Source

Projects

Tools and infrastructure we build in the open. Free to use, free to contribute.

Blissful Infra

Production-like local dev environments in one command.

A local infrastructure orchestration tool that spins up a complete full-stack development environment on your laptop - Docker is the only dependency. No cloud accounts, no Kubernetes.

Highlights

  • Full-stack Spring Boot + React stack scaffolded and wired together automatically
  • Developer dashboard with real-time logs, metrics and CI/CD status
  • Built-in Claude AI agent for debugging and deployments via MCP
  • Local image registry, Loki log aggregation, distributed tracing with Jaeger

Stack

Docker React Spring Boot Kafka Postgres Prometheus Grafana Jaeger Claude MCP

Pravi Agent

Agentic feature builder for domain-driven repos, powered by Claude.

Transforms GitHub issues into shipped code. An architect agent decomposes epics into tasks and drafts implementation plans. A dev agent executes approved plans in isolated git worktrees and opens draft PRs. Humans gate both the plan and the final merge.

Highlights

  • Hierarchical planning - Epic to Feature to Task decomposition with dependency-aware roadmaps
  • Isolated git worktrees per task - dev agent builds, tests and opens draft PRs automatically
  • Cost budgeting with per-ticket ceilings inherited through the hierarchy
  • Live UI showing agent progress via Server-Sent Events - closing the browser does not cancel runs

Stack

Python 3.11 Temporal Claude Agent SDK LiteLLM PostgreSQL React 18 TypeScript

FodScan

Scan groceries for FODMAP compatibility - no account, no data leaving your device.

An iOS app that checks whether grocery products are safe for a low-FODMAP diet. Scan a barcode or point the camera at an ingredient panel and FodScan checks against a bundled ruleset of 160+ ingredients in under a second. No internet required.

Highlights

  • Barcode scanning via Open Food Facts database and OCR for ingredient label recognition
  • Local FODMAP analysis engine with 160+ ingredients - works fully offline
  • Four-level verdict system (Safe/Caution/Avoid/Unknown) with per-ingredient breakdown
  • Apple Intelligence explanations on iPhone 15 Pro and newer via FoundationModels

Stack

Swift 5.10 SwiftUI VisionKit SwiftData FoundationModels