CODEFORGE — Where Code Meets Curiosity

Forging digital

Welcome to my digital workshop — a space for experiments, prototypes, and open-source artifacts. Currently building at Tutorify AI. Here, ideas are forged, tested, and refined. Not a portfolio. A laboratory.

terminal://codeforge
┌───────────────────────┐
│  ██████╗███████╗      │
│ ██╔════╝██╔════╝      │
│ ██║     █████╗        │
│ ██║     ██╔══╝        │
│ ╚██████╗██║           │
│  ╚═════╝╚═╝           │
│                       │
│  > experiments: 12    │
│  > status: forging    │
└───────────────────────┘
v0.1.0
EST. 2024

95

Public Repos

132

Followers

65

Following

2019

Since

Artifacts

Open Source Projects

shipped
2023

einbiogpt

An intelligent web application built with Next.js, Tailwind CSS, and OpenAI's GPT models. Generates engaging and personalized bios for social media platforms.

178
TypeScriptNext.jsGPTLangChain
shipped
2020

javascript-playground

A collection of JavaScript code snippets, algorithms, and mini-projects for learning and reference purposes.

195
JavaScriptAlgorithmsSnippets
in-progress
2025

next16-docker-tw4-starter

A batteries-included starter for building Next.js 16 apps with App Router, PNPM, Tailwind v4+, Next-Auth v5, and multi-stage Docker setup.

84
Next.js 16DockerTailwind v4
archived
2022

awesome-clubhouse

Curated list of resources for Clubhouse, the voice-based social network where people come together to talk, listen and learn.

418
PythonAwesome ListSocial
shipped
2023

llm-practice

A self-hosted personal chatbot API with FastAPI. Interact with Llama2 and other open-source LLMs for natural language conversations.

133
PythonFastAPILlama2MCP
in-progress
2025

handbuilt-linux

A minimal, customizable Linux distribution built from scratch using the Linux kernel, BusyBox, and Syslinux bootloader.

81
ShellLinuxDocker
shipped
2023

nextjs-appdir-docker

An all-inclusive Next.js web application template showcasing seamless integration of Next.js, Docker, MongoDB, and Tailwind CSS.

196
TypeScriptNext.jsDockerMongoDB

Field Notes

Lab Notes

Brief observations, technical findings, and thoughts from the workbench.

systemsNov 2025

Building a Linux distro from scratch

Learnings from compiling the kernel, configuring BusyBox, and creating bootable ISOs with Syslinux.

read more
aiApr 2025

MCP protocol in LLM apps

Implementing Model Context Protocol for seamless AI model interactions with vector databases in RAG apps.

read more
frontendDec 2024

Next.js 16 + Tailwind v4

Exploring the new features in Next.js 16 and migrating to Tailwind CSS v4's new configuration system.

read more
aiOct 2023

Self-hosting LLMs with FastAPI

Running Llama2 locally and building a personal chatbot API for natural language tasks.

read more