YC F25 Sol Browser wants your browser to be your IDE PIVOT Inspector rebrands into a browser for parallel coding agents STACK Runs Claude Code, Codex & Cursor side by side TEAM Founded by Quentin Romero Lauro & Michael Klikushin PRICE Free on macOS - Apple Silicon & Intel SEED $130K, Y Combinator, San Francisco YC F25 Sol Browser wants your browser to be your IDE PIVOT Inspector rebrands into a browser for parallel coding agents STACK Runs Claude Code, Codex & Cursor side by side TEAM Founded by Quentin Romero Lauro & Michael Klikushin PRICE Free on macOS - Apple Silicon & Intel SEED $130K, Y Combinator, San Francisco
Company Profile / Developer Tools

Sol Browser Thinks Your Browser Should Do the Coding

A two-person Y Combinator team turned the one app developers never close into a workspace for AI agents. It started as Inspector. Then it got bigger.

Watch a front-end engineer work for an hour and you will see the same small motion over and over: a glance from the code editor to the browser, back to the editor, over to the design file, back to the browser. Change a color. Refresh. Squint. Screenshot. Paste it into a chat with an AI assistant. Wait. Repeat. It is the developer equivalent of walking between three rooms all day. Sol Browser, a San Francisco company from Y Combinator's Fall 2025 batch, was built by two people who got tired of the walking.

Their answer is a claim that sounds almost too plain when you first read it on the homepage: your browser should be your IDE. Not a plugin for your editor. Not a smarter Chrome extension. The browser itself, turned into the place where you write, run, test and ship software - and, increasingly, the place where you supervise the AI agents doing a growing share of that work.

// The idea, in one line
STEP 01
Open a tab
Each coding agent lives in a tab, like a website.
STEP 02
Give it eyes
Inside the browser, the agent sees, navigates and acts on real pages.
STEP 03
Run many
Split and group tabs to run agents in parallel.
STEP 04
Ship
Diffs, terminals, docs and PRs sit in the same window.
Figure 1 - The whole pitch fits on a napkin: treat coding agents like tabs, and give them the same view of the page a human has.

// 01 - What it actually isA window with more than websites in it

Sol Browser is a desktop application for macOS - available for both Apple Silicon and Intel Macs - that looks and behaves like a browser because it is one. You open tabs. You split them, reorder them, stack them. The twist is what you are allowed to put in those tabs. Alongside a normal web page, a tab can hold a coding agent, a terminal, or a diff viewer that shows exactly what an agent changed. Groups and "spaces" let you organize work the way developers already organize parallel branches of a project, which in git terms means worktrees.

The agents themselves are not Sol's own models. Sol runs the tools developers have already chosen: Claude Code from Anthropic, Codex from OpenAI, and Cursor. That is a deliberate posture. Sol is not trying to win the argument over whose model writes the best code. It is trying to be the room those models work in. For developers who want to shape that room themselves, there is a Sol SDK - a small set of programmable primitives for arranging tabs, agents and workspaces into custom layouts.

"Code and browse in the same place."Sol Browser, on Y Combinator

Right now it is free. There is no subscription wall and no public pricing page, which is the usual shape of an early developer-tools launch: get the thing into hands, learn what people actually keep open, and worry about the invoice later.

// 02 - The problemThe tax nobody puts on the invoice

Every developer pays a context-switching tax. It does not show up on any bill, but it is real: the seconds and the mental thread lost each time you move between the editor, the running app, the design, the logs and the dashboard. AI agents were supposed to help, and they do - but they introduced a new cost. An agent that cannot see your screen is working blind. So developers became couriers, carrying context back and forth: copy the error, screenshot the layout, describe the element, paste it all into a prompt.

The founders have a good phrase for this. Building web-based games before they started the company, they found themselves playing "a constant game of telephone to get our agents the right context from the DOM, codebase, and how it actually looked." Their first product, Inspector, was built to end the telephone game. It let a developer click an element on the page and have the agent instantly know which line of code produced it, what it looked like, and what the console was saying. Sol Browser is the same instinct, widened: if the agent lives inside the browser, it never needs to be told what the page looks like. It is already looking at it.

2
Founders
F25
Y Combinator Batch
3
Agents supported: Claude Code, Codex, Cursor
$0
Price to download

// 03 - The pivotFrom a plugin to a browser

