We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ee4e5 commit 013c56fCopy full SHA for 013c56f
src/pages/HomePage.tsx
@@ -18,12 +18,12 @@ export function HomePage() {
18
@falai/agent
19
</h1>
20
<p className="hero-subtitle">
21
- Build intelligent, conversational AI agents with TypeScript
+ Type-Safe AI Conversational Agents That Actually Work in Production
22
</p>
23
<div className="hero-tags">
24
- <span className="tag">Standalone</span>
25
- <span className="tag">Strongly-Typed</span>
26
- <span className="tag">Production-Ready</span>
+ <span className="tag">Schema-driven data extraction</span>
+ <span className="tag">Predictable conversations</span>
+ <span className="tag">Enterprise-ready</span>
27
</div>
28
<div className="hero-actions">
29
<a href="#-quick-start" className="btn gradient-animated">
0 commit comments