You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: freebuff/web/src/app/home-client.tsx
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,23 +29,28 @@ const faqs = [
29
29
{
30
30
question: 'What models do you use?',
31
31
answer:
32
-
'MiniMax M2.5 as the main coding agent, Gemini 3.1 Flash Lite for finding files and research, and GPT-5.4 for deep thinking if you connect your ChatGPT subscription.',
32
+
'MiniMax M2.5 as the main coding agent. Gemini 3.1 Flash Lite for finding files and research.\n\nConnect your ChatGPT subscription to unlock GPT-5.4 for deep thinking.',
33
33
},
34
34
{
35
35
question: 'Which countries is Freebuff available in?',
36
36
answer:
37
-
'Freebuff is currently available in the United States, Canada, United Kingdom, Australia, New Zealand, Norway, Sweden, Netherlands, Denmark, Germany, Finland, Belgium, Luxembourg, Switzerland, Ireland, and Iceland.',
37
+
'Freebuff is currently available in:\n\nUnited States, Canada, United Kingdom, Australia, New Zealand, Norway, Sweden, Netherlands, Denmark, Germany, Finland, Belgium, Luxembourg, Switzerland, Ireland, and Iceland.',
38
38
},
39
39
{
40
40
question: 'Are you training on my data?',
41
41
answer:
42
-
'No. We only use model providers that do not train on our requests. Your code stays yours.',
42
+
'No. We do not share your data with third parties that would train on it or use it for another purpose.\n\nIn the future, we may use request data to train custom models to improve Freebuff — this will be opt-out, so you\'ll always have control.',
43
43
},
44
44
{
45
45
question: 'What data do you store?',
46
46
answer:
47
47
"We don't store your codebase. We only collect minimal logs for debugging purposes.",
48
48
},
49
+
{
50
+
question: 'What else is cool in Freebuff?',
51
+
answer:
52
+
'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.',
0 commit comments