Plan limits for products and suppliers

Rinvy's tiers cap how many products, suppliers, recipes, menu items, admin users, and team members each restaurant can have. The caps are enforced server-side — there's no way to bypass them from the UI.

The numbers

FreeStandardPro
Products50150Unlimited
Suppliers310Unlimited
Recipes1050Unlimited
Menu items1020Unlimited
Admin users (Owner + Manager)13Unlimited
Team members (Staff + Viewer)515Unlimited

"Unlimited" on Pro means there's no enforced ceiling.

What happens at the cap

  • Creating one more thing — the create returns an error and nothing is saved. The toast message names the limit.
  • Importing a CSV that pushes products over the cap — the entire import is rejected. Split into smaller batches.
  • Importing a CSV that pushes suppliers over the cap — the surplus suppliers are skipped (warning per skipped supplier), but the products themselves still import without a supplier link.
  • Inviting team members when you're already at the cap — the invitation isn't sent.

When to upgrade

  • You're at the supplier cap and starting to use a fourth distributor.
  • You're approaching the product cap and your catalog is still growing.
  • You've outgrown the admin or team-member counts (common when you add a second location).

Related