Skip to content

A collection of purpose-built, small plugins for Vite and Astro.

License

Notifications You must be signed in to change notification settings

lilnasy/gratelets

Repository files navigation

A collection of purpose-built plugins for Vite and Astro.

Emotion Extract

CSS-in-JS with the performance of handwritten stylesheets.

Emotion.Extract.mp4

WebSocket adapters for Astro

Add realtime features to your server-rendered apps without paying a fortune.

Node (NPM) Cloudflare (NPM) Bun (NPM) Deno (NPM)

Typed API for Astro

Refactor full-stack apps with confidence.

Read more. Find it on NPM.

Dynamic Imports for Astro

Personalize headless CMSs without compromising on SEO.

Read more. Find it on NPM.

...and more

  • astro-adds-to-head - fix a corner case in content collections rendering. README | NPM
  • astro-client-interaction - load and hydrate framework components on first interaction. README | NPM
  • astro-emotion - CSS-in-Zero-JS using Emotion. README | NPM
  • astro-global - use the Astro global directly inside framework components and MDX pages. README | NPM
  • astro-prerender-patterns - control rendering modes for all pages and endpoints right from the configuration. README | NPM
  • astro-scope - get the hash used by the astro compiler to scope css rules. README | NPM
  • astro-server-only-modules - prevent certain modules from being imported into client-side code. README | NPM