Back
PricingTable
Three-tier Pricing
Starter
$0 / month
Perfect for side projects.
- 5 projects
- 1 GB storage
- Community support
- Custom domain
- Analytics
Most popularStart free trial
Pro
$19 / month
For growing teams.
- Unlimited projects
- 20 GB storage
- Priority support
- Custom domain
- Analytics
Enterprise
$99 / month
Scalable for large organisations.
- 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",
},
},
})