Back

PricingTable

Three-tier Pricing

Starter

$0 / month

Perfect for side projects.

Get started free
  • 5 projects
  • 1 GB storage
  • Community support
  • Custom domain
  • Analytics
Most popular

Pro

$19 / month

For growing teams.

Start free trial
  • Unlimited projects
  • 20 GB storage
  • Priority support
  • Custom domain
  • Analytics

Enterprise

$99 / month

Scalable for large organisations.

Contact sales
  • Unlimited projects
  • Unlimited storage
  • 24/7 support
  • Custom domain
  • Advanced analytics

Usage

@display.PricingTable(display.PricingTableProps{
    Plans: []display.PricingPlan{
        {
            Name: "Pro", Price: "$19", PriceNote: "/ month",
            Highlighted: true, Badge: "Most popular",
            Features: []display.PricingFeature{
                {Text: "Unlimited projects", Included: true},
                {Text: "Analytics", Included: false},
            },
            CTALabel: "Start trial", CTAHref: "/signup",
        },
    },
})