NEW Marquee 4.0 is live — now $5,500 lifetime, or $199/mo with no contract. See pricing
● Live Trusted by 1,400+ product teams shipping marketing in-app See the wall

The marketing studio
that lives inside
your product.

Marquee is an embeddable studio your growth team installs in an afternoon. Ship in-app campaigns, onboarding flows, paywalls and lifecycle messaging — visually, from your own product, with your own data. Engineers stay focused. Marketers stop filing tickets.

30-day refund SOC 2 Type II 5-line install · React, Swift, Kotlin, Flutter Self-hostable on your CDN
studio.marquee.app/halcyon/campaigns/welcome-flow
⌘K
Welcome flow / Step 2 / Modal
Auto-saved · 12s ago
DV
JS
+2
×
New · Free for 14 days

Hi {{first_name}} — your trial is ready.

Three things to set up in the next two minutes. We'll keep it short.

1Connect your first data source
2Invite your marketing team
3Ship a welcome campaign
Devon · editing
Jules
Shipping campaigns inside
The Product

One studio. Three surfaces. Zero tickets.

Marquee is the design tool, the targeting engine, and the experiment dashboard — wired together so a marketer can ship a campaign, segment it, A/B it, and read the result without leaving the canvas. No dev work after the install. Tour the whole product →
01 · Studio

A visual editor that respects your brand.

Drag, type, brand-lock. Inherits your tokens, components and copy guidelines — so every campaign looks like your product, not someone's template.

Audiences 38 segments
Trial users · day 3+ 14,238 +12%
Power users · weekly 2,104 +38%
At-risk · 14d quiet 5,612 −6%
iOS · v4.2+ 82,440 +2%
Pro · annual 948 +24%
02 · Segments

Live segments, on your real product data.

Build cohorts from events flowing in — no CSV upload, no nightly ETL. Audience counts update in real time as users move between segments.

Trial paywall · A/B Winner B · 99% conf.
Variant A
6.8%conv.
Variant B
9.4%+38%
03 · Experiments

A/B and bandits, no analyst required.

Run holdouts and multi-arm bandits with a checkbox. Marquee picks the winner, exposes the lift, and rolls out to 100% — automatically, on your conditions.

Features

Twelve things that make marketers fast.

We didn't build another email tool. Marquee is the in-app surface your product is missing — and the workflow your marketing team has been begging for. All features included in every plan.

Native in-app surfaces

Modals, banners, tooltips, full-takeover screens, in-line cards, branching tours. Renders natively on iOS, Android, and web — no webviews.

SDK · React · Swift · Kotlin · Flutter

Real-time segments

Audiences computed on the device and the server. Targets stay live as users hit events — no nightly batch, no stale lists.

EVENT.STREAM · STREAMING SQL

Experiments + bandits

Holdouts, A/B/n, and contextual bandits with the same primitive. Sequential testing built-in. Stops you from peeking.

FREQUENTIST · BAYESIAN · CUPED
{}

Brand-locked components

Designers ship a token set; marketers can only color inside the lines. Your CMO sleeps. Your designer doesn't get pinged on weekends.

TOKENS · FIGMA · TAILWIND · CSS

Event-driven flows

Compose multi-step lifecycle journeys with wait, branch, and decision blocks. Trigger from any event, attribute or external webhook.

DRAG-DROP · YAML EXPORT · GIT-OPS

On-device personalization

Copy and offers personalized locally — no PII leaves the device. GDPR-safe, latency-free, works offline. Powered by our 12MB on-device model.

EDGE · OFFLINE-FIRST · 0 LATENCY

Your data, your warehouse

Two-way sync with Snowflake, BigQuery, Redshift, Postgres and Segment. Marquee never holds your data — it queries yours, in place.

REVERSE-ETL · BYO STORAGE · BYOC

Goal-aware rollout

Tie every campaign to a north-star metric. Marquee will auto-pause if it tanks. Auto-ramp if it lifts. Show the receipts to your board.

GUARDRAILS · KILL-SWITCH · ALERTS

Versioned, reviewable, revertable

Every campaign is git-backed. Branch, review, approve, ship, revert. The PR-style workflow your engineers will respect.

GIT-NATIVE · CODEOWNERS · CI HOOKS
Install in an afternoon

Five lines of code.
Ten minutes to your first campaign.

Drop the SDK in, identify your users, ship events. Your marketers can build, target, and launch the same day — no second sprint, no "Marquee migration".

1
Install the SDK

One package, every major framework. Native size: 38kb gzipped on web, 220kb on iOS/Android.

2
Identify & emit events

Pass user IDs and any events you already track. Marquee maps your existing schema — no event renaming.

3
Hand it off

Add your marketers to the workspace. They ship campaigns. You go back to building product.

Read the install guide
app/providers.tsx
// 1. Install
 1// $ npm i @marquee/react

 2import { MarqueeProvider, identify } from "@marquee/react";

 3export function App({ user, children }) {
 4  return (
 5    <MarqueeProvider apiKey={process.env.MARQUEE_KEY}>
 6      {identify(user.id, {
 7        plan: user.plan,         // segments update instantly
 8        trial_days_left: user.trialDaysLeft,
 9        last_active: user.lastActive,
10      })}
11      {children}
12    </MarqueeProvider>
13  );
14}

15// That's it. Marketers take it from here.
Integrations

Plays nicely with the rest of your stack.

