Projects
A curated set of products and systems I’ve built, with a closer look at the architecture, UX, and technical decisions behind them.
Selected work
Back to home →
Aledgely
Built a full-stack business tracking application for solo operators and small resellers to manage income, expenses, mileage, and reporting in one place. I structured the backend around clear domain boundaries for records, categories, and summaries, using a DDD-inspired approach to separate business logic, validation, serialization, and API concerns as the product evolved. The platform includes JWT-based authentication, user-scoped record workflows, aggregate reporting endpoints, dashboard visualizations, and a polished React frontend designed to replace spreadsheet-heavy tracking with a more structured and scalable experience.
React • TypeScript • Tailwind CSS • Python • Flask • SQLAlchemy • PostgreSQL

Landing Page (Private Client)
Designed and built a calm, conversion-focused marketing site for a luxury watch resale business, migrating from an existing Wix site. The work focused on improving credibility, sharpening messaging, and creating a more premium responsive experience across devices. I used static rendering, careful layout and typography decisions, and lightweight SEO improvements to deliver a faster, cleaner site that helped improve the quality and volume of inbound inquiries after launch.
Next.js • React • TypeScript • Tailwind CSS • Vercel
Trade Journal Assistant (MCP)
Built a schema-driven MCP server and dashboard for safely ingesting and analyzing real trading data from CSV journals. The system uses deterministic tooling for trade normalization, PnL analysis, grouped performance views, and reproducible insights, with a strong focus on reliability and avoiding guesswork in financial workflows.
Node.js • TypeScript • Zod • MCP • Next.js