Build what matters.
Ferni's technology is opening up. Build your own AI coaches, create specialized personas, and reach people who need exactly what you offer. The platform that powers Ferni—now yours.
WHAT'S GROWING
Everything you need to build amazing voice agents
Bundle System
Self-contained agent packages with identity, voice, behaviors, and knowledge. Everything in one place.
AvailableCLI Tools
Create agents from templates, validate bundles, and manage your team from the command line.
AvailableVoice Integration
Seamless Cartesia voice synthesis with per-agent voice IDs and emotional expression.
AvailableSmart Handoffs
Agents automatically hand off to each other based on context. Define triggers, done.
AvailablePersona Builder
Visual tools for creating coaches—define personality, voice, and expertise without code.
AvailableRevenue Sharing
Publish to the Ferni Marketplace and earn when people use your personas.
Coming SoonSNEAK PEEK
Simple agent definition
Define your agent's personality in JSON. Here's what it will look like.
{
"name": "Luna",
"displayName": "Luna the Life Coach",
"tagline": "Your thoughtful companion for personal growth",
"voice": {
"provider": "cartesia",
"voiceId": "a0e99841-438c-4a64-b679-ae501e7d6091"
},
"personality": {
"warmth": 0.85,
"humorLevel": 0.6,
"formality": 0.3,
"traits": ["empathetic", "encouraging", "insightful"]
},
"knowledge": {
"domains": ["personal development", "mindfulness", "habits"],
"expertise": ["goal setting", "stress management"]
}
}
Start building today
Create your first AI persona in minutes using our visual wizard. No code required to get started.
Sign in with Google or GitHub to access your developer dashboard.
Built on open source
Ferni's agent framework is open source. Build with confidence knowing you can inspect, modify, and contribute to the code.
View on GitHub