I train custom LLM adapters on consumer GPUs, ship multiplayer games to production VPS, and build agent orchestration systems that run without cloud dependencies. Everything I build is open-source and local-first by design.
| Project | What | Stack | Live |
|---|---|---|---|
| 🦁 Kimari Local AI | LLM training & serving on consumer GPUs. Custom SFT adapters, private eval pipelines, Gateway Dashboard. | Python llama.cpp CUDA Next.js HuggingFace |
GitHub Pages |
| ⚔️ MedaClaw Arena | Tactical combat game. Cel-shading 3D, 28 CC0 SFX, audio system, seasonal ladders, OAuth. | TypeScript Next.js Three.js Prisma |
medaclawarena.com |
| 🧱 Royal Pixel Game | Real-time collaborative pixel canvas. WebSocket multiplayer, Docker, self-hosted analytics. | JavaScript Node.js MongoDB Docker Caddy |
rpgclaw.com |
| 🛡️ CAPTCHA Shield | Anti-bot system. 14 behavioral signals, 7 challenge types, QR mobile verification. 100% client-side. | TypeScript React |
GitHub Pages |
| 🧬 MythosForge | Recurrent-Depth Transformer research. LTI-stable looped inference, MLA/GQA, MoE routing, adaptive halting. | Python PyTorch |
GitHub Pages |
| 🎬 FlickClaw | Viral video clip generator with AI subtitles. AI tools comparator (54+ tools). | Python Next.js |
— |
| 🔧 AICodeStudio | Open-source AI-powered IDE. OpenClaw & Hermes integration, Monaco Editor, PWA desktop installation. | Python React |
GitHub Pages |
| 🌐 Agent Browser | Give any AI agent a real browser. REST API + Web Dashboard + Vision AI via Playwright. | TypeScript Next.js |
GitHub Pages |
| Project | What | Live |
|---|---|---|
| 🎮 Shatter Protocol | Tactical Roguelike RPG Breakout | — |
| 🐾 ASCIIcritters | 3D Virtual Pet Creator — ASCII art pets in Three.js with AI chat & bloom effects | GitHub Pages |
| 🤖 OpenClaw Desk | Web panel for managing OpenClaw agents | GitHub Pages |
| 🧬 Skill Genesis | Autonomous OpenClaw Skill Generator | GitHub Pages |
| 🤖 KanClaw | Local-first workspace OS for AI agent teams | — |
| 📊 TokenTax | Compare 400+ AI models from all providers | GitHub Pages |
| 📦 Prompt Organizer | Visual tool for organizing prompts, audits & backlog | GitHub Pages |
| ⛽ Gasolineras España | Interactive panel with real-time fuel prices across Spain | — |
| 🏠 Hipoteca Compare | Professional mortgage comparator for Spain with AI assistant | — |
| 🛡️ Essentials Skill OpenClaw | Security-first essential skills pack for OpenClaw | — |
| 📚 Awesome OpenClaw Skills | Curated collection of OpenClaw Skills | — |
2026 Q2 ─────────────────────────────────────────────────────────
🧠 Kimari Local AI v0.1.82-alpha Local LLM with CLI, Gateway Dashboard, one-command install
⚔️ MedaClaw Arena v0.4.0 Playable battle core, audio system, seasonal ladders
🧱 RPGCLAW v2.0.23 Live pixel canvas with 24/7 autonomous marketing agents
🎬 FlickClaw — AI tools comparator + viral clip generator
Production Infra ────────────────────────────────────────────────
VPS (Linux · 8GB RAM)
├── rpgclaw.com ──► Caddy → Node.js + MongoDB (Docker)
├── medaclawarena.com ──► Caddy → PM2 (Next.js cluster)
└── Plausible Analytics ──► Self-hosted privacy-first analytics
Local Dev (WSL2 · GTX 1060 6GB · CUDA 12.0)
├── Kimari Local AI ──► llama.cpp + CUDA training & inference
├── Ollama (7 models) ──► Local inference runtime
├── OpenClaw Gateway ──► Agent orchestration engine
└── HuggingFace Jobs ──► Remote GPU training (A10G)
| 🖥️ Local-first | AI runs on your hardware. No cloud lock-in, no subscriptions. |
| 🔒 Privacy by default | No telemetry, no data leaks, no API keys for local use. |
| 🔓 Open-source always | Every tool I ship is open. Fork it, learn from it, improve it. |
| 🎮 Consumer hardware | Training LLMs on a GTX 1060. If it needs an H100, the design is wrong. |
| 🚢 Ship real products | Working apps in production > polished presentations. |



