Sequoia
Sequoia
Unverified

Publish evergreen content to the ATmosphere.

Publish evergreen content to the ATmosphere.

Sequoia is a simple CLI for turning existing static blog content into standard.site documents and publishing them to the AT Protocol. It supports OAuth-based auth, framework integrations, and local or CI workflows so developers can ship evergreen posts to the ATmosphere with minimal migration overhead.

Reviews
(0)
โ€”

Be the first to review this product.

Updates
Introducing Sequoia: Publishing for the Open WebIntroducing Sequoia: Publishing for the Open Web !hero Today I'm excited to release a new tool for the AT Protocol: Sequoia. This is a CLI tool that can take your existing self-hosted blog and publish it to the ATmosphere using Standard.site lexicons. If you haven't explored ATProto you can find a primer here, but in short, it's a new way to publish content to the web that puts ownership and control back in the hands of users. Blogs in some ways have already been doing this, but they've been missing a key piece: distribution. One of the unique features of ATProto is [lexicons](), which are schemas that apps build to create folders of content on a user's personal data server. The domain verified nature lets them be indexed and aggregated with ease. Outside of apps, lexicons can be extended by community members to build a common standard. That's exactly how Standard.site was brought about, pushing a new way for standardizing publications and documents on ATProto. The founders and platforms behind the standard, leaflet.pub, pckt.blog, and offprint.app, all serve to make creating and sharing blogs easy. If you are not a technical person and don't have a blog already, I would highly recommend checking all of them out! However, for those of us who already have blogs, there was a need for a tool that could make it easy to publish existing and new content with this new standard. Thus Sequoia was born. Sequoia is a relatively simple CLI that can do the following: - Authenticate with your ATProto handle - Configure your blog through an interactive setup process - Create publication and document records on your PDS - Add necessary verification pieces to your site - Sync with existing records on your PDS It's designed to be run inside your existing repo, build a one-time config, and then be part of your regular workflow by publishing content or updating existing content, all following the Standard.site lexicons. The best part? It's designed to be fully interoperable. It doesn't matter if you're using Astro, 11ty, Hugo, Svelte, Next, Gatsby, Zola, you name it. If it's a static blog with markdown, Sequoia will work (and if for some reason it doesn't, open an issue!). Here's a quick demo of Sequoia in action: <iframe class="w-full" style={{aspectRatio: "16/9"}} src="https://www.youtube.com/embed/sxursUHq5kw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen ></iframe> ATProto has proven to be one of the more exciting pieces of technology that has surfaced in the past few years, and it gives some of us hope for a web that is open once more. No more walled gardens, full control of our data, and connected through lexicons. Install Sequoia today and check out the quickstart guide to publish your content into the ATmosphere ๐ŸŒณ :::code-group :::
Jan 30, 2026
Mentions

I suppose it depends if they make edits without a new CID - if even allowed. The only issue I found when I edited a post once - just fixing an image ref since I was working on some @sequoia.pub changes - was aggregated stats were wrong. Backlinks e.g. likes were retained but counts were off.

5/16/26, 6:08 AM

I am really happy having my blog as a static site generator, plus @sequoia.pub to publish it to @standard.site ๐Ÿฉท But I was missing some tooling to simply view and handle minor tweaks in the `site.standard.publication` record ๐Ÿค” Not anymore, cuducos.tngl.io/std-pub is out ๐Ÿ“ฐ

5/14/26, 3:50 PM

details on how to configure it are here: tangled.org/notplants.bs... (based somewhat off of how sequoia.pub works)

5/8/26, 6:16 PM