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
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
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