diff --git a/packages/altair-docs/.vitepress/theme/components/Pricing.vue b/packages/altair-docs/.vitepress/theme/components/Pricing.vue new file mode 100644 index 0000000000..f111f99bee --- /dev/null +++ b/packages/altair-docs/.vitepress/theme/components/Pricing.vue @@ -0,0 +1,226 @@ + + + + + diff --git a/packages/altair-docs/.vitepress/theme/components/VPHome.vue b/packages/altair-docs/.vitepress/theme/components/VPHome.vue index a4cda402bf..0075a21269 100644 --- a/packages/altair-docs/.vitepress/theme/components/VPHome.vue +++ b/packages/altair-docs/.vitepress/theme/components/VPHome.vue @@ -1,6 +1,7 @@ diff --git a/packages/altair-docs/cloud.md b/packages/altair-docs/cloud.md index 713871eee5..f1ac7aac82 100644 --- a/packages/altair-docs/cloud.md +++ b/packages/altair-docs/cloud.md @@ -25,4 +25,48 @@ features: - icon: 🔄 title: Query Versioning details: Keep a version history of queries for easy rollback and traceability. Never worry about losing crucial information during the development process. + - icon: 👥 + title: Easy Sharing + details: Share queries seamlessly with team members using shareable URLs. Accelerate collaboration and eliminate communication gaps. + +pricing: + - title: Basic + price: + free: true + features: + - Up to 2 team members + - Up to 20 queries + - Unlimited collections + - Query history (up to 10 revisions) + action: + link: /#download + text: Download + - title: Pro + recommended: true + price: + amount: 7.99 + currency: $ + frequency: month + features: + - Unlimited team members + - Unlimited teams + - Unlimited queries + - Unlimited collections + - Query history + action: + link: /#download + text: Try it today + - title: Self hosted + price: + free: true + features: + - Unlimited team members + - Unlimited teams + - Unlimited queries + - Unlimited collections + - Query history + - Full control + action: + link: https://github.com/altair-graphql/altair?tab=readme-ov-file#deployment + text: Get started --- \ No newline at end of file