zachleat’s avatarzachleat’s Twitter Archive—№ 40,571

        1. I wanted to talk a bit about how we built your-year-on.netlify.com/ 🧵⬇️
      1. …in reply to @zachleat
        The first page-load experience is static, generated by @eleven_ty. The app code (HTML, CSS, JS, and fonts) weigh in at ~35 KB. The Mobile @____lighthouse score is pretty decent.
        oh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @zachleat
      The front-end is built with web components, primarily a new one named squirminal (like—a squirmy terminal? idk 🤷🏻) Given a DOM element, squirminal will remove the text from that element and animate it back in one chunk at a time. It’s open source: github.com/zachleat/squirminal/
  1. …in reply to @zachleat
    If you turn off JavaScript, you can see that each prompt and each individual command are <details> that you can expand.
    oh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @zachleat
      The authenticated experience runs through @eleven_ty Serverless 11ty.dev/docs/plugins/serverless/ reusing a lot of the OAuth work that I published recently: github.com/11ty/demo-eleventy-serverless-oauth
      1. …in reply to @zachleat
        When you go to share your content, we give you a link to a cached On-demand Builders page, that uses a clone of @eleven_ty’s Screenshot API service github.com/11ty/api-screenshot/ to generate a dynamic OpenGraph image for sharing on social. e.g. your-year-on.netlify.com/zachleat/6ed33a8494af/
        1. …in reply to @zachleat
          This project was the culmination of a ton of stuff that has been built for and with the @eleven_ty community and I think it has a really unique place in the static/dynamic site/transitional/app crossover continuum, built on the Jamstack. I hope y’all enjoy it!
          1. …in reply to @zachleat
            (Look for the open source code for this project soon!)
            1. …in reply to @zachleat
              I do want to call out one more benefit of using a dedicated share URL with dynamic OG images: markup-driven alt text. <meta property="og:image:alt"> <meta property="twitter:image:alt"> When sharing a URL—you get a custom image WITH full alt text for free 🏆
              oh my god twitter doesn’t include alt text from images in their API