@@ -8,43 +8,34 @@ const demoPlans = [
88 price : "0" ,
99 yearlyPrice : "0" ,
1010 period : "" ,
11- billingText : "Includes 30 day PRO trial " ,
11+ billingText : "" ,
1212 features : [
13- "Open source on GitHub " ,
13+ "Self Hostable " ,
1414 "Upload and chat with 300+ pages of content" ,
15- "Connects with 8 popular sources, like Drive and Notion" ,
16- "Includes limited access to ChatGPT, Claude, and DeepSeek models" ,
17- "Supports 100+ more LLMs, including Gemini, Llama and many more" ,
18- "50+ File extensions supported" ,
19- "Generate podcasts in seconds" ,
20- "Cross-Browser Extension for dynamic webpages including authenticated content" ,
15+ "Includes access to ChatGPT text and audio models" ,
16+ "Realtime Collaborative Group Chats with teammates" ,
2117 "Community support on Discord" ,
2218 ] ,
23- description : "Powerful features with some limitations " ,
19+ description : "" ,
2420 buttonText : "Get Started" ,
2521 href : "/" ,
2622 isPopular : false ,
2723 } ,
2824 {
2925 name : "PRO" ,
30- price : "10 " ,
31- yearlyPrice : "10 " ,
32- period : "user / month " ,
33- billingText : "billed annually " ,
26+ price : "0 " ,
27+ yearlyPrice : "0 " ,
28+ period : "" ,
29+ billingText : "Free during beta " ,
3430 features : [
3531 "Everything in Free" ,
36- "Upload and chat with 5,000+ pages of content per user" ,
37- "Connects with 15+ external sources, like Slack and Airtable" ,
38- "Includes extended access to ChatGPT, Claude, and DeepSeek models" ,
39- "Collaboration and commenting features" ,
40- "Shared BYOK (Bring Your Own Key)" ,
41- "Team and role management" ,
42- "Planned: Centralized billing" ,
43- "Priority support" ,
32+ "Includes 6000+ pages of content" ,
33+ "Access to more models and providers" ,
34+ "Priority support on Discord" ,
4435 ] ,
45- description : "The AI knowledge base for individuals and teams " ,
46- buttonText : "Upgrade " ,
47- href : "/contact " ,
36+ description : "" ,
37+ buttonText : "Get Started " ,
38+ href : "/" ,
4839 isPopular : true ,
4940 } ,
5041 {
@@ -55,12 +46,9 @@ const demoPlans = [
5546 billingText : "" ,
5647 features : [
5748 "Everything in Pro" ,
58- "Connect and chat with virtually unlimited pages of content" ,
59- "Limit models and/or providers" ,
6049 "On-prem or VPC deployment" ,
61- "Planned: Audit logs and compliance" ,
62- "Planned: SSO, OIDC & SAML" ,
63- "Planned: Role-based access control (RBAC)" ,
50+ "Audit logs and compliance" ,
51+ "SSO, OIDC & SAML" ,
6452 "White-glove setup and deployment" ,
6553 "Monthly managed updates and maintenance" ,
6654 "SLA commitments" ,
0 commit comments