Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)

This commit is contained in:
Leon Serfaty
2026-06-20 20:12:43 -04:00
parent 3ad90f076f
commit 4fb2645db1
38 changed files with 94 additions and 93 deletions
+8 -8
View File
@@ -6,7 +6,7 @@ import { Button } from "@/components/ui/button";
export const metadata: Metadata = {
title: "FAQ",
description:
"Answers to common questions about creating AI podcasts with PodcastYes — generation, voices, languages, plans, billing, repurposing, the API, and teams.",
"Answers to common questions about creating AI podcasts with Podcast Distribution AI — generation, voices, languages, plans, billing, repurposing, the API, and teams.",
};
interface QA {
@@ -23,8 +23,8 @@ const FAQ: Category[] = [
title: "Getting started",
items: [
{
q: "What is PodcastYes and what does it do?",
a: "PodcastYes is an all-in-one AI studio that turns a single topic into a finished podcast episode. It writes the script with GPT-4, records realistic multi-voice audio with ElevenLabs, and designs matching cover art with DALL·E — then lets you fine-tune, download, and repurpose the result. You go from idea to a publishable MP3 in minutes, with no microphone and no editing software.",
q: "What is Podcast Distribution AI and what does it do?",
a: "Podcast Distribution AI is an all-in-one AI studio that turns a single topic into a finished podcast episode. It writes the script with GPT-4, records realistic multi-voice audio with ElevenLabs, and designs matching cover art with DALL·E — then lets you fine-tune, download, and repurpose the result. You go from idea to a publishable MP3 in minutes, with no microphone and no editing software.",
},
{
q: "Do I need recording equipment or editing experience?",
@@ -74,7 +74,7 @@ const FAQ: Category[] = [
},
{
q: "What languages are supported?",
a: "PodcastYes supports 13+ languages, available on the Creator plan and above. Choose your language in the wizard and the script and narration are produced natively in that language — no re-recording required.",
a: "Podcast Distribution AI supports 13+ languages, available on the Creator plan and above. Choose your language in the wizard and the script and narration are produced natively in that language — no re-recording required.",
},
{
q: "Can I clone my own voice?",
@@ -120,7 +120,7 @@ const FAQ: Category[] = [
},
{
q: "Do you offer an API and team or white-label workspaces?",
a: "The Pro plan includes API access, so you can create episodes programmatically with your own keys. The Agency plan adds a 5-seat team workspace plus white-label mode and custom branding, so you can run PodcastYes as your own studio for clients.",
a: "The Pro plan includes API access, so you can create episodes programmatically with your own keys. The Agency plan adds a 5-seat team workspace plus white-label mode and custom branding, so you can run Podcast Distribution AI as your own studio for clients.",
},
],
},
@@ -136,10 +136,10 @@ export default function FaqPage() {
Frequently asked questions
</h1>
<p className="mx-auto mt-4 max-w-2xl text-lg text-muted-foreground">
Everything you need to know about producing podcasts with PodcastYes. Can&apos;t find your
Everything you need to know about producing podcasts with Podcast Distribution AI. Can&apos;t find your
answer? Email{" "}
<a href="mailto:support@podcastyes.app" className="font-semibold text-brand hover:underline">
support@podcastyes.app
<a href="mailto:support@podcastdistributionai.com" className="font-semibold text-brand hover:underline">
support@podcastdistributionai.com
</a>
.
</p>