Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: pricing with tier limits #975

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

docs: pricing with tier limits #975

wants to merge 16 commits into from

Conversation

marcklingen
Copy link
Member

@marcklingen marcklingen commented Nov 15, 2024

Important

Adds a new Mini tier to the pricing options and refactors tier display logic in Pricing.tsx.

  • Behavior:
    • Introduces a new Mini tier in the cloud pricing options with specific features and limits.
    • Updates feature availability and limits for the Mini tier across various sections.
  • Components:
    • Adds TierCard component to encapsulate tier display logic, replacing inline tier rendering.
    • Updates Pricing component to use TierCard and adjust grid layout for new tier.
  • Layout:
    • Adjusts grid column classes in gridColsClass to support dynamic column count based on selected tiers.
    • Modifies feature comparison table to accommodate the new Mini tier.

This description was created by Ellipsis for b09f846. It will automatically update as commits are pushed.

Copy link

vercel bot commented Nov 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
langfuse-docs ✅ Ready (Inspect) Visit Preview Nov 15, 2024 5:02pm

@@ -53,6 +89,24 @@ const tiers = {
id: "tier-pro",
href: "https://cloud.langfuse.com",
featured: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'Pro' and 'Team' tiers have the same price and features. Consider differentiating them or clarifying why 'Pro' is featured.

Base automatically changed from marc/lfe-2587 to main November 17, 2024 22:34
@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant