Tinybird plans

Plans describe what your organization can do in Tinybird, the compute resources at your disposal, and how usage is billed.

To learn about Tinybird pricing, see Pricing.

Available plans

Tinybird offers the following plan options: Free, Developer, and Enterprise.

PlanWhat you getWhen to upgrade
Free
  • All Tinybird features, with few limitations.
  • Use Tinybird without time limits.
  • You can upgrade at any time.
  • You need more resources.
  • You're ready for production.
  • You want Tinybird support.
Developer
  • More resources and less limits.
  • You can select a machine size.
  • Can deal with load peaks.
  • You need more performance.
  • You need wider limits.
  • You need private networking.
Enterprise
  • Get all the resources you need.
  • No limits in dedicated plans.
  • Detailed usage reports and tracking.
  • You can adjust resources when needed.
  • You can add private networking.

You can upgrade from Free and Developer plans at any time.

All plans include:

  • Unlimited seats
  • Unlimited source connections
  • Unlimited tables
  • Unlimited pipes
  • Unlimited endpoints
  • Multi-cloud, multi-region support
  • RBAC and Workspace admin controls. See Organizations.
  • SOC2 Type II and HIPAA compliance. See Compliance.

Free

The Free plan provides you with a production-grade instance of Tinybird, including ingest connectors, real time querying, and managed endpoints. Sinks are not available on the Free plan.

See Free plan limits for more information on limits.

Support

Support for the Free plan is available through the Community Slack, which is monitored by the Tinybird team on a best-effort basis.

Upgrade

To upgrade to a Developer plan:

  1. Go to Organization settings, Billing.
  2. Select Change size. Tinybird recommends a size based on your usage trends.
  3. Select a bigger or a smaller size. Self service plans can be up to 3 vCPUs.
  4. Confirm the resize.

To upgrade to an Enterprise plan, contact sales.

Migrate from Build

Tinybird automatically detects your Build plan and offers to migrate to a new Free plan or to a Developer plan.

When migrating from a Build plan, the following considerations:

  • You have to create an organization if you want to create a new Workspace. See Organizations.
  • Limits for Workspaces not tied to an Organization remain the same.

Developer

The Developer plan provides you with a database within a large shared cluster. All customers on the cluster share resources. Developer plans include 25 GB of storage.

When signing up for a Developer plan, you can select the size of the shared machine, up to 3 vCPUs. If you need more capacity, see Enterprise, which starts at 4 vCPUs.

See Billing, Developer plans for more information on how Developer plans are billed. See Developer plan limits for more information on limits.

Support

The Developer plan includes standard support through support@tinybird.co.

Resize and upgrade

You can resize Developer plans when needed. When increasing or reducing capacity, resizes are instantaneous.

To resize your plan:

  1. Go to Organization settings, Billing.
  2. Select Change size. Tinybird recommends a size based on your usage trends.
  3. Select a bigger or a smaller size. Self service plans can be up to 3 vCPUs.
  4. Confirm the resize.

To upgrade to an Enterprise plan, contact sales.

You can resize your Developer plan only once every 24 hours.

Downgrade

You can downgrade back to a Free plan by canceling your Developer plan.

To cancel your Developer plan:

  1. Go to Organization settings, Billing.
  2. Select Cancel plan.
  3. Review the information and confirm. Remaining costs are charged automatically upon cancellation.

After canceling your Developer plan, Free plan limits apply to your Workspaces.

Migrate from Pro

Tinybird automatically detects your Pro plan and offers to migrate to a new Developer plan. When migrating from a Pro plan, you have to create an organization if you want to create a new Workspace. See Organizations.

To migrate to an Enterprise plan, contact sales.

After April 29, 2025, if you don't migrate your Pro plan to a new plan, it's downgraded to a free plan automatically.

Enterprise

The Enterprise plan provides you with a Tinybird cluster with at least two database servers. On a Enterprise plan, you're the only customer on your cluster. Your queries and outputs are more performant as a result.

Minimum storage for Enterprise plans is 1 TB. The support package is also mandatory. See Billing, Enterprise plans for more information on how dedicated plans are billed and how to monitor usage.

Support

Enterprise plans include Premium support, which includes:

  • Professional services hours.
  • A dedicated Slack channel.
  • Email support.

Adjust resources

To adjust the limits and resources of your Enterprise plan or request a different size, contact sales.

Estimate your plan size

When you're offered to migrate or upgrade, Tinybird suggests a plan size based on the following:

  • vCPU usage: total active hours accrued in the last 30 days across all your Workspaces.
  • Queries per second: maximum queries per second reached in the last 30 days across all your Workspaces.

Recommendations from Tinybird aggregate the operations of all your Workspaces.

You can adapt and run the following queries in each of your Workspaces to check current usage and run your estimates:

SELECT
  toStartOfDay(minute) as date,
  sum(total_cpu_time_seconds) as sum_total_cpu_time_seconds,
  max(total_cpu_time_seconds) as max_total_cpu_time_seconds,
  (max_total_cpu_time_seconds/60) as max_cpu_time_minutes_per_minute
FROM tinybird.estimated_shared_infra_cpu_time
GROUP BY date
ORDER BY date DESC

Legacy plans

Effective April 29, 2025, the Build, Pro, and Enterprise plans are no longer available for new users.

If you're an existing users on paid legacy plans, you can migrate to Developer or Enterprise plans based on processed data and storage.

Next steps

  • Read the billing docs to understand which data operations count towards your bill, and how to optimize your usage.
  • Learn about limits and how to adjust them.