DigiBouquet AI Site Kit

A small, dependency-free JavaScript helper for projects that link to DigiBouquet AI. It exports factual site metadata and canonical URLs for the bouquet builder, AI gift-card creator, examples, guides, and pricing pages.

This is a site integration helper, not an official API SDK. It makes no network requests.

Install

npm install digibouquetai-site-kit

Usage

import {
  aiBouquetUrl,
  pageUrl,
  siteMetadata,
} from 'digibouquetai-site-kit';

console.log(siteMetadata.homepage);
console.log(pageUrl('aiGiftCard'));
console.log(aiBouquetUrl());

Useful DigiBouquet AI pages:

Source and license

Source: bbwdadfg/digibouquetai-site-kit

The repository also contains the equivalent Go module and JSR TypeScript source, so consumers can use the same canonical link vocabulary across those ecosystems without adding network calls.

MIT licensed.