Skip to content

Commit

Permalink
fix: modified pricing config
Browse files Browse the repository at this point in the history
  • Loading branch information
qinluhe committed Feb 6, 2025
1 parent c00fd8e commit 41fbcf7
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 16 deletions.
2 changes: 1 addition & 1 deletion _blog/2023-11-16-seed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- Company
date: '2023-11-16'
toc_depth: 3
pinned: 3

---
Announcing our $6.4M seed round led by OSS Capital with participation from a group of open source founders, operators, and luminaries.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ categories:

date: '2024-11-11'
toc_depth: 3
pinned: 2

---

If you’re a developer, tech enthusiast, or someone who values data privacy, you know the importance of having full control over your tools. Open-source communities are making this possible by creating software that isn’t just functional but is tailored to meet your needs. And it works: research from [WorldMetrics shows that open-source projects have about 30% higher code quality than closed-source alternatives.](https://worldmetrics.org/open-source-software-statistics/)
Expand Down
2 changes: 1 addition & 1 deletion _blog/2024-11-20-appflowy-kanban-in-project-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories:
- Using AppFlowy
date: 2024-11-20
toc_depth: 3
pinned: 2

---

The immersion of remote work has changed the game and allowed for a workspace that includes employees from all over the world—yet managing projects from different time zones can throw a wrench in things. Project management tools are non-negotiable for teams handling complex tasks and working around tight deadlines, which is exactly why we’ve created Kanban. Offering a visual approach to task management means that Kanban simplifies processes, creates a more collaborative environment, and allows team members to visually see project timelines. As an added bonus, the team at AppFlowy has integrated a Kanban feature that empowers teams to organize, track, log, and update project tasks in real time, making everything more transparent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories:
- Using AppFlowy
date: 2024-11-20
toc_depth: 3
pinned: 2

---

So, you’ve been told to create a one-pager. One page. That’s it. Just cram all the essentials about your project, product, or team into one neat little document. Easy, right? Until you start writing, and suddenly, “one page” feels more impossible than a 1,000-page novel. Can’t we just stick with the brochures we’ve got? You ask.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ categories:
- Using AppFlowy
date: 2024-12-06
toc_depth: 3
pinned: 1

---

Every workplace has that one question people keep asking: *“Where can I find that document?”* or *“Did anyone write this down?”*
Expand Down
2 changes: 1 addition & 1 deletion _blog/2024-12-09-smart-note-taking-with-appflowy-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories:
- Using AppFlowy
date: 2024-12-09
toc_depth: 3
pinned: 2

---
We've all been there: you're in a meeting or brainstorming session, trying to jot down notes, but by the end, they're a mess of half-finished thoughts. Later, when you review them, it feels like decoding a puzzle. What if your notes could keep up with your thinking? Effective note-taking boosts productivity by documenting critical decisions and ensuring action items are assigned and tracked.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories:
- Using AppFlowy
date: 2024-12-10
toc_depth: 3
pinned: 2

---
Every team has its way of getting things done. But let’s be honest: Starting from scratch every time is exhausting. Statistically, [60% of teams waste time constantly reinventing processes](https://clockify.me/time-spent-on-recurring-tasks). Whether it’s a new project, a report, or a recurring process, reinventing the wheel slows you down.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ categories:
- Using AppFlowy
date: 2025-02-01
toc_depth: 3
pinned:
pinned: 1

---

Running a business is all about finding that balance—cutting costs without cutting corners. For many teams, software expenses add up fast, especially when you’re paying for tools that don’t give you full control. That’s why self-hosted collaboration software is gaining traction. [With 75% of virtual teams reporting that remote collaboration improves their effectiveness](https://financesonline.com/virtual-team-statistics/), having the right tools in place is more important than ever.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories:
- Using AppFlowy
date: 2025-02-01
toc_depth: 3
pinned:
pinned: 2
---

Every team has that moment—a meeting comes to a halt because no one can find the right document. Someone thought it was in the shared drive, another swears it’s in an email, and now precious time is slipping away.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories:
- Using AppFlowy
date: 2025-02-01
toc_depth: 3
pinned:
pinned: 3
---
Every piece of data your business creates tells a story—about your customers, your growth, and your goals. But if you don’t fully control that data, who does? Understanding data ownership isn’t just about security; it’s about protecting the foundation of your business. In fact, [81% of users believe that how a company handles their data reflects how they’re valued as customers.](https://www.cisco.com/c/dam/en_us/about/doing_business/trust-center/docs/cisco-consumer-privacy-survey-2022.pdf)

Expand Down
2 changes: 2 additions & 0 deletions components/pricing/price-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const yearlyPrice = [
'5 GB storage',
'Intelligent search',
'10 AI responses',
'2 AI images',
'Mobile app',
'Real-time collaboration',
],
Expand All @@ -25,6 +26,7 @@ export const yearlyPrice = [
'Unlimited storage',
'Up to 10 workspace members',
'Unlimited AI responses',
'10 AI images per month',
'Unlimited file uploads',
'Custom namespace',
],
Expand Down
32 changes: 26 additions & 6 deletions components/pricing/unlock-cards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ import AI2 from '@/assets/images/pricing/ai-2.png';

function UnlockCards() {
const renderCard = useCallback(
(item: { icon: React.ReactNode; title: string; desc: string; num: string; duration: string; content: string[] }) => (
(item: {
icon: React.ReactNode;
title: string;
desc: string;
num: string;
duration: string;
content: string[]
}) => (
<div className={'ai-card'}>
{item.icon}
<div className={'flex flex-col gap-[14px]'}>
Expand All @@ -25,29 +32,42 @@ function UnlockCards() {
</Link>
<div className={'flex flex-col gap-2'}>
{item.content.map((content, index) => (
<div key={index} className={'ai-card-content-item'}>
<div
key={index}
className={'ai-card-content-item'}
>
<Tick />
<div className={'flex-1 whitespace-pre-wrap break-words'}>{content}</div>
</div>
))}
</div>
</div>
),
[]
[],
);

return (
<div className={'ai-cards'}>
{renderCard({
icon: <Image src={AI1} alt={''} width={65} height={90} />,
icon: <Image
src={AI1}
alt={''}
width={65}
height={90}
/>,
title: 'AI MAX',
desc: 'Access the most advanced AI models including GPT 4-o and Claude 3 Sonnet',
num: '$8',
duration: `per user per month\nbilled annually`,
content: ['Unlimited AI responses', 'Unlimited file uploads'],
content: ['Unlimited AI responses', 'Unlimited file uploads', '50 AI images per month'],
})}
{renderCard({
icon: <Image src={AI2} alt={''} width={74.5} height={90} />,
icon: <Image
src={AI2}
alt={''}
width={74.5}
height={90}
/>,
title: 'AI On-device for Mac',
desc: 'Run Mistral 7B, Llama 8B, and more local models on your machine',
num: '$8',
Expand Down

0 comments on commit 41fbcf7

Please sign in to comment.