EinCode — Where Code Meets Curiosity

Forging digital

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

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

Artifacts

Open Source Projects

Featured
in-progress
2025

EinUI

A collection of beautiful, ready-made Liquid Glass UI components you can preview, copy, and drop into any web app. Built on Tailwind, shadcn/ui, and Radix UI primitives.

341
TypeScriptNext.js 16shadcnRadix UITailwind
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

Next.js 16 Docker Starter

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

94
Next.js 16.1.0DockerTailwind v4
archived
2022

Awesome Clubhouses

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

Hand-Build Linux

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

81
ShellLinuxDocker
shipped
2023

Next.js AppDir Template

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