// projects.all

Projects

What I am building now, and what I built getting here. Current work first; the older full-stack projects are further down, kept because they are where the habits came from.

building

Sosensus

A social intelligence layer for teams. Sosensus reads what is happening across a team's social channels and turns it into signal an agent can use, rather than another dashboard someone has to remember to check.

The part I find most interesting is the MCP server. Exposing the intelligence over the Model Context Protocol means an assistant can query it directly as a tool — so instead of a person reading a weekly summary and deciding what to do, the agent can pull the current picture mid-task and act on it.

Still in development.

open source

Gmail triage agent

An agent that works an inbox instead of summarising it. LangGraph drives the decision loop, the Gmail API supplies the mail, and a custom MCP server gives the model the tools to sort, label, and draft.

Building the tools as an MCP server rather than wiring them into the agent directly means the same toolset works with any MCP-capable client, and the triage logic stays separate from the mail plumbing. That separation is the reason the project is worth reading.

The source is on GitHub, along with the other agent experiments in the same repository.

earlier

Servlist

A two-week full-stack build for the ALX Software Engineering program. Servlist let small business owners publish a profile of their goods and services to get more visibility.

No longer under development — the team moved on to competing priorities.

earlier

ServiceMtaani

Another two-week ALX build, connecting auto-mechanics, parts sellers, and car owners. Owners listed repair jobs, mechanics bid on them, and sellers listed parts.

It ran at servicemtaani.me for about three months until the Google Cloud trial expired. No longer under development.

earlier

This site

Hand-written static HTML and CSS, served from GitHub Pages. No framework and no build step — every page is a file you can open.

Continuously under development.

earlier

Other projects

Smaller builds and experiments.

Bookclub

A Node project for sharing books, built on Express and MongoDB. Still under development.

Chrome extension

Scrapes form data from one site, stores it in browser storage, and fills matching forms on another.

REST APIs

A Django API for user CRUD, and a Flask API that serves a file for download and then deletes it.

Web automation

A bidding script written with Playwright.

Simple shell

A command-line interpreter for Unix-like systems, written in C.

// back to the landing page