Ad Format Library
A collection of high-performance, native advertising components designed for AI interfaces, search results, and editorial feeds. Optimized for click-through rate and user experience.
Ad Formats
Choose between standalone ad payloads or woven ads integrated with content
Ad Styles
Choose a preset style for your standalone ads or completely customize the style for your site and we will support it with a custom ad payload
Base Ad Styles
View the preset styles for your standalone ads
The Open Source Firebase Alternative
Build in a weekend. Scale to millions. PostgreSQL, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.
The Open Source Firebase Alternative
Build in a weekend. Scale to millions. PostgreSQL, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.
For modern applications, you need a backend that provides database, authentication, and APIs without managing infrastructure. The Open Source Firebase Alternative. Learn more about Supabase.
The Open Source Firebase Alternative
Build in a weekend. Scale to millions. PostgreSQL, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.
The Open Source Firebase Alternative
Build in a weekend. Scale to millions. PostgreSQL, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.
Offer Schema
The unified payload structure for all ad formats. All fields are nullable and the payload can be customized to your needs.
titlesubtitlecontentctaclickUrlimageUrlbrandproductpricerating{
"title": "The Open Source Firebase Alternative",
"subtitle": "Supabase",
"content": "Build in a weekend. Scale to millions...",
"cta": "Start your project for free",
"clickUrl": "https://supabase.com",
"brand": {
"name": "Supabase",
"imageUrl": "/brand-icons/supabase.svg",
"url": "https://supabase.com"
}
}Tip: Use optional chaining and fallback values for nullable fields. For example: offer.brand?.name ?? 'Brand'