scraps as emails
Apr 23, 2026 · 1 min read
his is fun, I'm testing a scrap that…might be sent…as an email - ?!
very cool!
so far, so good
just adding a subpage
to see how they render in email lol
don't forget to check out leaflet!
further testing
with some headings
like this
and more text :) woot!
cool img from Mosh's talk:
- yay funding models
- we need more good ones!
excited for this meetup!
oh yeah I made a demo:
more things:
- canvas page
- block quote
- poll
- embed
- math
- code
hey I'm a canvas hey!
testing block quote with some text to see how this renders too!
Poll
Loading poll…
^Scraps! once again…but…embedded
const AtApp = (props: { logo: string; name: string }) => {
return (
<div className="w-20 flex-shrink-0 flex flex-col gap-2 justify-center text-tertiary font-bold text-sm text-center">
<img src={props.logo} alt={props.name} className="w-12 h-12 mx-auto" />
{props.name}
</div>
);
};okay I think that's it for now!
—Brendan
Did this enjoy this document?
Give it a heart — Standard Reader surfaces well-loved writing to more readers across the network.
scrappier
@schlage.town