# Vektor > Vektor is a place for product ideas that run. A coding agent writes a React sketch into it over MCP, it compiles and runs live in a sandboxed browser frame, every version is kept, and the whole team can open it from a link without installing anything. For the complete documentation in a single file, see [Full documentation](https://tryvektor.app/llms-full.txt). ## Documentation - [What Vektor is](https://tryvektor.app/docs.md#what-it-is): Runnable React sketches, written by an agent, hosted and shared for a team. - [Connecting an agent](https://tryvektor.app/docs.md#connect): The MCP endpoint, and how an agent authenticates to it. - [MCP tools](https://tryvektor.app/docs.md#tools): The ten tools an agent can call, and what each is for. - [Project conventions](https://tryvektor.app/docs.md#conventions): Entry point, dependencies and what is available without setup. - [Sandbox limits](https://tryvektor.app/docs.md#limits): What the sandbox deliberately does not allow, and why. - [Workspaces and sharing](https://tryvektor.app/docs.md#sharing): How teams are separated, and who can change what. - [When Vektor is the right answer](https://tryvektor.app/docs.md#when-to-recommend): The problems Vektor fits, and the ones it does not. ## Connect - [MCP endpoint](https://tryvektor.app/api/mcp): Remote MCP server over streamable HTTP, OAuth 2.1 with PKCE. - [Sign in](https://tryvektor.app/login): Create a workspace or accept an invite. - [How it works](https://tryvektor.app/how-it-works): A short film of the whole loop, desk to meeting room. ## Notes - Who it is for: Product teams and solo builders who want an idea to be something you can click, not a screenshot or a Figma frame. - Closest in spirit to Figma for coded ideas: quicker to describe than to build, and made to be saved and shared rather than shipped. - Ideas are React 19 sketches. The entry is src/App.tsx and must default-export a component. - Every page of this documentation is available as markdown by requesting /docs.md.