Everything you need to set up your brand voice, generate content, score what you write, and integrate with the API.
Sign up, tell us about your brand, and start generating on-brand content instantly.
Sign up at getzebrafy.com — no credit card needed. You'll get 10 generations and 10 on-brand scores per month on the free plan.
The onboarding flow will ask you a few questions: your brand type, name, industry, website, and social links. If you have a website, we'll analyze it to extract your existing voice. You can also paste sample posts and answer a quick vibe questionnaire.
Head to the Generate page in your dashboard. Pick a platform, content type, describe what you want, and click Generate. Your content will sound like you wrote it — not like AI. You can also paste any content into the Score page to see how on-brand it is (0-100).
Install the Zebrafy Chrome extension to get Zeb (generate) and Score buttons next to every text field on the web — Google Reviews, LinkedIn, Instagram, X, YouTube, Yelp, email, and more.
When you approve or edit a generation, Zebrafy learns. Approved content reinforces good phrases. Edited content teaches Zeb what you don't like. The more you use it, the better it gets.
Your brand's unique voice fingerprint, synthesized from everything that makes you sound like you.
Brand DNA is a structured voice profile synthesized by AI from multiple data sources. The more data you provide, the more accurate your voice becomes.
We extract your tone, writing style, phrases, formality, and emoji usage from your website content.
8 tap-to-select questions covering personality, energy, humor, formality, hooks, CTAs, content length, and emoji style.
Paste up to 5 of your best posts. This is the ground truth — how you actually write.
For personal brands and creators: paste your bio or resume so content is grounded in real experience.
Connect X, Instagram, or LinkedIn to import your real posts. These carry the highest weight — it's how you actually write in the wild.
Zebrafy gets better the more you use it. Every interaction trains your brand voice:
Generate perfectly on-brand content for any platform and content type.
Every generation passes through multiple filters to ensure it sounds genuinely human:
Score any piece of content 0-100 against your brand voice with detailed feedback and suggestions.
Scores include 2-3 sentences of feedback, 2-4 specific improvement suggestions, and your anonymous percentile rank among all Zebrafy users (e.g. “Top 23% of brands on Zebrafy”).
Zebrafy knows the rules, conventions, and best practices for every major platform.
review-response, review-response-negative
Warm, references specifics, invites return visit. Negative: empathetic, non-defensive, offers offline resolution.
post, comment, reply, DM, connection-note
Hook-first posts, short paragraphs, CTA questions. Comments: insightful, no hashtags. Connection notes: under 300 chars.
caption, comment, DM, story, bio
Captions with hooks and CTAs. Comments: genuine, 1-2 sentences. Bio: under 150 chars. Hashtags at bottom.
post, reply, thread, DM
Under 280 chars. No hashtags. No links in tweet (links go in reply). Punchy, opinionated.
post, comment, review-response, DM
Conversational, community-focused. Questions drive reach. Review responses: warm, reference specifics.
caption, comment, reply, bio
Casual, punchy, keyword-rich for search. Bio: max 80 chars. Sound like a real user.
post, comment, reply, DM
Sound like a community member. No hashtags, no emojis. Genuine value, match subreddit culture.
post, reply
Conversational, opinionated. No hashtags, no links. Casual thought-sharing.
comment, reply, description
Genuine, specific to the video. Descriptions: hook in first 2 lines, key points, CTA.
review-response, review-response-negative
Professional, empathetic, references specifics. Negative: non-defensive, offers offline resolution.
reply, cold, follow-up, newsletter
Cold: personal hook, clear value prop, one CTA, under 100 words. Follow-up: brief, one clear ask.
post, comment, reply, caption, bio, DM
Follows general social media best practices for any platform not listed above.
Get Zeb and Score buttons next to every text field across the web.
The Chrome extension is built with Manifest V3. When available in the Chrome Web Store, it will auto-update.
Earn bonus generations and commissions by sharing Zebrafy with your audience.
Every account gets a unique referral link (zeb_...). Share it anywhere — social posts, newsletter, DMs.
When someone signs up with your link, you both get +5 bonus generations added to your monthly limit.
When your referral upgrades to a paid plan, you earn a 15% commission on their subscription and get +20 bonus generations.
High-performing referrers can be promoted to Ambassador status by our team.
Track your earnings and request payouts from your referral dashboard.
Generate and score content programmatically. Perfect for agents, automations, and integrations.
API access requires the Stallion plan ($39/mo) or above. All requests require a Bearer token. Create an API key in your Dashboard Settings.
Authorization: Bearer zbr_your_api_key_hereX-Request-Id for debugging./api/v1/generateGenerate on-brand content for any platform.
curl -X POST https://getzebrafy.com/api/v1/generate \
-H "Authorization: Bearer zbr_your_key" \
-H "Content-Type: application/json" \
-d '{
"platform": "linkedin",
"contentType": "post",
"inputContext": "Write about how AI is changing marketing"
}'{
"content": "Your generated on-brand content here...",
"platform": "linkedin",
"contentType": "post",
"brandProfile": { "id": "abc123", "name": "My Brand" },
"requestId": "req_a1b2c3d4e5f6..."
}/api/v1/scoreScore content against your brand voice (0-100).
curl -X POST https://getzebrafy.com/api/v1/score \
-H "Authorization: Bearer zbr_your_key" \
-H "Content-Type: application/json" \
-d '{
"inputText": "Your content to score...",
"platform": "twitter",
"contentType": "post"
}'{
"score": 87,
"feedback": "Strong brand voice. Conversational tone matches...",
"suggestions": ["Consider adding a CTA", "Shorten first sentence"],
"percentile": 77,
"platform": "twitter",
"contentType": "post",
"brandProfile": { "id": "abc123", "name": "My Brand" },
"requestId": "req_a1b2c3d4e5f6..."
}/api/v1/brand-profilesList all your brand profiles. Use the profile ID to scope requests.
{
"profiles": [
{
"id": "abc123",
"businessName": "My Brand",
"industry": "Marketing",
"tone": "casual",
"isDefault": true,
"createdAt": "2024-01-15T12:00:00.000Z",
"updatedAt": "2024-01-20T09:30:00.000Z"
}
]
}400Bad request / missing fields401Invalid or missing API key403Insufficient scope or plan tier404Brand profile not found413Request body too large (max 50KB)429Rate or usage limit exceeded500Internal server error502AI service error503AI service rate limited504AI service timeoutStart free. Upgrade when you need more.
| Colt Free | Zebra $19/mo | Stallion $39/mo | Herd $79/mo | Safari $199/mo | |
|---|---|---|---|---|---|
| Generations | 10/mo | 100/mo | 500/mo | 2,000/mo | 10,000/mo |
| On-Brand Scores | 10/mo | 100/mo | 500/mo | 2,000/mo | 10,000/mo |
| Brand Profiles | 1 | 1 | 3 | 10 | 50 |
| Platforms | All | All | All | All | All |
| Brand DNA Builder | — | ||||
| Chrome Extension | |||||
| Team Seats | — | — | 3 | 10 | Unlimited |
| Social Connect | — | ||||
| API Access | — | — |
Quick answers to the things people ask most.
Zebrafy isn't a replacement for those tools — it's a layer on top. Use Zebrafy to generate on-brand content, then score anything (including AI-generated content) against your brand voice. The API also lets you plug Zebrafy into any AI workflow.
Those tools generate generic content in a separate tab. Zebrafy lives on every platform via the Chrome extension, knows your specific voice through Brand DNA, learns from your edits, and scores everything 0-100 for brand alignment. It's not another AI writer — it's your brand's AI voice.
Yes. Stallion ($39/mo) supports 3 brand profiles, Herd ($79/mo) supports 10, and Safari ($199/mo) supports 50. Each profile has its own Brand DNA, learning history, and voice. Switch between profiles when generating content.
Every time you approve a generation, Zebrafy extracts distinctive phrases and adds them to your brand profile. When you edit a generation, it learns what you removed and avoids those patterns in the future. Over time, your Brand DNA becomes a highly accurate representation of your voice.
Your data is stored securely in a PostgreSQL database. API keys are SHA-256 hashed with timing-safe comparison (we never store the raw key). All API endpoints enforce per-key and per-IP rate limits with abuse detection. All webhook endpoints use signature verification. We don't share your data or use it to train models.
Yes. The REST API supports generating content, scoring content, and listing brand profiles. Create an API key in your dashboard settings, scope it to a brand profile, and integrate it with Zapier, Make, n8n, custom scripts, or any tool that makes HTTP requests.