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

# Welcome to NoClick

> Build internal tools, UIs, AI agents, and automations by describing them or assembling them visually.

NoClick is a platform for building internal tools, UIs, AI agents, and automations. Describe what you want in plain language and the AI builder assembles it for you, or build it yourself on the visual node canvas.

<Frame caption="Every workflow starts here: describe what you want to build.">
  <img src="https://mintcdn.com/noclickinc/6W1Bb-fMXazFOKBy/images/getting-started/welcome-empty-canvas.png?fit=max&auto=format&n=6W1Bb-fMXazFOKBy&q=85&s=150d6107f92edffbdfcb59a51f6d0001" alt="An empty NoClick canvas with the Build something prompt, Interface and Workflow modes, and example prompts" width="1956" height="1328" data-path="images/getting-started/welcome-empty-canvas.png" />
</Frame>

## What you can build

* **Automations** that run on a schedule, a webhook, a form submission, an inbound email, or an event in a connected app.
* **AI agents** that use your integrations as tools, hold threaded conversations on Slack, Telegram, WhatsApp, or email, and wake themselves up on a schedule.
* **Internal tools and apps** with forms, tables, media, and custom React components, published to your own noclick.app subdomain.
* **MCP servers** that expose a workflow's tools to Claude, ChatGPT, or any MCP client.

## How building works

1. **Describe it.** Tell the AI builder what you want. It adds the nodes, wires them, and fills in the configuration, asking you only when it needs an account or a value only you know.
2. **Refine it.** Adjust anything on the canvas: pick operations, connect accounts, reference data between nodes, and test nodes one at a time.
3. **Run it.** Trigger runs manually or automatically, then inspect every run in the logs with full replay.
4. **Share it.** Publish an app, invite collaborators to edit live, or share the workflow as a template.

## Start here

<CardGroup cols={2}>
  <Card title="Build your first workflow" icon="rocket" href="/getting-started/quickstart">
    Describe an automation in the chat and run it, in about 5 minutes.
  </Card>

  <Card title="Publish your first app" icon="palette" href="/getting-started/quickstart-app">
    Turn a workflow into a web app and publish it to your own noclick.app subdomain.
  </Card>
</CardGroup>

## Explore

<CardGroup cols={2}>
  <Card title="Features" icon="sparkles" href="/builder/overview">
    The AI builder, the workflow editor, triggers, logic nodes, agents, and apps.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/overview">
    Browse the \~60 services NoClick connects to and what each node can do.
  </Card>

  <Card title="MCP" icon="server" href="/mcp/setup">
    Control NoClick from Claude Code, Cursor, or any MCP client, and host your own MCP servers.
  </Card>

  <Card title="SDK" icon="code" href="/sdk/overview">
    Run workflows from your own code with the TypeScript and Python SDKs.
  </Card>

  <Card title="Tips & Tricks" icon="lightbulb" href="/guides/llm-prompt-tuning">
    Prompting guidance and troubleshooting for runs, webhooks, and credentials.
  </Card>

  <Card title="Changelog" icon="clock-rotate-left" href="/changelog">
    What shipped, day by day.
  </Card>
</CardGroup>
