a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

landing page copy tweaks

Brendan Schlagel (May 21, 2026, 2:52 PM EDT) f3c6fc68 ae038f79

+7 -7
+3 -2
app/about/AboutPage.tsx
··· 41 41 </div> 42 42 43 43 <p className=" pt-6 text-tertiary text-center leading-snug mx-auto text-lg sm:text-xl!"> 44 - A simple and powerful platform for social publishing <br />— blogs, 45 - newsletters, and more! 44 + Delightful writing and effortless publishing, to connect with your 45 + community — whether you're writing a blog, newsletter, or secret third 46 + thing. 46 47 </p> 47 48 {/*<Demo />*/} 48 49 <Features />
+4 -5
app/about/Features.tsx
··· 11 11 <div className="flex flex-col w-fill max-w-sm text-center md:text-left md:py-4 py-0 mx-auto"> 12 12 <h3>Reach your readers</h3> 13 13 <p> 14 - Send updates via email, Bluesky, the Atmosphere 15 - <br /> 16 - Be part of a social ecosystem with millions of users 14 + Send updates via email, Bluesky, and the Atmosphere — a social 15 + ecosystem with millions of users 17 16 </p> 18 17 </div> 19 18 </div> 20 19 <div className="flex md:flex-row flex-col-reverse md:gap-8 gap-4 justify-center"> 21 20 <div className="flex flex-col w-fill max-w-sm text-center md:text-right md:py-4 py-0 mx-auto"> 22 21 <h3>Express yourself</h3> 23 - <p>Custom themes and domains</p> 22 + <p>Custom themes and custom domains: $0</p> 24 23 </div> 25 24 <img 26 25 src="/about/customize.webp" ··· 40 39 <div className="border-l border-t border-border w-px " /> 41 40 <div className="flex-1 flex flex-col text-center"> 42 41 <h4>Build your community</h4> 43 - <p>Events, conversations, and easy sharing</p> 42 + <p>Newsletters, events, conversations and more</p> 44 43 </div> 45 44 </div> 46 45 </>