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

# Build data collection apps

> Fillout’s sister, Zite, lets you collect data through UI-friendly no-code apps. Build custom quote forms, client portals, inventory managers, and more.

export const Zite = ({id, height = 700}) => {
  if (!id) return null;
  React.useEffect(() => {
    const scriptId = 'zite-embed-script';
    document.getElementById(scriptId)?.remove();
    const script = document.createElement('script');
    script.id = scriptId;
    script.src = 'https://server.fillout.com/embed/v2-zite/';
    document.body.appendChild(script);
  }, []);
  return <div style={{
    width: '100%',
    height: `${height}px`
  }} data-zite-id={id} data-zite-embed-type="standard" data-zite-inherit-parameters></div>;
};

## Overview

A quick comparison between the two is Fillout lets users manually build forms with structured fields and logic, whereas Zite lets users build custom AI-generated apps for more comprehensive and advanced use cases.

| Use Fillout Forms when                                                                         | Use Zite Apps when                                                                   |
| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| You need **simple to moderately complex structured forms**                                     | You would otherwise need many pages, conditions, or calculations                     |
| You want full control over every field and logic step                                          | The logic is **too complex for manual form setup**                                   |
| The workflow is predictable and linear                                                         | You need dynamic, adaptive workflows                                                 |
| You’re collecting standard inputs (surveys, contact details, applications, intake forms, etc.) | You want to create business apps or custom experiences for your clients or customers |
| Users only need to submit or update individual records                                         | Users need to return repeatedly to view, edit or manage their data                   |

## How to build an app in Zite

On your dashboard, [describe the app](https://www.zite.com/help/platform/how-to-build/creating-an-app) you want to build.

Zite will automatically generate one for you. You can make changes anytime with prompts, [selective edits](https://www.zite.com/help/platform/basics/selective-edits), and [theme customization](https://www.zite.com/help/platform/how-to-build/design). Check out our quick guides [here](https://www.zite.com/help/platform/how-to-build/creating-an-app).

<Zite id="jxqyhl1qdw" />

## Common use cases

You can build Zite apps like:

* **[Onboarding & Client Portals](https://www.zite.com/marketplace/partner-portal):** Manage user onboarding, accounts, and ongoing access
* [Custom Orders & Quotes](https://www.zite.com/marketplace/event-quote-calculator-oJeG): Handle complex order and quote workflows
* [**Operations Logs** & Updates](https://www.zite.com/marketplace/inventory-manager-jp6U): Track inventory and operational updates
* [**Product & Marketplace Orders:**](https://www.zite.com/marketplace/online-marketplace) Manage product listings and customer orders at scale
* [**Content Submission** & Approval](https://www.zite.com/marketplace/content-planner): Track submissions, approvals, and revisions
* **[Education & Progress Tracker](https://www.zite.com/marketplace/student-progress-tracker):** Monitor learning progress and course completion
* **[Booking & Scheduling Systems](https://www.zite.com/marketplace/salon-booking-system):** Manage appointments and multi-calendar scheduling
* **Membership & Subscription Apps:** Manage user access, memberships, and subscriptions
