惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tailwind CSS Blog
MyScale Blog
MyScale Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
雷峰网
雷峰网
罗磊的独立博客
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
博客园 - 司徒正美
Last Week in AI
Last Week in AI
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
量子位
宝玉的分享
宝玉的分享

Buttondown's blog

Email could have been X.400 times better The physicists who convinced Fermilab to send Brazil's emails Better in-app previews Analytics 3.0 Subscriber ID variables Comments! Send latest premium action Automation filtering Free API subscribers Surveys in automations Reply to replies Labels for RSS feeds How Jeremy Singer-Vine curates curious datasets for readers 2023 (and what's next) Email vs web content Sort by engagement Better gift subscriptions How Andy Dehnart built a career reviewing television New email template Email-based automations Opt-in reply tracking Automatic alt text More social network integrations Sort by metadata Overlarge image warnings Automation tag actions Pause emails mid-flight Search tags and automations Gift via automations Subscriber-driving emails
2026: Archives
Justin Duke · 2025-12-01 · via Buttondown's blog

This is the first in a series of four posts (archives; paid subscriptions and monetization; email delivery; data and analytics) about some of the work we have planned for 2026. It's meant to be a little more informal and technical than our usual blog posts; if you're just interested in how it impacts you, we'll have changelog entries as these changes are shipped!


If I'm being totally honest, I've been unhappy with the state of the archives for a while now. It's a one-two punch:

  1. We have—or had—two separate themes, "classic" and "modern," each with completely different HTML and CSS.
  2. We also allow users to supply custom CSS to tailor their archives however they wish, and we always will.

This combination makes iterating on the archives tremendously difficult. We're not just dealing with two separate themes; we're cross-referencing every change to make sure we don't break anyone's custom CSS.

All of this has resulted in a bit of learned helplessness. It's felt like an uphill battle to clean up, modify, or tweak the design of any archive page. As a result, any changes we've made over the past few years have been purely additive. This culminates in archives that look disjointed—some pages, like comments pages, have designs or styles incongruous with the emails on which they reside.

Internally, we've had a project for a while to solve this problem once and for all. Inspired by the CSS Zen Garden (which perhaps dates me as a developer), our end state looks something like this:

  1. A single set of HTML templates chock-full of semantic CSS classes, making it easy to confidently overwrite a given rule or page.
  2. A well-structured core CSS theme handling responsiveness, accessibility, a basic color palette, typography scale, and so on.
  3. Multiple CSS themes that sit atop that core theme to provide an opinionated look for your archives.
  4. Surfacing certain CSS variables like font or background color as design inputs so non-technical users can make changes without having to ask Google what CSS is.
  5. As always, a break-glass-in-case-of-emergency CSS override for folks who really know what they're doing.

This allows a sliding scale of customization: non-technical users can choose a theme and be done with it, more persnickety users are armed with knobs and dials to tweak the design to their liking, and developers are armed with a single, consistent set of HTML and CSS to build on top of.

We've started making these changes, and you might already notice some of the benefits. Both themes are going to suddenly look a little more cohesive and coherent—and a little less, well, janky. Our goal is to not break any existing functionality or CSS, but I'm sure we're going to end up doing so anyway. Please let us know if and when we do. Full documentation and more themes will be coming soon. This is just the groundwork.


So that's the look and feel of the archives. But what about the actual experience of using them?

Fundamentally, the archives were built on an assumption that they're largely static. It's just email content preserved in amber. While this is true for many use cases, it's increasingly untrue for a larger proportion of our users who use interactive content such as comments, surveys, or embeds. We never really thought cohesively about how to build multiple pieces of interactive content within the archives, and as a result, things like authentication or entitlement are built ad hoc, and the user experience suffers as a result.

Our plan is to add the good parts of a more interactive application without sacrificing the performance, stability, and accessibility that our current implementation excels at. Specifically, we'll likely continue to render a more inert version of interactive forms, like the comments section, then progressively enhance them to feel more modern. For instance, you should be able to reply to a comment in a thread without leaving the page.


Lastly: none of this is indicative of any strategic change. We joke a fair amount internally about making sure that we don't accidentally end up becoming WordPress. There exists a Venn diagram between what we can offer and what a more full-fledged CMS can offer; Our goal is not to increase the amount of overlap so much as it is to make sure that the CMS-shaped bits that we do offer are as good as they can (and should!) be.