Simple, transparent pricing
Choose the plan that fits your workflow. Upgrade or downgrade at any time.
Starter
For individuals and small projects getting started.
$19.00
/ month
- Up to 3 projects
- Basic analytics
- Community support
- 1 GB storage
Team
Popular For growing teams that need more power and collaboration.
$49.00
/ month
- Unlimited projects
- Advanced analytics
- Priority support
- 10 GB storage
- Team collaboration
Studio
For agencies and large teams with advanced needs.
$99.00
/ month
- Everything in Team
- Custom integrations
- Dedicated support
- Unlimited storage
- SSO and audit logs
---
import Pricing1Block from "@/components/blocks/pricing-1.astro"
---
<Pricing1Block
title="Simple, transparent pricing"
description="Choose the plan that fits your workflow. Upgrade or downgrade at any time."
plans={[
{
name: "Starter",
description: "For individuals and small projects getting started.",
price: 19,
currency: "USD",
unit: "month",
features: [
"Up to 3 projects",
"Basic analytics",
"Community support",
"1 GB storage",
],
button: { label: "Get started", href: "/docs/", variant: "outline" },
},
{
name: "Team",
description: "For growing teams that need more power and collaboration.",
price: 49,
currency: "USD",
unit: "month",
featured: true,
features: [
"Unlimited projects",
"Advanced analytics",
"Priority support",
"10 GB storage",
"Team collaboration",
],
button: { label: "Get started", href: "/docs/" },
},
{
name: "Studio",
description: "For agencies and large teams with advanced needs.",
price: 99,
currency: "USD",
unit: "month",
features: [
"Everything in Team",
"Custom integrations",
"Dedicated support",
"Unlimited storage",
"SSO and audit logs",
],
button: { label: "Contact sales", href: "/docs/", variant: "outline" },
},
]}
/>