Marketing capabilities,
native to your stack.
sbrembols is an API/SDK that lets developers embed campaign triggers, audience targeting, and analytics hooks directly into their product — in JavaScript, Python, or C#.
3
languages
1
API contract
<5 min
integration
Same intent,
every runtime.
One SDK surface across all three languages. Switch the tab to see idiomatic examples — the API shape stays identical.
No language-specific workarounds. No partial feature parity. Full coverage, everywhere your team writes code.
Install
npm install @sbrembols/sdkimport { sbrembols } from "@sbrembols/sdk";const sdk = sbrembols({apiKey: process.env.SBREMBOLS_KEY,});// Trigger a campaign from your backendawait sdk.campaign.trigger({audienceId: "power-users",event: "feature_unlocked",payload: { feature: "advanced-reporting" },});// Pull live analytics into your appconst stats = await sdk.analytics.query({metric: "conversion_rate",segment: "paid-tier",window: "7d",});console.log(stats.value); // 0.312
01
Multi-language interop
One platform — JavaScript, Python, and C# clients share a single API contract. No wrapper stitching, no translation layer.
02
Campaign triggers
Fire campaigns directly from your product's event stream. Target segments, set payloads, and track delivery without leaving your codebase.
03
Audience targeting
Define segments with the same query patterns you use for your database. Behavioral, attribute-based, or hybrid — your rules, your types.
04
Analytics hooks
Pull conversion rates, funnel metrics, and audience stats into your own dashboards. No iframes. Just data your code can act on.
05
Native integration
Runs wherever your backend runs. Docker, serverless, edge functions — zero platform dependency, full type safety.
06
SaaS subscription
Monthly or annual billing. Usage-based limits, no surprise overages. Upgrade programmatically via the management API.
Built for engineers who own the full stack.
Marketing platforms are built for marketers. sbrembols is built for the developers who have to integrate them — and who are tired of hacks, webhooks that break, and APIs designed without type safety in mind.
No more no-code stitching
Zapier and drag-and-drop tools break at the seams. sbrembols gives you programmatic control with proper error handling, retries, and typed contracts.
Your language, not ours
The SDK matches the idiom of the runtime — async/await in JS, context managers in Python, Tasks in C#. It reads like your code because it is your code.
Analytics that belong in your app
Pull campaign performance metrics directly into your product. Build internal dashboards without switching tabs or exporting CSV files.
Ship marketing features like product features.
sbrembols is in private beta. Request access and we'll get you set up in your language of choice.