Skip to content
Centrion

GitHub showcase

My Projects

Open-source work spanning browser engine research, AI-powered editor flows, a programming language toolchain, a Firefox extension, full-stack product architecture and terminal tools.

Total
10
Featured
5
Focus
OSS

Featured

Slate Engine

Browser engine research workspace

Active research

A Rust-based engine architecture experiment that reduces web-like input into a small, inspectable atomic instruction stream.

  • Keeps parsing, dispatcher, state, layout, rendering, scripting, networking and compatibility surfaces in separate crates.
  • Focuses on building a measurable, testable and transparent execution pipeline rather than claiming to be a finished browser.
Rust Cargo workspace Rendering Benchmarks
Ideer

AI-first code editor

Pre-release

A Zed-based, source-built editor fork focused on agent and subagent workflows.

  • Works with providers like OpenAI, Anthropic, Google, OpenRouter, Ollama and LM Studio via a BYOK model.
  • Careful not to fake Zed-cloud–dependent surfaces without a real Ideer endpoint.
Rust Editor AI agents BYOK
Phage

Programming language toolchain

MVP surface

An experimental language workspace including parser, AST, type checker, diagnostics, compiler CLI, runtime crates and a package manager.

  • Provides check, run, project creation and profiling surfaces via the antibody, infect and serum commands.
  • Reports parser, type checker, backend and CLI errors through a unified structured diagnostics model.
Rust Compiler Diagnostics Cranelift
Foxpilot

AI-native Firefox cockpit

Usable tool

A Firefox extension offering a command palette, page-aware chat, research flows, knowledge base and developer tools.

  • Page summarization, tab analysis, export and browser control flows run through a palette opened with Ctrl+Alt+K.
  • API keys are kept in local storage; OpenAI, Claude, Gemini, Ollama and OpenRouter are supported.
Firefox JavaScript AI Extensions
Quicksand

Full-stack product workspace

Full-stack app

A product architecture built with Next.js 15, SurrealDB, tRPC, Tailwind, Radix UI, NextAuth, Vitest and Playwright.

  • Includes GitHub/GitLab repository integration, branch and commit history, dashboard pages and stat cards.
  • Not just a UI experiment; a full-stack effort combining auth, data model, API router and test flows.
Next.js SurrealDB tRPC Playwright

Other Tools and Experiments

DAMSLE

Marketplace and licensing engine

Boilerplate

An open-source Go boilerplate for a digital asset marketplace and SaaS licensing engine.

Includes cart, payment and license services, a NATS JetStream event stream and a DragonflyDB cache/lock layer.

Go NATS DragonflyDB Docker
CryptXT

Terminal encryption tool

CLI tool

A terminal-focused file and message encryption tool with Python and Node.js distribution paths.

Usable via pip install cryptxt, npx cryptxt-cli, or a global npm install.

Python Node.js CLI PyPI
Peer2Drop

P2P file transfer

Transfer tool

A Python/Node.js tool that aims to transfer files between two devices via a device ID flow.

Quick to try via pip install peer2drop or npx peer2drop.

Python Node.js P2P CLI
Think Project

Terminal AI assistant

AI assistant

A lightweight Python assistant project focused on driving the computer with AI from the terminal.

Offers file operations, command execution, code generation, project creation and multi-model selection.

Python Gemini Ollama Terminal
Fontlab-AI

Typography product experiment

Experiment

An AI-assisted creative software experiment shaped around typography and font generation.

Represents product ideas on the creative tools and generative UI side.

AI Typography Product UI