// projects.ts

Projects

A selection of things I've built.

DevLink

live

A developer networking platform where engineers can find collaborators, share side projects, and build teams. Built with Next.js App Router, Supabase, and Tailwind.

Next.jsTypeScriptSupabasePostgreSQL

CodePulse

live

Real-time code metrics dashboard that aggregates GitHub activity, PR review times, and deploy frequency into a single view. WebSocket-powered live updates.

GoReactWebSocketsRedis

Terminus

in progress

A terminal-based task manager built in Rust with a TUI interface. Supports priorities, tags, recurring tasks, and sync across machines via a lightweight backend.

RustSQLiteTUI

AutoDeploy

open source

A lightweight self-hosted CI/CD pipeline tool triggered by GitHub webhooks. Supports multi-step jobs, Docker builds, and Slack notifications.

Node.jsDockerGitHub WebhooksShell