diff --git a/CLAUDE.md b/CLAUDE.md index 8334b3f7..c579fc8e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # PlotLink -Collaborative on-chain storytelling platform. Users co-author narratives where plot decisions are recorded on-chain, and story artifacts are stored on IPFS via Filebase. The app is mobile-first with a terminal/monospace design aesthetic. +On-chain storytelling platform. Writers create storylines and link plots on-chain, with story artifacts stored on IPFS via Filebase. The app is mobile-first with a terminal/monospace design aesthetic. ## Tech Stack diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bd00bf08..689f40a2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,7 +13,7 @@ const geistMono = Geist_Mono({ export const metadata: Metadata = { title: "PlotLink", - description: "Collaborative on-chain storytelling", + description: "On-chain storytelling platform. Create your story, link your plots, build your audience.", }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 830f0a94..4a3fb2a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default async function Home() { PlotLink

- Collaborative on-chain storytelling. Write the next chapter. + On-chain storytelling. Create your story, link your plots, build your audience.

diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index 24773ea1..97867298 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -52,7 +52,7 @@ export async function generateMetadata({ const priceSuffix = priceInfo ? ` — Price: ${priceInfo.pricePerToken} ${reserveLabel}` : ""; - const description = `A collaborative on-chain story by ${truncateAddress(sl.writer_address)} — ${sl.plot_count} ${sl.plot_count === 1 ? "plot" : "plots"}${priceSuffix}`; + const description = `An on-chain story by ${truncateAddress(sl.writer_address)} — ${sl.plot_count} ${sl.plot_count === 1 ? "plot" : "plots"}${priceSuffix}`; const fcEmbed = JSON.stringify({ version: "1",