Products

Software I build and run โ€” open source and SaaS.

SaaS

Secure vibe-coding sandboxes โ€” safe spaces to build, for solo developers, teams and hackathons.

PPycorner.dev Live

A secure vibe-coding sandbox that runs entirely in your browser โ€” safe by design, for any use case.

PyScript
  • A safe space to vibe-code โ€” solo, in teams or at hackathons โ€” with RBAC and team support
  • Runs 100% client-side, inside your own browser and network โ€” inherits your enterprise browser hardening and scales naturally
  • Admin controls for ingress/egress traffic and other security settings
  • Scaleway & Nebius models out of the box, plus a free default tier โ€” strictly EU-hosted, with Staan EU web search built in
  • AI coding agents for real productivity, with added safety
  • Build data apps in Marimo, Streamlit, PyScript, Jupyter or a Pylevate UI โ€” and even browser & mobile games as a bonus
  • Offload heavy ML & compute to hardware you choose via Rixi โ€” including local AI inference

Vibe coding ยท Sandbox ยท Security ยท Teams

UUplevate Beta

A secure vibe-coding sandbox with EU-sovereign AI and Fineupp's hardened agents โ€” ready in seconds.

  • A safe space to vibe-code โ€” solo, in teams or at hackathons โ€” with RBAC and team support
  • Wolfgang, Fineupp's security-hardened AI coding agent, and Mistral Vibe preinstalled
  • Admin controls for ingress/egress traffic and other security settings
  • Scaleway & Nebius models out of the box, plus a free default tier โ€” strictly EU-hosted, with Staan EU web search built in
  • Offload heavy ML & compute to hardware you choose via Rixi โ€” including local inference and TurboQuant
  • A safe space to explore Fineupp projects โ€” Wolfgang, Malgra, Apkallu and TurboQuant inference via Rixi
  • Full EU data residency; your code and data stay in your control

Vibe coding ยท Sandbox ยท Sovereign AI ยท Agents ยท Teams

CCVInfo.me Live

Swap the LinkedIn link on your CV for a personal video portfolio that captures recruiter interest.

  • A unique link per application, tagged with company and role
  • Video landing page that plays on first visit, with view tracking
  • Capture recruiter emails through a reference-unlock gate
  • Views, capture and conversion analytics in one dashboard
  • Auth0 login with optional MFA; EU-friendly Paddle checkout

Careers ยท Portfolio

Open Source

Tools I build and maintain in the open at github.com/kellerkev

Security & AI

R Rixi Python

Secure remote runner for Pixi projects โ€” ship code with its full environment, run it isolated, stream output back.

  • AES-256-GCM encrypted transport with key rotation + JWT auth
  • Full task lifecycle: upload, run, monitor, stream, detach, restart, redeploy
  • Air-gapped mode โ€” bundles the resolved environment to run with zero dependency fetch
  • MCP tool access plus encrypted, signed SMCP (client & server)
  • Optional OpenAI/Anthropic/Ollama-compatible inference proxy

S SMCP Python

Secure Model Context Protocol โ€” MCP extended with auth, encryption and multi-agent coordination.

  • Tiered security: API key โ†’ JWT/TLS โ†’ ECDH + AES-256 โ†’ OAuth2 + audit
  • Agent-to-agent workflows: discovery, parallel/sequential, failover
  • Native DuckDB and filesystem connectors
  • HMAC-signed messages, JWT sessions, audit logging
  • 100% backward-compatible with standard MCP clients

M Malgra Rust

A high-performance Rust proxy that lets any AI coding agent talk to any LLM backend.

  • Bidirectional Anthropic โ‡„ OpenAI translation across 4 backends (Cortex, OpenAI, Anthropic, Ollama)
  • Optional two-tier policy engine: pattern-match โ†’ judge model (block/warn/log)
  • Pre-wired for Claude Code, OpenCode, Continue.dev and Mistral Vibe
  • Optional RSA โ†’ AES-256-GCM encrypted agent channel with JWT identity
  • Single Rust binary; macOS / Linux / Windows builds

