Skip to content

BKaanP/bkaanp.github.io

Repository files navigation

bkaanp.github.io

CI Deployed

Portfolio of small, focused experiments at the intersection of AI and frontend engineering.

Live: bkaanp.github.io

Projects

Project Description Live Status
Semantic Image Search CLIP-powered browser-native image search using transformers.js. No server, no uploads. Done
Local-First RAG Chat with your PDFs. Embeddings and retrieval run fully client-side. Done
MCP Client Browser-based Model Context Protocol client with live tool-call visualization. Done
Managed CRM Stack The MCP CRM server, as a real backend. Docker Compose for local dev, Kubernetes manifests, end-to-end tests In progress
Novexa Global Custom Next.js storefront for a business selling capsule homes In progress

Stack

  • Monorepo: pnpm workspaces + Turborepo
  • Landing: Astro 5
  • Apps: Vite + React 19 + TypeScript
  • Styling: Tailwind CSS v4 with a shared theme preset
  • Deployment: GitHub Actions → GitHub Pages, single domain with per-app subpaths

Architecture notes

The monorepo keeps design language, TypeScript config, and build tooling consistent across every experiment — adding a new project is scaffolding one Vite app and a single line in the landing page. Each app is deployed as a static build under its own subpath (/image-search/, /rag/, /mcp-client/), so the same domain hosts everything without routing gymnastics.

The CI pipeline builds all packages in parallel via Turborepo and assembles the output into a single dist/ before publishing to Pages. Conditional copy steps let new apps slot in without touching the workflow.

Local development

pnpm install
pnpm dev      # runs landing + all apps in parallel
pnpm build    # production build for all packages

Requires Node 20+ and pnpm 9+.

About

Built by Batuhan-Kaan Piskin Medieninformatik graduate (HTW Berlin, 2025), working at the intersection of frontend engineering and AI tooling. Previously built an Azure-based RAG chatbot at Sparkassen Rating & Risikosysteme.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages