Astro
Migrating from astro-compress
With `astro-compress` deprecated, it's time to migrate your site to newer Astro features.
Hello from Bun!
Bun 1.0 has dropped, and to start my Bun content spiral, I've migrated my blog's build process to Bun using experimental Cloudflare Pages support.
How to Use AuthJS in Astro
Add authentication to your Astro site with the unofficial Auth.js package.
Astro SSR with Bun
Bun brings a ton of interesting new tools and APIs. Learn to use Bun on the server with Astro SSR.
Can you use UploadThing with Astro?
UploadThing makes file uploading easy. The question is, does it work with Astro?
OG Image Generation with Astro
Making OG images for your blog posts is a great way to make your content stand out on social media
How to Use Auth.js in Astro
Add authentication to your Astro site with the unofficial Auth.js adapter for Astro.
Add sponsors to your Starlight site
Add a sponsors component to your Starlight site to showcase your project's sponsors/affiliates.
Use Algolia Docsearch with Starlight
Learn how to use Algolia's Docsearch features in your Starlight documentation with component customisation.
Middleware Routing in Astro
Astro middleware allows you to intercept requests, and change how they're handled. Use a custom middleware router to control where your middleware will run.
Using Tailwind with External Content
A guide to styling external content, such as that from a CMS, or from Markdown, when using Tailwind.