digibouquetai

package module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2026 License: MIT Imports: 2 Imported by: 0

README

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.

Documentation

Overview

Package digibouquetai provides canonical DigiBouquet AI site metadata and URL helpers. It performs no network requests.

Index

Constants

View Source
const (
	// Name is the public product name.
	Name = "DigiBouquet AI"
	// Homepage is the canonical public website.
	Homepage = "https://digibouquetai.com"
)

Variables

This section is empty.

Functions

func AIBouquetURL

func AIBouquetURL() string

AIBouquetURL returns the bouquet builder URL with AI mode enabled.

func PageURL

func PageURL(page string) (string, error)

PageURL returns the canonical URL for a named DigiBouquet AI page.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL