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
+7 -7
View File
@@ -9,13 +9,13 @@ const SECTIONS: LegalSection[] = [
{
heading: "Acceptance of these terms",
paragraphs: [
"By creating an account or using PodcastYes (the \"Service\"), you agree to these Terms of Service. If you are using the Service on behalf of an organization, you represent that you are authorized to bind that organization to these terms.",
"By creating an account or using Podcast Distribution AI (the \"Service\"), you agree to these Terms of Service. If you are using the Service on behalf of an organization, you represent that you are authorized to bind that organization to these terms.",
],
},
{
heading: "The Service",
paragraphs: [
"PodcastYes is an AI platform that turns a topic into a produced podcast episode — writing the script, synthesizing multi-voice audio, and generating cover art — and helps you repurpose that content. Features and limits vary by plan and may change as we improve the Service.",
"Podcast Distribution AI is an AI platform that turns a topic into a produced podcast episode — writing the script, synthesizing multi-voice audio, and generating cover art — and helps you repurpose that content. Features and limits vary by plan and may change as we improve the Service.",
],
},
{
@@ -55,7 +55,7 @@ const SECTIONS: LegalSection[] = [
{
heading: "API access",
paragraphs: [
"Eligible plans may access the PodcastYes API using keys you generate. Keep keys secret; requests are attributed to, and count against, the owning account, and are subject to rate and usage limits. We may revoke keys that are abused.",
"Eligible plans may access the Podcast Distribution AI API using keys you generate. Keep keys secret; requests are attributed to, and count against, the owning account, and are subject to rate and usage limits. We may revoke keys that are abused.",
],
},
{
@@ -67,7 +67,7 @@ const SECTIONS: LegalSection[] = [
{
heading: "Disclaimers and limitation of liability",
paragraphs: [
"To the maximum extent permitted by law, the Service is provided without warranties of any kind, and PodcastYes is not liable for indirect, incidental, or consequential damages, or for any loss of data, profits, or goodwill. Our total liability for any claim relating to the Service is limited to the amount you paid us in the twelve months before the claim.",
"To the maximum extent permitted by law, the Service is provided without warranties of any kind, and Podcast Distribution AI is not liable for indirect, incidental, or consequential damages, or for any loss of data, profits, or goodwill. Our total liability for any claim relating to the Service is limited to the amount you paid us in the twelve months before the claim.",
],
},
{
@@ -85,12 +85,12 @@ const SECTIONS: LegalSection[] = [
{
heading: "Governing law",
paragraphs: [
"These terms are governed by the laws of the jurisdiction in which PodcastYes is established, without regard to conflict-of-laws rules. Nothing here limits any non-waivable rights you have under your local law.",
"These terms are governed by the laws of the jurisdiction in which Podcast Distribution AI is established, without regard to conflict-of-laws rules. Nothing here limits any non-waivable rights you have under your local law.",
],
},
{
heading: "Contact",
paragraphs: ["Questions about these terms? Email legal@podcastyes.app."],
paragraphs: ["Questions about these terms? Email legal@podcastdistributionai.com."],
},
];
@@ -99,7 +99,7 @@ export default function TermsPage() {
<LegalDoc
title="Terms of Service"
updated={UPDATED}
intro="These Terms of Service govern your access to and use of PodcastYes. Please read them carefully — they include important information about your rights, billing, acceptable use, and the limits of our liability."
intro="These Terms of Service govern your access to and use of Podcast Distribution AI. Please read them carefully — they include important information about your rights, billing, acceptable use, and the limits of our liability."
sections={SECTIONS}
/>
);