Projects

I've worked on a variety of projects, ranging from frameworks and libraries, to large-scale, enterprise-grade applications. Here are some highlights of my work.

Not all projects are publicly disclosed due to confidentiality agreements.
2025

A simple workflow github action to trigger deployments on your Dokploy instance directly.

Dokploy Deploy GitHub Action
2025

Tailwind CSS Palette is a command-line tool that generates a complete Tailwind CSS color palette from a single base color using color theory–driven algorithms. It enables developers to quickly produce consistent, balanced, and visually cohesive color scales for Tailwind-based projects.

Born out of frustration with manually crafting and tweaking color shades, the tool streamlines the design workflow by turning a single hex value into a production-ready palette, saving time while maintaining visual consistency across applications.

Tailwind CSS Palette - A command line tool for generating Tailwind CSS color palettes
2024

Contribute.Codes (now no longer available) is a web platform designed to help open-source and non-profit projects discover contributors based on skills, interests, and availability. The platform focuses on lowering the barrier to contribution by allowing maintainers to clearly present their needs while enabling contributors to find meaningful projects aligned with their expertise.

I designed and built the platform end-to-end, covering product design, frontend architecture, backend APIs, authentication, and project discovery workflows. Key features included skill-based project listings, contributor discovery, GitHub authentication, and a clean, accessible UI focused on clarity and approachability.

Contribute.Codes – Connecting Contributors with Open-Source & Non-Profit Projects
2023

Heavily invested in the Nuxt ecosystem, I have contributed directly to the framework by fixing issues and improving documentation.

Beyond core contributions, I actively support the wider ecosystem through various initiatives, including:

  • Writing practical, experience-driven Nuxt guides.
  • Creating an full-stack enterprise-ready Nuxt + Nx monorepo starter template.
  • Active participation in community forums and discussions, such as r/Nuxt to help fellow developers troubleshoot issues and optimize their Nuxt applications.

Nuxt is ranked #2 in terms of usage in the State of JS 2023 Meta-Frameworks category.

Nuxt – The Intuitive Vue Framework
2023

As an early contributor to Nuxt’s official UI library, I contributed to the development of core UI components, resolved issues, and improved documentation. As a strong advocate of Tailwind CSS, Nuxt UI closely aligns with my design philosophy of utility-first, composable styling.

Nuxt UI offers a comprehensive set of accessible, customizable, and responsive components that integrate seamlessly with Nuxt applications, and now Vue more broadly. Today, it is one of the most widely adopted UI libraries in the Nuxt ecosystem, standing alongside established solutions such as shadcn-vue, Vuetify, and PrimeVue.

Nuxt UI – The Intuitive Vue UI Library
2020

Floot-It is a simple single player puzzle game built with p5.js using Recursive Flood Fill algorithm. The objective of the game is to flood the entire board with a single color in as few moves as possible.

Flood-It