W Wolfgang Python

A lightweight, local-first, provider-agnostic agentic coding assistant for your terminal.

  • Bring any model: Ollama, llama.cpp, OpenAI/Anthropic-compatible
  • Agentic harness: plan mode, self-verification, scoped sub-agents, todo tracking
  • Live PII redaction over an encrypted inference channel
  • MCP + encrypted SMCP tool servers
  • Zettelkasten graph memory with semantic recall across sessions

A Apkallu Python

A custom knowledge agent with its own web UI, streaming chat and a document-review pipeline.

  • Streaming chat with tool use, thinking mode and self-correction
  • Semantic retrieval over a Zettelkasten knowledge graph
  • Draft โ†’ In Review โ†’ Approved versioned document pipeline
  • Drop-in skills and structured knowledge ontologies
  • Passkeys / WebAuthn auth; Postgres + pgvector backend

Data & Lakehouse

D DuckIceLake Python

An Iceberg REST Catalog proxy on top of DuckLake โ€” write via either path, read from any Iceberg client.

  • Hybrid writes: Iceberg REST + DuckLake-direct, cross-visible in ~1s
  • Full Iceberg v3: deletion vectors, row lineage, schema evolution, branches & tags
  • OAuth2 + JWT with per-namespace RBAC
  • Per-table STS credential vending (MinIO)
  • Prometheus metrics & health checks; Pixi stack, no Docker

L Lakesh Python

A DuckDB-powered SQL shell for Iceberg REST catalogs and DuckLake โ€” with an MCP server for agents.

  • Profile-based connections (Iceberg REST or DuckLake), env-var secrets
  • Interactive REPL with autocomplete, history and psql-style meta-commands
  • One-shot exec mode: table / JSON / CSV output, pipe-friendly
  • MCP server exposing query/list/describe to Claude Desktop, Cline, Continue
  • Read-only-by-default MCP gate for LLM safety

Inference & Models

T TurboQuant llama.cpp Shell

Local LLMs with TurboQuant KV-cache compression โ€” up to 5.1ร— less KV memory, longer context on the same hardware.

  • Prebuilt conda packages for Metal (Apple Silicon), CPU and CUDA
  • turbo3 (5.1ร—) / turbo4 (3.8ร—) KV-cache compression modes
  • OpenAI-compatible llama-server โ€” drops into agents & coding tools
  • Reproducible Pixi build from source

Web frameworks

P Pylevate Python

Write Python. Ship web apps and 2D games. Deploy to browser, iOS and Android.

  • Compiles Python to Preact for apps and Phaser for games โ€” no runtime interpreter
  • pygame-compatible game API that also runs locally on real pygame
  • Signals/stores, scoped CSS, routing; ~12 KB-gzip app bundles
  • Mobile via Capacitor: Camera, Geolocation, Haptics, Push

X Xenopel Python

An opinionated, async-native Python web framework โ€” FastAPI + SQLAlchemy 2.0, batteries included.

  • Auto-generated CRUD endpoints, Pydantic schemas and Swagger from your models
  • Async SQLAlchemy 2.0 + Alembic with request-scoped sessions
  • Built-in JWT auth (register / login / me)
  • Server-rendered (upytl) + interactive (Pylevate) UI behind one abstraction

U upytl Python fork

Ultra Pythonic Template Language โ€” Vue-style components and slots from pure Python dicts.

  • Native-dict templates with For / If / component selectors
  • Reusable components with isolated render context
  • Single and named slots; standalone or embeddable

W websaw Python fork

The Python RAD framework for building web applications, with minimal code.

  • Serve multiple apps with built-in routing
  • Batteries-included, out-of-the-box app functionality

P pyjsaw Python fork

Python-to-JavaScript tooling (maintained fork).

Ready for sovereign, compliant AI & data infrastructure?

Tell me briefly about your environment and goals โ€” I'll get back to you.

Or email hello@fineupp.com