The most instructive part of Sol's short history is the turn it took. Inspector, launched through Y Combinator in November 2025, was a focused product: an AI IDE for front-end development. It was useful and specific. Then the team did something that runs against the usual startup reflex. Instead of piling more features onto Inspector, they widened the frame. The insight - agents work better with a human's context - did not change. The container did. A plugin became a browser.

That is a bigger, harder, slower bet. A thin layer on top of someone else's editor is quick to build and easy to delete by whoever owns the editor. A whole browser is a mountain to climb. But it is also a mountain nobody can quietly remove from underneath you. The company still carries both identities - Sol Browser at solbrowser.com, and its earlier self, Inspector, at tryinspector.com - a small archaeological trace of the shift.

// From Inspector to Sol - a timeline
2025
Team forms
Two HCI-minded builders join up in SF.
Fall 2025
YC F25
Accepted; $130K seed.
Nov 2025
Inspector
AI IDE for front-end ships via Launch YC.
2026
Sol Browser
The browser-as-IDE, with the Sol SDK.
Figure 2 - The company did not add its way forward. It widened the frame - the rarer, and riskier, kind of pivot.

// 04 - The peopleTwo builders from the space between humans and computers

Quentin Romero Lauro, co-founder and CEO, and Michael Klikushin, co-founder and CTO, both spent time at Carnegie Mellon's Human-Computer Interaction Institute before starting the company, which operates legally as Sandbox Technologies, Inc. Quentin's path ran through Character.AI and UC Berkeley's EECS program; Michael is a Georgia Tech computer science dropout who worked at Oracle. Their primary partner at Y Combinator is Aaron Epstein.

"Human-computer interaction" is one of those academic phrases that sounds distant from commerce until you notice it describes the entire job. Where do the human and the machine meet? What does each need to see? Sol Browser is essentially that research question turned into a product: it is a piece of software obsessed with what the agent can perceive and what the developer can supervise, in a single field of view.

"We were playing a constant game of telephone to get our agents the right context from the DOM, codebase, and how it actually looked."The founders, on why they built Inspector

// 05 - The marketWhere Sol sits, and who it sits near

Sol Browser landed in a crowded and fast-moving neighborhood. Cursor rebuilt the editor around AI. Replit put the whole loop in the cloud. Devin markets an autonomous engineer. Arc and a wave of AI-native browsers reimagined browsing. Sol is drawing from two of those worlds at once - it openly takes design inspiration from Arc - but its position is its own: the workspace is the browser, and the design goal is running many agents in parallel rather than pairing with one.

// Primary surface, by tool
Sol Browser
The browser
Cursor
The editor
Replit
Cloud workspace
Devin
Autonomous agent
Figure 3 - Not a ranking - a map. Each tool bets on a different home base for AI-assisted coding. Sol's bet is the tab.
DimensionSol Browser's approach
Home baseThe browser, treated as an IDE
AgentsBring your own - Claude Code, Codex, Cursor
Core betRun many agents in parallel, organized like tabs
ContextAgents see, navigate and act on real pages
ExtensibilitySol SDK for custom tab and workspace layouts
PlatformmacOS - Apple Silicon & Intel - free

There is a shift underneath all of this that Sol seems to have read early. When one developer can dispatch several agents at once, the scarce skill stops being typing and starts being orchestration - keeping track of what four agents are doing across four branches without losing the thread. A browser, with its lifetime of muscle memory around tabs and windows, is a surprisingly natural console for that job. Whether it becomes the console is the open question, and the reason the next year matters more than the last one.

// 06 - Will it matterThe ten-year question

The honest read: Sol Browser is early, small, and unproven at scale. It has a free product, two founders, a modest seed check, and a thesis that a lot of larger companies would like to own. What it also has is a specific and defensible idea about where AI-assisted software should be built - not in a smarter editor, but in the window everyone already keeps open. If parallel agents become the normal way to write software, the tool that made them feel like browsing will look obvious in hindsight. That is the bet. It is a real one.


Sources: Y Combinator (solbrowser, inspector, Launch YC), solbrowser.com, tryinspector.com, and the founders' public profiles on LinkedIn and GitHub. Figures are known facts as of July 2026; funding shown is a $130K seed reported around September 2025. Where a detail could not be confirmed publicly, it has been left out.

Sol BrowserInspectorYC F25Developer ToolsAI Coding AgentsBrowser IDEClaude CodeCodexCursorSan FranciscoSandbox Technologies
Link copied