Samuel kraft
banner
samuelkraft.bsky.social
Samuel kraft
@samuelkraft.bsky.social
design engineer @raycast.com
If you dig the theme there's even a VSCode/Cursor theme available
marketplace.visualstudio.com/items?itemN...
Trigger.dark Theme - Visual Studio Marketplace
Extension for Visual Studio Code - The official Trigger.dev dark mode theme for Visual Studio Code.
marketplace.visualstudio.com
August 15, 2025 at 1:35 PM
Light mode is just as nice
August 15, 2025 at 1:35 PM
A route handler gets the original favicon from google's favicon api, then uses next/og to generate a new icon with the glow on top.

In the page itself we use generateMetadata to call the route with the blocked website domain.
January 21, 2025 at 2:00 PM
making "touchable" the new trend for 2025 🫡
November 22, 2024 at 9:46 AM
ooooh hell yea
November 22, 2024 at 7:49 AM
Congrats! that logo makes me want to touch it, looks like some soft grass 😌
November 22, 2024 at 7:47 AM
Check out the new blog (and maybe subscribe to that RSS feed because @ped.bsky.social will post some hot news later this week) 👉 raycast.com/blog
November 5, 2024 at 4:23 PM
We added support for optimized images with next/image by using rehype-img-size. This tool automatically adds width and height to all images, which are then passed to next/image in mdx-components.tsx.
November 5, 2024 at 4:22 PM
One downside of not using something like contentlayer is we don't get type-safe metadata - we solve this by validating the metadata for each mdx file.
November 5, 2024 at 4:22 PM
We export a getPost function that gets the MDX content and the post metadata which is exported as an object from the mdx
cheers to karlhorky for his demo repo github.com/karlhorky/ne...
November 5, 2024 at 4:22 PM