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

# Plans & Pricing

> Compare Flowy's plans, start a 7-day trial, and upgrade when you're ready.

export const DemoVideo = ({src, poster, caption, aspectRatio = "16 / 10", className = ""}) => {
  return <figure className={`not-prose my-6 w-full ${className}`}>
      <div className="overflow-hidden rounded-2xl border border-gray-950/10 bg-gray-100 dark:border-white/10 dark:bg-white/5" style={{
    aspectRatio
  }}>
        <video src={src} poster={poster} loop autoPlay muted playsInline className="h-full w-full object-cover" />
      </div>
      {caption && <figcaption className="mt-2 text-center text-sm text-gray-500 dark:text-gray-400">
          {caption}
        </figcaption>}
    </figure>;
};

Every Flowy workspace starts on the **Free** plan with pay-as-you-go credits. Paid plans add a monthly credit allowance and raise the caps on projects, seats, brand kits, and export quality.

<DemoVideo src="/videos/help/upgrade.mp4" poster="/images/posters/help/upgrade.jpg" caption="Opening the plans page and upgrading a workspace" />

## Compare plans

|                         | Free          | Lite         | Pro            | Ultra          | Enterprise      |
| ----------------------- | ------------- | ------------ | -------------- | -------------- | --------------- |
| **Price**               | \$0           | \$20 / month | \$149 / month  | \$199 / month  | Custom          |
| **Annual price**        | —             | \$200 / year | \$1,490 / year | \$1,990 / year | Custom          |
| **Monthly credits**     | Pay as you go | 20,000       | 175,000        | 300,000        | Custom          |
| **Projects**            | Up to 3       | Up to 10     | Up to 25       | Unlimited      | Unlimited       |
| **Seats per workspace** | 1             | Up to 5      | Up to 20       | Unlimited      | Unlimited       |
| **Brand kits**          | Up to 3       | Up to 10     | Unlimited      | Unlimited      | Unlimited       |
| **Published apps**      | Up to 3       | Up to 10     | Up to 25       | Unlimited      | Unlimited       |
| **Export quality**      | 720p          | 1080p        | 4K             | 4K             | 4K              |
| **Plan mode**           | 1 run / day   | 5 runs / day | Unlimited      | Unlimited      | Unlimited       |
| **Support**             | Chat          | Chat         | Dedicated      | Dedicated      | Dedicated + SLA |

Plans apply per workspace, and every plan includes unlimited workspaces and credit top-ups. Enterprise adds SSO/SAML, audit logs, and custom invoicing — [contact the team](mailto:hello@tryflowy.ai?subject=Enterprise%20plan%20enquiry) for a quote.

## What your plan gates

When you hit a plan limit, Flowy tells you which cap you reached and offers the upgrade path:

* **Seats** — how many people you can invite to a workspace. See [workspaces](/collaboration/workspaces).
* **Projects** — how many projects a workspace can hold.
* **Brand kits** — how many brand kits you can create. See [brand kit](/dashboard/brand-kit).
* **Published apps** — how many apps you can publish from your projects. See [running apps](/api/running-apps).
* **Export quality** — the maximum render resolution in Studio. See [export](/studio/export).
* **Plan mode** — daily runs of the AI assistant's agentic plan mode. See [plan mode](/canvas/ai/plan-mode).

## The 7-day free trial

First-time subscribers can start a **7-day free trial** on any paid plan. You aren't charged during the trial, and the plan's full limits apply right away.

* Your trial **converts to a paid subscription** when the 7 days end.
* **Cancel anytime** during the trial from **Settings → Billing** — you won't be charged, you keep the plan until the trial ends, then the workspace switches back to Free.
* **Activate now** converts the trial to paid immediately.
* Switching plans mid-trial moves the trial to the new plan in place.

## Annual billing

Paying annually gets you **2 months free** — you pay for 10 months instead of 12. Lite is $200/year, Pro is $1,490/year, and Ultra is \$1,990/year. Toggle between monthly and annual on the plans page before you check out.

## Upgrade, downgrade, or cancel

<Steps>
  <Step title="Open Settings → Billing">
    The overview shows your current plan, renewal date, and credit balance.
  </Step>

  <Step title="Choose View plans">
    Compare the plans, pick monthly or annual, and select the plan you want.
  </Step>

  <Step title="Complete checkout">
    First-time upgrades go through a secure checkout. If you're already on a paid plan, the switch applies to your subscription directly.
  </Step>
</Steps>

To downgrade, choose **Cancel subscription** in **Settings → Billing**. You keep your plan and all its features until the renewal date, then the workspace switches to Free — and you can **Resume plan** anytime before that.

<Note>
  Monthly credit allowances come with paid plans, and you can top up credits on any plan — including Free. See [how credits work](/billing/credits).
</Note>
