Skip to content

Commit 0f7a35b

Browse files
committed
Update freebuff home description
1 parent c754661 commit 0f7a35b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

freebuff/web/src/app/home-client.tsx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,16 @@ const faqs = [
5151
{
5252
question: 'What else is cool in Freebuff?',
5353
answer:
54-
'Freebuff comes with specialized subagents: file-picker finds relevant files across your codebase, code-reviewer gives critical feedback on your changes, and browser-use lets the AI control a real browser to test your app.\n\nAfter every response, it generates 3 clickable follow-up suggestions so you always know what to do next.\n\nFor big tasks, try the /interview → /plan → implement → /review workflow to go from idea to polished code.',
54+
`Freebuff comes with 9 specialized subagents:
55+
- file-picker finds relevant files across your codebase
56+
- code-reviewer gives critical feedback on your changes
57+
- browser-use lets the AI control a real browser to test your app
58+
- thinker-gpt does deep reasoning (connect your ChatGPT subscription)
59+
- and more.
60+
61+
After every response, it generates 3 clickable follow-up suggestions so you always know what to do next.
62+
63+
For big tasks, try the commands /interview → /plan → (implement) → /review to go from idea to polished code.`,
5564
},
5665
]
5766

@@ -335,7 +344,7 @@ function FAQList() {
335344
const PHILOSOPHY_WORDS = [
336345
{ word: 'SIMPLE', description: 'No modes. No config. Just works.' },
337346
{ word: 'FAST', description: '5–10× speed up via fast models and quick context gathering.' },
338-
{ word: 'LOADED', description: 'Built in web research, browser use, plan/review using your ChatGPT subscription, and more.' },
347+
{ word: 'LOADED', description: '9 specialized subagents for code review, browser use, and deep thinking with your ChatGPT subscription.' },
339348
]
340349

341350
function PhilosophySection() {
@@ -379,7 +388,7 @@ function PhilosophySection() {
379388
>
380389
{item.word}
381390
</motion.div>
382-
<p className="mt-3 md:mt-4 text-zinc-500 text-sm md:text-base font-mono tracking-wide">
391+
<p className="mt-3 md:mt-4 text-zinc-400 text-sm md:text-base font-mono tracking-wide">
383392
{item.description}
384393
</p>
385394
</motion.div>

0 commit comments

Comments
 (0)