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

# Building Visually

> Learn about how Xano enables you to build your backend without code

Whether you're a developer or a no-coder, Xano gives you two powerful ways to visually build backend logic — choose the style that fits your brain. You're not locked in, either -- switch between the different building modes at any time.<br /><br />

|                | Canvas View                   | Function Stack            |
| -------------- | ----------------------------- | ------------------------- |
| Best for       | Visual thinkers               | Step-by-step thinkers     |
| Style          | Node-based, story view        | Linear, ordered list      |
| Learning curve | Very low                      | Low-medium                |
| Ideal use      | Rapid prototyping, non-coders | Complex flows, developers |

<Card title="" icon="share-nodes">
  ## The Canvas View

  <Frame caption="Perfect for visual thinkers — see your logic as a story, not just steps.">
    <img src="https://mintcdn.com/xano-997cb9ee/E3ZmWFmmOyx8Tmpx/images/visually-20251008-161044.png?fit=max&auto=format&n=E3ZmWFmmOyx8Tmpx&q=85&s=64330427420d313420d9e174d89d94c0" alt="visually-20251008-161044" width="1193" height="484" data-path="images/visually-20251008-161044.png" />
  </Frame>

  The **Canvas View** is a newer visual builder that is designed to be more user-friendly and intuitive. It adopts a well-loved node based view, giving you a more storytelling view of your logic with all of the visual editing capabilities you've come to expect without sacrifices.

  <Card title="Explore the Canvas View" icon="square-up-right" color="#3884ff" iconType="regular" horizontal href="/building/build-visually/canvas-view" />
</Card>

<br />

<Card title="" icon="layer-group">
  ## The Function Stack

  <Frame caption="Ideal for those who love structure -- clean, ordered, and precise">
    <img src="https://mintcdn.com/xano-997cb9ee/E3ZmWFmmOyx8Tmpx/images/visually-20251008-160913.png?fit=max&auto=format&n=E3ZmWFmmOyx8Tmpx&q=85&s=ff154c13634c46665087ca5965d40429" alt="visually-20251008-160913" width="965" height="461" data-path="images/visually-20251008-160913.png" />
  </Frame>

  Xano's original visual builder is called the **Function Stack**. It's a hybrid between a traditional code view and a visual builder. It shows you each function in execution order, but in a way that is understandable for non-technical users.

  <Card title="Explore the Function Stack" icon="square-up-right" color="#3884ff" iconType="regular" horizontal href="/building/build-visually/function-stack" />
</Card>
