๐Ÿš€ 100% Browser-Native โ€ข Zero Install
โœจ Vibed with Antigravity from Google DeepMind

AI Coding Assistant
In Your Browser

A fully autonomous AI agent that runs entirely client-side. No server required for executionโ€”just your API key and a modern browser.

50+ Unix Commands
~150KB Total Bundle
3 LLM Providers
edge-agent
$ Create a simple todo app in TypeScript
Creating todo.ts with TypeScript...
๐Ÿ“ write_file todo.ts
โ–ถ๏ธ shell_eval tsx todo.ts
โœ“ Todo app running successfully

What Sets Us Apart

Built different, from the ground up

๐Ÿ“ฆ

Embeddable

Add an AI agent to any web app with @tjfontaine/web-agent-core. Three lines of code, full agent capabilities.

import { WebAgent } from '@tjfontaine/web-agent-core';
const agent = new WebAgent({ provider, model, apiKey });
for await (const event of agent.send(prompt)) { ... }
๐ŸŒ

Client-Side Execution

All code runs in a WASM sandbox in your browser. No server-side execution, no cloud processing, no latency from round-trips.

๐Ÿ’พ

OPFS Filesystem

Persistent storage using the browser's Origin Private File System. Your files survive page reloads and work offline.

๐Ÿ”’

Privacy First

API keys stay in your browser memoryโ€”never persisted, never sent to our servers. Direct API calls to your chosen provider.

โš™๏ธ

WASI P2 Sandbox

Secure, isolated WebAssembly execution with Component Model. 50+ Unix commands, TypeScript, SQLite, Git, and more.

๐Ÿ”Œ

MCP Native

Tools exposed via Model Context Protocol. Connect to external MCP servers for Stripe, GitHub, and custom integrations.

๐Ÿค–

Multi-Provider

Works with Anthropic Claude, OpenAI GPT, Google Gemini, and any OpenAI-compatible endpoint. Bring your own key.

โœจ

Zero Install

Opens in any modern browser. No downloads, no dependencies, no friction. Works offline once loaded.

Powerful Capabilities

Everything you need, in the browser

$

Shell Commands

ls, cat, grep, sed, find, curl, jq, diff, sort, wc, and more

TS

TypeScript Execution

Run TSX with ESM imports auto-resolved from CDN

๐Ÿ—ƒ๏ธ

SQLite Database

Full sqlite3 support with persistent storage

๐Ÿ“

Vim Editor

Modal editing with syntax highlighting

๐ŸŒฟ

Git Version Control

init, add, commit, status, log, diff

๐ŸŒ

HTTP Requests

curl and fetch() with full network access

Ready to try it?

No sign-up required. Just bring your API key.

Launch Terminal โ†’