Works.
A real-time snapshot of what I am currently building and exploring. This includes open-source contributions, personal experiments, and learning projects that I treat like production work.
Things i made...
Hanma is a backend tooling platform for the Node.js and Bun ecosystem, inspired by shadcn/ui but focused on server-side development. It provides a registry of production-ready backend snippets such as logging, monitoring, middleware, and CORS configurations that can be installed directly via the Hanma CLI. Developers can bootstrap projects from Hanma templates or integrate individual snippets into existing backend applications without rewriting common infrastructure.
- Core CLI architecture designed and implemented
- Added support for Express and NestJS snippets
- Implementing registry system for dynamic updates
- Drafting documentation for public release
Scaffoldor is a directory of open-source project templates collected from GitHub. Developers can browse registered templates and download them instantly through the Scaffoldor CLI, eliminating the need to start projects from scratch. It acts as a fast discovery and scaffolding tool for launching new applications using community-maintained starter repositories.
- A public schema so anyone can share templates
- Core CLI architecture designed and implemented
- Built for more than just node based system
- Supporting gitlab and github
- Supporting any package manager
Keyway is a secure, browser-based peer-to-peer file sharing tool that lets you send files directly between devices with end-to-end encryption. No uploads, no storage, and no data ever touching a server.
- Client-side encryption with browser-generated keys
- Direct peer-to-peer file transfer using WebRTC
- No server-side storage or file persistence
- Open-source and auditable codebase
- Simple link-based sharing with optional protections
CodeCript is an open-source learning hub for software engineering, covering JavaScript, TypeScript, Go, data structures, algorithms, and system design in one organized place.
- Core documentation structure for languages, DSA, and system design
- JavaScript fundamentals and deep-dive guides
- Technical blog section for software engineering concepts
- Open-source contribution workflow for community additions
- Deployment on Cloudflare Pages with fast global delivery
A component library focusing on clean aesthetics and smooth micro-interactions. Each component is designed to be drop-in ready for modern web applications.
- Implemented 'Navbar Morph' and 'Dock' components
- Optimized animations for mobile devices
- Adding more complex layout patterns
- Started working on dark mode variants
An all-in-one document management system that handles everything from simple forms to complex code snippets and invoices with ease.
- Initial database schema designed with Drizzle
- Implemented basic form builder
- Unified toolbar system integrated
- Researching secure document sharing