Pricing 1
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" },
},
]}
/>Pricing 2
Pick the plan that matches your needs
Start small and scale as you grow. All plans include a 14-day free trial.
Basic
Essential tools for personal use and small projects.
$29.00
/ month
- 5 projects
- Basic analytics
- Email support
- 2 GB storage
Pro
Advanced features for professionals and growing teams.
$79.00$99.00
Save 20%
/ month
- Unlimited projects
- Advanced analytics
- Priority support
- 50 GB storage
- Custom domains
- API access
---
import Pricing2Block from "@/components/blocks/pricing-2.astro"
---
<Pricing2Block
title="Pick the plan that matches your needs"
description="Start small and scale as you grow. All plans include a 14-day free trial."
plans={[
{
name: "Basic",
description: "Essential tools for personal use and small projects.",
price: 29,
currency: "USD",
unit: "month",
features: [
"5 projects",
"Basic analytics",
"Email support",
"2 GB storage",
],
button: { label: "Start free trial", href: "/docs/", variant: "outline" },
},
{
name: "Pro",
description: "Advanced features for professionals and growing teams.",
price: 79,
compareAt: 99,
currency: "USD",
unit: "month",
features: [
"Unlimited projects",
"Advanced analytics",
"Priority support",
"50 GB storage",
"Custom domains",
"API access",
],
button: { label: "Start free trial", href: "/docs/" },
},
]}
/>Pricing 3
Limited offer
Everything you need in one plan
No complex tiers. One plan with everything included for your entire team.
Studio bundle
Full access for teams managing content, product, and marketing.
$249.00
/ month
- Unlimited projects and users
- Advanced analytics and reporting
- Dedicated account manager
- Custom integrations and API
- SSO and enterprise security
- 99.9% uptime SLA
---
import Pricing3Block from "@/components/blocks/pricing-3.astro"
---
<Pricing3Block
badge="Limited offer"
title="Everything you need in one plan"
description="No complex tiers. One plan with everything included for your entire team."
offer={{
name: "Studio bundle",
description:
"Full access for teams managing content, product, and marketing.",
price: 249,
currency: "USD",
unit: "month",
features: [
"Unlimited projects and users",
"Advanced analytics and reporting",
"Dedicated account manager",
"Custom integrations and API",
"SSO and enterprise security",
"99.9% uptime SLA",
],
button: { label: "Get started today", href: "/docs/" },
}}
/>