> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keinsaas.com/llms.txt
> Use this file to discover all available pages before exploring further.

# KeinSaaS Navigator

> An AI workspace for agents, MCP tools, workflows, voice, files, search, and code execution.

KeinSaaS Navigator brings the chat interface, tool layer, and automation builder into one workspace. Use it as an AI assistant, a team tool hub, or a self-hosted foundation for custom internal copilots.

<Frame>
  <picture>
    <source media="(prefers-color-scheme: dark)" />

    <img src="https://mintcdn.com/keinsaas/bRv0UQmLr1nJTJzq/images/hero-light.png?fit=max&auto=format&n=bRv0UQmLr1nJTJzq&q=85&s=1533f25901b5ac7de5883fe1c3f39839" alt="KeinSaaS Navigator interface" width="2064" height="1104" data-path="images/hero-light.png" />
  </picture>
</Frame>

<CardGroup cols={2}>
  <Card title="Get running" icon="rocket" href="/quickstart">
    Start with the hosted app, Docker, or a local development setup.
  </Card>

  <Card title="Connect tools" icon="plug" href="/guides/mcp-server-setup">
    Add MCP servers so Navigator can browse, call APIs, inspect data, and operate services.
  </Card>

  <Card title="Build workflows" icon="workflow" href="/features/visual-workflows">
    Turn repeatable multi-step processes into reusable tools that can be invoked from chat.
  </Card>

  <Card title="Customize agents" icon="robot" href="/features/custom-agents">
    Create focused assistants with their own instructions, model choices, and tool access.
  </Card>
</CardGroup>

## What Navigator does

Navigator is built for people who want AI to do more than answer text prompts. It can route tasks through selected tools, execute code, generate images, search the web, call MCP servers, and reuse visual workflows as chat commands.

<Columns cols={2}>
  <Card title="Chat with tools" icon="wrench">
    Mention a tool with `@`, select a preset, or let the model decide when tool use makes sense.
  </Card>

  <Card title="Automate work" icon="diagram-project">
    Combine LLM nodes and tool nodes into workflows that can be published back into the chat experience.
  </Card>

  <Card title="Bring your files" icon="folder-open">
    Upload files for chat context or build project knowledge bases for retrieval-augmented answers.
  </Card>

  <Card title="Run your stack" icon="server">
    Deploy with Next.js, PostgreSQL, Supabase Storage, and the AI providers your team already uses.
  </Card>
</Columns>

## Product demos

These demos come from the Navigator project README and show the core interaction model.

<AccordionGroup>
  <Accordion title="Browser automation through MCP" icon="globe">
    <Frame>
      <img src="https://github.com/user-attachments/assets/e4febb04-26d5-45da-a7bb-f7d452d333c2" alt="Navigator using a browser automation MCP server" />
    </Frame>
  </Accordion>

  <Accordion title="Visual workflows as chat tools" icon="workflow">
    <Frame>
      <img src="https://github.com/user-attachments/assets/e69e72e8-595c-480e-b519-4531f4c6331f" alt="Navigator visual workflow builder" />
    </Frame>
  </Accordion>

  <Accordion title="Custom agents" icon="robot">
    <Frame>
      <img src="https://github.com/user-attachments/assets/d0a325c0-ff1e-4038-b6bf-fcf57659a5c1" alt="Navigator custom agent configuration" />
    </Frame>
  </Accordion>
</AccordionGroup>

<Card title="Start with the quickstart" icon="arrow-right" href="/quickstart" horizontal>
  Install Navigator, configure one AI provider, and open your first workspace.
</Card>
