(function () {
if (typeof navigator === 'undefined' || !navigator.modelContext) return;
const controller = new AbortController();
const signal = controller.signal;
navigator.modelContext.registerTool('list_modules', {
description: 'List all 60+ custom Beaver Builder modules provided by Ultimate Addons for Beaver Builder.',
inputSchema: {
type: 'object',
properties: {
category: {
type: 'string',
description: 'Optional category filter (e.g. content, creative, form)'
}
}
},
execute: async (params) => {
return {
url: 'https://www.ultimatebeaver.com/modules/',
description: 'Browse all UABB modules with live demos',
total: '60+'
};
}
}, { signal });
navigator.modelContext.registerTool('list_templates', {
description: 'Browse 300+ professionally designed row and page templates, and 40+ full website demos for Beaver Builder.',
inputSchema: {
type: 'object',
properties: {
type: {
type: 'string',
enum: ['row', 'page', 'website'],
description: 'Type of template to browse'
}
}
},
execute: async (params) => {
const urls = {
row: 'https://www.ultimatebeaver.com/templates/',
page: 'https://www.ultimatebeaver.com/templates/',
website: 'https://www.ultimatebeaver.com/free-premium-beaver-builder-templates/'
};
return {
url: urls[params?.type] || 'https://www.ultimatebeaver.com/templates/',
description: 'Browse UABB templates'
};
}
}, { signal });
navigator.modelContext.registerTool('get_pricing', {
description: 'Get current UABB pricing plans, features, and purchase links.',
inputSchema: {
type: 'object',
properties: {}
},
execute: async () => {
return {
url: 'https://www.ultimatebeaver.com/pricing/',
plans: [
{ sites: 3, annual: '$69/yr', lifetime: '$319' },
{ sites: 10, annual: '$79/yr', lifetime: '$349' },
{ sites: 1000, annual: '$89/yr', lifetime: '$399' }
],
purchase: 'https://store.brainstormforce.com'
};
}
}, { signal });
})();
Heading - Ultimate Addons for Beaver Builder
This content is currently blocked.
Skip to content
The UABB smart heading modules make powerful headlines attractive!
Add sub-headings & separators to make them look good.
Condimentum massa cupidatat tenetur lobortis quia fames corrupti volutpat vehicula aut aliquam nilimn vestibulum condimentum hac ornare tortor taciti! Et debitis praesentium estibulum.
Quidem penatibus dignissimos sit repellat ullamcorper, sapien risus veniam gravida eveniet? Diamlorem, dolorem molestie, parturient. adipiscing perspiciatis officia, fames convallis numqu
Left Heading Line With Icon
Use variations of the heading module with predefined styling or customize them according to your website needs.
Right Heading Line With Image
Use variations of the heading module with predefined styling or customize them according to your website needs.
Original And Creative In Thinking
Ornare facilis dictum elit odit turpis aenean nobis magnis semper luctus arcu mus malesuada pede pellentesque! Laudantium mollit arcu molestie. Non aiores, fugiat nec, veritati
Scroll to Top