
api-generator
A runtime service to returns the avatar of the <meta name="generator"> used on a web site.
This service currently supports:
- 11ty
- Hugo
- Gatsby
- WordPress
- Silex
- Jekyll
- Docusaurus
- Gridsome
- VuePress
- VitePress
- Hexo
- Astro
- Lume
- Next
- Nuxt
and I will happily merge PRs for others!
Usage
URLs have the formats:
/json/:url/
/image/:url/
Programmatic Usage
import FindGenerator from "@11ty/find-generator";
let g = new FindGenerator("https://www.11ty.dev/");
await g.fetch();
let content = g.findData();
Examples
- See the “Built With” column on https://www.speedlify.dev/ssg/
- zachleat.com is built with

- 11ty.dev is built with:

- gatsbyjs.com is built with:

- littlecaesars.com is built with:
