Skip to content
ESC

Start typing to search...

Getting Started

Start Talking to Ferni
Free Forever

Ferni is free for everyone. No signup walls. No credit card. Just someone who listens.

1

Talk to Ferni

The fastest way to experience voice AI that listens

Ferni is available right now. No account needed for your first conversation.

Go to app.ferni.ai and click "Start Talking." That's it. Ferni will introduce himself and you can start chatting about whatever's on your mind.

Open Ferni →
2

Meet the Team

Ferni isn't just one AI—it's a team of six specialists. Each has their own personality, voice, and expertise:

  • Ferni — Life coach, your main guide
  • Peter — Research and information
  • Alex — Communication and scheduling
  • Maya — Habits and routines
  • Jordan — Events and milestones
  • Nayan — Wisdom and perspective

During conversation, Ferni can hand you off to a specialist when needed. Or you can ask for someone specific.

3

Keep Talking

Ferni remembers your conversations. The more you talk, the more useful Ferni becomes. Mention something once and Ferni will remember it—whether that's your goals, your relationships, or what's stressing you out.

This is the "Ferni remembered..." moment. Perfect memory. Zero judgment. Full presence. That's what "better than human" actually means.

— OR —
A

Build a Custom Persona

Create AI personalities for your own applications

1

Open the Console

Go to the Developer Console and sign in with Google or GitHub. This creates your developer account.

2

Create a Persona

Go to Create Persona and follow the wizard:

1. Identity
Name and tagline
2. Personality
Traits and style
3. Voice
Pick and preview
4. Knowledge
Expertise areas
5. Behaviors
Greetings
6. Review
Submit
3

Choose a Voice

Browse our library of Cartesia voices. Click any voice to hear a preview with your greeting text. Each voice has different characteristics—warm, professional, energetic, calm.

4

Publish

The wizard validates your persona automatically. Submit for review and your persona will be available within a few days.

Create Persona →
B

For Developers

Build with the SDK and CLI for full control

Prerequisites

  • Node.js 18+Download
  • npm or pnpm — Package manager

Quick Start

bash
# Install the Ferni SDK
npm install @ferni/sdk

# Create a new persona
npx ferni persona create my-coach --template coach

# Start locally
npx ferni dev

See the SDK Documentation for the full API reference.