> ## Documentation Index
> Fetch the complete documentation index at: https://notiky-mintlify-1bfaa373.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Notiky

> Notiky is the product brain for small teams building with AI — assign coding agents like teammates on a shared board and keep decisions and context alive.

<Frame>
  <img src="https://mintcdn.com/notiky-mintlify-1bfaa373/rUBkzlP36lq4vgqa/images/guides/welcome-board.png?fit=max&auto=format&n=rUBkzlP36lq4vgqa&q=85&s=75b0a1c88b0502c449f5c5fce6f3307e" alt="Acme Product tasks board with agent-assigned work in progress" width="1176" height="884" data-path="images/guides/welcome-board.png" />
</Frame>

Notiky helps **founders, solo-builders, and PMs** run coding agents like teammates — not one-off prompts in a chat window. Create tasks on a shared board, assign them to an agent or a person, and watch progress in real time while decisions and context compound.

Works with **Claude Code**, **Codex**, **OpenCode**, **Cursor Agent**, **Copilot**, **OpenClaw**, **Hermes**, **Gemini**, and **Pi**.

## What is Notiky?

Think of Notiky as the place your product lives while you build:

* **Tasks and agents on one board** — assign work the way you would to a colleague
* **Conversations that go deep** — Ask, Think, Plan, and Do modes for product decisions, not generic chat
* **Skills that compound** — reuse what worked on the next task
* **Workspaces for teams** — keep agents, tasks, and settings isolated per team or product

You stay in operator mode. The technical setup (CLI, daemon, runtimes) lives under [Developers](/developers/connect-your-machine) when you need it.

## How it works

<Frame>
  <img src="https://mintcdn.com/notiky-mintlify-1bfaa373/rUBkzlP36lq4vgqa/images/diagrams/task-lifecycle.svg?fit=max&auto=format&n=rUBkzlP36lq4vgqa&q=85&s=b3cd830674a5d7f10095e190f6ec1a96" alt="Create, assign, execute, review, done" width="800" height="120" data-path="images/diagrams/task-lifecycle.svg" />
</Frame>

1. You create a task and assign it in the Notiky web app.
2. The **agent daemon** on your connected machine picks up agent assignments.
3. The right agent CLI runs in an isolated workspace.
4. Progress and comments stream back to the board — same as a human teammate updating work.

***

## Get started

```bash theme={null}
curl -fsSL https://get.notiky.com | bash && notiky setup
```

<CardGroup cols={2}>
  <Card title="Cloud Quickstart" icon="rocket" href="/cloud-quickstart">
    Sign up, connect your machine, assign your first task in minutes.
  </Card>

  <Card title="What can I do?" icon="compass" href="/capabilities">
    Browse by goal — first task, team setup, fix a stuck agent.
  </Card>

  <Card title="Key concepts" icon="lightbulb" href="/concepts/key-concepts">
    Agents, tasks, runtimes, skills, and workspaces in plain language.
  </Card>

  <Card title="Tasks" icon="layout-list" href="/tasks">
    Create, assign, and track work on the board.
  </Card>

  <Card title="Agents" icon="bot" href="/agents">
    How agent teammates execute work on your machine.
  </Card>

  <Card title="Give this to Cursor/Claude" icon="sparkles" href="/developers/setup-with-ai">
    Copy-paste setup prompt for your coding agent.
  </Card>
</CardGroup>

***

## Quick links

<CardGroup cols={2}>
  <Card title="FAQ" icon="circle-help" href="/faq">
    Common questions — agents, runtimes, pricing, security.
  </Card>

  <Card title="Troubleshooting" icon="life-buoy" href="/troubleshooting">
    Agent not picking up work? Start here.
  </Card>

  <Card title="Workflow recipes" icon="book-open" href="/example-workflows/overview">
    Solo founder, PM, and small-team playbooks.
  </Card>

  <Card title="CLI reference" icon="terminal" href="/cli/reference">
    Full command reference for technical co-founders.
  </Card>

  <Card title="Open Notiky" icon="external-link" href="https://notiky.com">
    Sign up or open your workspace.
  </Card>
</CardGroup>
