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
{ name: 'Squad packs', value: 'Install community packs' },
17
+
{ name: 'Support', value: 'Community (GitHub)' },
18
+
{ name: 'License', value: 'MIT — forever free' },
21
19
];
22
20
23
21
const faqs = [
24
22
{
25
23
question: 'Is it really free?',
26
-
answer: 'Yes! The core of ClawHalla is MIT-licensed and always will be. You can self-host it with Docker and use 3 agents at no cost. The open source core is fully functional — no paywalls, no time limits.',
24
+
answer: 'Yes! ClawHalla is MIT-licensed and completely free. You can self-host it with Docker and use all features at no cost. No paywalls, no time limits, no feature gates.',
27
25
},
28
26
{
29
-
question: "What's included in Pro?",
30
-
answer: 'Pro unlocks all 15 trained agents across 4 specialized squads, autopilot mode, the content pipeline, AES-256-GCM secret vault, premium squad packs, marketplace access, and priority email support.',
27
+
question: 'How many agents can I run?',
28
+
answer: 'ClawHalla ships with 4 starter agents out of the box. You can install additional agents through community squad packs, or create your own. Agent personas are just .md files — easy to create and share.',
31
29
},
32
30
{
33
-
question: 'Can I try Pro for free?',
34
-
answer: 'A 14-day free trial is coming soon. Sign up for our newsletter to be notified when it launches. No credit card will be required to start the trial.',
31
+
question: 'Can I create my own agent packs?',
32
+
answer: 'Absolutely. Agent personas are just .md files — you can create, customize, and share them freely. Drop them in the workspace directory and they are ready to use.',
35
33
},
36
34
{
37
-
question: 'Do I need crypto?',
38
-
answer: 'No. Cryptocurrency is completely optional. The marketplace supports traditional payment methods. Blockchain features (Base L2 smart contracts, wallet connect) are available in Pro but not required for any core functionality.',
35
+
question: 'What AI models are supported?',
36
+
answer: 'ClawHalla currently supports Claude Opus 4.6, Claude Sonnet 4.6, and Claude Haiku 4.5 via the OpenClaw gateway. You bring your own API keys.',
39
37
},
40
38
{
41
-
question: 'Can I create my own packs?',
42
-
answer: 'Absolutely. Agent personas are just .md files — you can create, customize, and share them freely. Pro and Enterprise users can sell their packs on the ClawHalla Marketplace and earn revenue.',
39
+
question: 'How do I deploy it?',
40
+
answer: 'One command: curl -fsSL https://clawhalla.xyz/install.sh | bash. You need Docker installed. The setup script handles everything else.',
43
41
},
44
42
{
45
-
question: 'What AI models are supported?',
46
-
answer: 'ClawHalla currently supports Claude Opus 4.6, Claude Sonnet 4.6, and Claude Haiku 4.5 via the OpenClaw gateway. GPT-4o support is on the roadmap. You bring your own API keys or use ClawHalla Cloud.',
43
+
question: 'Is there a hosted/cloud version?',
44
+
answer: 'Not yet. ClawHalla is currently self-hosted only. A cloud version is on the roadmap. Sign up for the newsletter to be notified.',
47
45
},
48
46
];
49
47
---
50
48
51
-
<Layouttitle="Pricing — ClawHalla"description="Simple, transparent pricing. Start free with the open source core, upgrade to Pro for all 15 agents and premium features.">
const chevron = label?.querySelector('.faq-chevron') as HTMLElement | null;
56
+
if (chevron) chevron.style.transform = input.checked ? 'rotate(180deg)' : '';
57
+
});
58
+
});
59
+
});
60
+
</script>
61
+
62
+
<Layouttitle="What's Included — ClawHalla"description="Everything included in ClawHalla — free and open source. Docker setup, Mission Control, starter agents, and more.">
0 commit comments