What's coming to this site — features planned, in progress, and shipped.
Replace the flat skills grid with a Three.js globe where each tech is a node, edges connect related tools, and hover reveals project usage. Similar to GitHub's globe but for a skill tree rather than contributions.
designAdd Yjs + Hocuspocus to Karmpath so multiple users can edit the same workflow simultaneously with cursor awareness. The infrastructure is already running Hocuspocus in the dev mesh — this is the product integration.
featureDocument and publish the X-Type custom keyboard layout with its design rationale, character frequency analysis, and a migration guide from QWERTY/Colemak. Includes a web-based typing test tuned for the layout.
contentMulti-part series documenting the 3-node Tailscale mesh architecture: DNS configuration, Caddy wildcard TLS, cross-node Docker networking, and the failure modes I hit. Practical reference for self-hosters.
contentAdd Roku SceneGraph and Samsung Tizen targets to the OTT monorepo. Roku is already partially implemented in the ott-components package. Samsung requires a separate QML/web hybrid approach.
featureThe portfolio AI assistant currently has no cross-session memory. Add Qdrant-backed episodic memory so returning visitors get a personalized experience — it remembers their questions and interests from previous chats.
featureExtend Docsee beyond Docker to manage Kubernetes clusters. Pod status, log streaming, port-forward tunnels, and resource diffs — all from the same Tauri GUI. The Rust backend will use the kube-rs crate.
featureExtract this portfolio into a clean, installable template with a proper setup wizard, demo profiles, and profile pack system fully documented. Anyone should be able to deploy their own version in under 30 minutes.
infrastructureShip Docsee as a proper open-source release on GitHub with signed binaries for macOS, Windows, and Linux. Current state: feature-complete for personal use, needs onboarding polish and documentation before public launch.
infrastructureFull profile pack system: export, import, install, version history, contract validation, and admin UI with dry-run preview. Ships with two built-in profiles: karanveer (owner) and maya (demo).
infrastructure