Marquee is the orchestration layer — it pulls events from your warehouse, pushes outcomes to your analytics, and triggers email and push from the same flow. 54 native integrations and counting. Browse the directory →
SEGMENT
Events / CDP
Snowflake
Warehouse
▲ Vercel
Edge
BIGQUERY
Warehouse
Mixpanel
Analytics
Amplitude
Analytics
⌘ Linear
Workflow
POSTGRES
Database
Stripe
Billing
◐ Slack
Notifications
REDSHIFT
Warehouse
Notion
Docs
⌥ Figma
Design tokens
SENDGRID
Email
▣ Datadog
Observability
Pendo
Analytics
FIREBASE
Mobile
+38 more
→ Directory
By Team

Built for the people who ship — together.

Marquee is the rare tool that PMs, marketers and engineers all want installed. Permissions are role-aware out of the box, and every change is reviewable. Designed for 3-person growth squads and 300-person product orgs alike.
M For Marketing

Ship campaigns the same day you draft them.

Build, target, branch and launch without filing a single ticket. Reuse your brand tokens. Watch lift in the same window you authored the copy.

  • Drag-drop canvas + branded components
  • Audience builder on live product data
  • One-click A/B and bandits
  • Inline copy edits → instant publish
P For Product

Stop building one-off in-app banners.

Marquee owns the onboarding, paywall, and announcement surface area you'd otherwise rebuild every quarter. Free up two sprints, immediately.

  • Native rendering on iOS, Android, web
  • Goal-aware rollout w/ kill switch
  • Feature-flag-style audience targeting
  • Full audit log + git-backed history
E For Engineering

5-line install. Then peace.

BYO data warehouse. No PII leaves your VPC. Code-reviewable workflows, OpenAPI everywhere, full self-hosted option for Enterprise.

  • Native SDKs · Tree-shakeable
  • SOC 2 II · HIPAA · ISO 27001
  • BYOC: deploy in your AWS/GCP/Azure
  • Open-source render engine
"
We replaced four tools with Marquee. Our marketers ship 9× more campaigns and our engineers haven't touched an in-app modal in six months.
EP
Eliza Park
VP Growth, Halcyon Drinks · 14M users
/ Halcyon · Q1 → Q3 with Marquee
9.4×
Campaigns shipped per quarter
+38%
Trial → paid conversion
−72%
Eng tickets in growth backlog
$0
PII left the VPC
Verified · Halcyon Finance, 31 Mar 2026 · Full case study →
Pricing

Buy it once. Or rent it monthly.

Two ways in — same studio, same source, same updates. Pay once and it's yours forever, or rent it month-to-month and cancel from the receipt email. Roll your rent into a lifetime buy any time.
Best value
Lifetime · Buy

Own the studio. Forever.

Pay once. Fork the source. Use it on every project you'll ever ship. No renewals, no DRM, no second invoice.

$5,500
one-time · lifetime
What you get
  • Full source — every SDK, every template, every workspace
  • Unlimited MAU, unlimited seats, unlimited workspaces
  • All editions through v4.x — for life
  • Resell-work license — use it on client engagements
  • Self-hostable · BYO data warehouse
  • Private Discord seat with the founding team
  • 30-day refund, no questions asked
Buy now — $5,500
Monthly · Rent

Try it on a project.

Pay as you go. Cancel any time. Roll your last 12 months of rent into a lifetime purchase whenever you're ready.

$199
/mo · cancel anytime
What you get
  • Same full source as the lifetime option
  • Every new edition the day it ships
  • Unlimited MAU & seats while subscribed
  • Pause the subscription between client projects
  • Roll spend into lifetime — $5,500 credit cap
  • Community Discord seat
  • Two-click cancel from the receipt email
Start renting — $199/mo
Procurement, MSAs, or volume seats? Talk to sales →
FAQ

The questions we always get on the first call.

Can't find an answer? Email founders@marquee.app — Mira or Jules will reply within a working day.

Where does our user data actually live?

In your warehouse. Marquee queries Snowflake/BigQuery/Postgres in place — we cache only the audience IDs and segment memberships needed to render. For Scale and above, we ship a data residency add-on.

What does "lives inside your product" mean technically?

Our SDK ships a tiny render engine that draws native components in your app — not an iframe, not a webview. Animations are GPU-accelerated and respect reduced-motion. On web, it's 38kb gzipped.

How is this different from Intercom / Iterable / Braze?

Those are mostly outbound (email + push). Marquee is in-product surfaces, owned by product and growth together. We integrate with the messaging tools you already pay for — we don't replace them.

Will our engineers hate it?

We've designed Marquee for engineers to install once and ignore. Git-backed, code-reviewable, OpenAPI everywhere, full TypeScript types. Over 60% of our 5-star reviews are from engineering leads.

What does the install actually look like?

One package, one provider, an identify call. Most teams are live in under an afternoon. We have a free install pairing session if you want one of us on the call.

What about migration from our current tool?

Our migration team rewrites your existing flows for free on Scale and Enterprise. The average migration takes two weeks; read how Mercer did theirs.

Buy it once.
Or rent it.

Same studio either way. Pay $5,500 once and it's yours forever — fork it, ship it, white-label it, resell client work made on it. Or rent it for $199 a month and cancel whenever. 30-day refund on the lifetime buy.

SOC 2 Type II · GDPR & CCPA · HIPAA-ready · ISO 27001