--- /** * ============================================================ * SVGarden — https://www.svgarden.dev * Author : Simon-Pierre Boucher * Contact: contact@spboucher.ai * File : src/pages/about.astro * Desc : About page — what SVGarden is and how to use the snippets * ============================================================ */ import Base from '../layouts/Base.astro'; import { loadSnippets, loadCategories } from '../lib/snippets.mjs'; const snippets = await loadSnippets(); const categories = await loadCategories(); ---

About SVGarden

SVGarden is a growing bank of {snippets.length} SVG + CSS animations across {categories.length} categories — loaders, stroke drawing, hover effects, gauges, animated text, shape morphs and backgrounds. It is built and maintained by Simon-Pierre Boucher.

The rules every snippet follows

How to use a snippet

Open any snippet, tweak it with the customizer, then Copy code (or Download .html). The attribution header travels with the code — you're free to use the snippets in your projects; keeping the header is appreciated.

Colophon

Built with Astro, highlighted at build time with Shiki, searched client-side with a lazy-loaded Fuse.js. The site itself is styled with the same vanilla CSS techniques the snippets teach — no CSS frameworks anywhere.