
Saintavailable
Founder & Product Engineer
Overview
I design, build, and ship software products from idea to production. My work spans SaaS platforms, developer tools, mobile apps, AI-powered systems, and infrastructure productsβbuilt independently with a focus on performance, usability, and long-term maintainability.
About
I'm a self-taught product engineer who designs, builds, and ships complete software products independently.
Over the past few years I've built SaaS platforms, developer tools, infrastructure products, mobile applications, ecommerce experiences, AI-powered systems, and private fintech software. Every project you see here was designed, engineered, and maintained by meβfrom architecture and database design to deployment, monitoring, and product experience.
My work includes Beacon, an open-source reliability platform for monitoring and incident management; Orb, a unified attention layer for software teams; Budwyse, a React Native budgeting platform built across 30+ development phases; RepoScope, an AI-powered repository intelligence tool; and several other products spanning web, mobile, and developer tooling.
I care about the details: architecture that scales, interfaces that feel intentional, systems that remain maintainable months later, and the edge cases that appear long after launch. I don't just build featuresβI build products.
Tech Stack
Frontend

Backend


Tools





Experience
Independent
Building a cross-platform personal finance platform focused on salary-cycle budgeting, spending visibility, and savings automation. Designed, engineered, and maintained independently across 30+ development phases.
Projects(9)
Unified attention layer for software teams. Connects GitHub, Linear, Jira, and Notion into a single prioritized inbox that surfaces what actually needs your attention β PRs awaiting review, blocked tickets, overdue items, and cross-tool dependencies. Replaces the six-tab morning ritual with one signal.
- Unified inbox across GitHub, Linear, Jira, and Notion β prioritized by a deterministic 0β100 scoring algorithm
- Scroll-driven product simulation landing page built entirely from real UI components β no illustrations, no video
- Priority engine weights 7 signals: assignment, review requests, blockers, overdue status, CI failures, source priority, and item age
- Quick actions β approve PRs, transition statuses, add comments β executed without leaving Orb
- Team View for managers and tech leads: per-member workload, blocker visibility, and overload/capacity signals
- Background sync via pg-boss job queue: GitHub every 5 min, Linear every 5 min, Jira every 10 min, Notion every 30 min
- OAuth token encryption at rest (AES-256-GCM), session-backed auth via Better Auth, rate limiting via Upstash
- Built with Next.js 14 App Router, Drizzle ORM, PostgreSQL (Neon), Redis (Upstash), and Framer Motion