<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Heet</title>
    <description>The latest articles on DEV Community by Heet (@heet_bhalodiya).</description>
    <link>https://dev.to/heet_bhalodiya</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3796971%2Fa4f3a7f5-b03e-4b56-ad81-b7e9fcdaf71a.jpeg</url>
      <title>DEV Community: Heet</title>
      <link>https://dev.to/heet_bhalodiya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/heet_bhalodiya"/>
    <language>en</language>
    <item>
      <title>How to Add Payment Buttons &amp; Pricing Tables to Your Framer Website (No Code Required!)</title>
      <dc:creator>Heet</dc:creator>
      <pubDate>Sat, 28 Feb 2026 15:46:08 +0000</pubDate>
      <link>https://dev.to/heet_bhalodiya/how-to-add-payment-buttons-pricing-tables-to-your-framer-website-no-code-required-267</link>
      <guid>https://dev.to/heet_bhalodiya/how-to-add-payment-buttons-pricing-tables-to-your-framer-website-no-code-required-267</guid>
      <description>&lt;p&gt;Building a website is exciting, but when it comes to accepting payments, things can get complicated fast. Stripe integration? Payment forms? Subscription logic? It's enough to make anyone's head spin.&lt;/p&gt;

&lt;p&gt;What if I told you there's a way to add beautiful, fully-functional payment buttons and pricing tables to your Framer website in under 15 minutes—without writing a single line of code?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Creem for Framer&lt;/strong&gt;: a plugin that transforms payment integration from a developer nightmare into a designer's dream.&lt;/p&gt;

&lt;h2&gt;
  
  
  What You'll Build Today
&lt;/h2&gt;

&lt;p&gt;By the end of this tutorial, you'll have:&lt;/p&gt;

&lt;p&gt;✅ &lt;strong&gt;Professional checkout buttons&lt;/strong&gt; with 7 different styles (gradient, shimmer, ghost, and more)&lt;/p&gt;

&lt;p&gt;✅ &lt;strong&gt;Complete pricing tables&lt;/strong&gt; with monthly/yearly toggles—perfect for SaaS products&lt;/p&gt;

&lt;p&gt;✅ &lt;strong&gt;Fully responsive designs&lt;/strong&gt; that look great on mobile, tablet, and desktop&lt;/p&gt;

&lt;p&gt;✅ &lt;strong&gt;Real payment processing&lt;/strong&gt; powered by Creem's secure checkout&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Time needed:&lt;/strong&gt; 10-15 minutes&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Skill level:&lt;/strong&gt; Complete beginner (seriously, if you can click buttons, you can do this)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost:&lt;/strong&gt; Free to start (Creem offers test mode for development)&lt;/p&gt;

&lt;h2&gt;
  
  
  Prerequisites: What You Need Before Starting
&lt;/h2&gt;

&lt;p&gt;Before we dive in, make sure you have:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;A Framer account&lt;/strong&gt; → Sign up free at &lt;a href="https://framer.com/" rel="noopener noreferrer"&gt;framer.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;A Creem account&lt;/strong&gt; → Get started at &lt;a href="https://creem.io/" rel="noopener noreferrer"&gt;creem.io&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;The Creem plugin installed&lt;/strong&gt; → We'll cover installation in Step 2 below&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;💡 &lt;strong&gt;Note:&lt;/strong&gt; This plugin isn't publicly available in the Framer marketplace yet, but you can install it manually from GitHub (instructions below). It takes 2 minutes!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Installation: Get the Plugin Running
&lt;/h2&gt;

&lt;p&gt;Since the plugin is currently in development and not yet published to the Framer marketplace, you'll need to install it manually. Don't worry—it's easier than it sounds!&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 1: Clone from GitHub (Recommended)
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Clone the repository&lt;/span&gt;
git clone &amp;lt;https://github.com/Heet-Bhalodiya/creem-framer-plugin.git&amp;gt;

&lt;span class="c"&gt;# Navigate to the project folder&lt;/span&gt;
&lt;span class="nb"&gt;cd &lt;/span&gt;creem-framer-plugin

&lt;span class="c"&gt;# Install dependencies&lt;/span&gt;
pnpm &lt;span class="nb"&gt;install&lt;/span&gt;
&lt;span class="c"&gt;# or: npm install&lt;/span&gt;

&lt;span class="c"&gt;# Build the plugin&lt;/span&gt;
pnpm build
&lt;span class="c"&gt;# or: npm run build&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Option 2: Download ZIP
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt; Visit the GitHub repository: &lt;a href="https://github.com/Heet-Bhalodiya/creem-framer-plugin" rel="noopener noreferrer"&gt;https://github.com/Heet-Bhalodiya/creem-framer-plugin&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt; Click the green &lt;strong&gt;Code&lt;/strong&gt; button → &lt;strong&gt;Download ZIP&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt; Extract the ZIP file&lt;/li&gt;
&lt;li&gt; Open a terminal in the extracted folder&lt;/li&gt;
&lt;li&gt; Run &lt;code&gt;pnpm install&lt;/code&gt; then &lt;code&gt;pnpm build&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Load the Plugin in Framer
&lt;/h3&gt;

&lt;p&gt;Once built, load it as a development plugin:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; In the terminal, run &lt;code&gt;npm run dev&lt;/code&gt; or &lt;code&gt;pnpm dev&lt;/code&gt; (keep this running!)&lt;/li&gt;
&lt;li&gt; Open &lt;strong&gt;Framer Desktop App&lt;/strong&gt; and go to your project&lt;/li&gt;
&lt;li&gt; Open &lt;strong&gt;Framer menu&lt;/strong&gt; (top-left) → &lt;strong&gt;Preferences&lt;/strong&gt; → &lt;strong&gt;Plugins&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt; Enable &lt;strong&gt;Developer Tools&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt; Click the &lt;strong&gt;Plugins icon&lt;/strong&gt; in the toolbar (top-right)&lt;/li&gt;
&lt;li&gt; Click &lt;strong&gt;Open Development Plugin&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt; The plugin opens and connects to your local dev server!&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb0wlqq7rw64voq55q5zv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb0wlqq7rw64voq55q5zv.png" alt="Open Creem Plugin" width="539" height="617"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Part 1: Setting Up Your Creem Account &amp;amp; Products
&lt;/h2&gt;

&lt;p&gt;Before we can accept payments, we need products to sell! Let's set those up in Creem.&lt;/p&gt;

&lt;h3&gt;
  
  
  Create Your Products (The Right Way!)
&lt;/h3&gt;

&lt;p&gt;Here's where most people make a mistake when building SaaS products. Let me save you some headaches:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Log into &lt;a href="https://creem.io/" rel="noopener noreferrer"&gt;creem.io&lt;/a&gt; and navigate to &lt;strong&gt;Products&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt; Click &lt;strong&gt;+ Create Product&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now here's the important part:&lt;/p&gt;

&lt;h3&gt;
  
  
  🎯 If You're Building a SaaS with Monthly &amp;amp; Yearly Plans
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Create TWO separate products&lt;/strong&gt; for each tier:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example: "Pro Plan"&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Product 1: &lt;code&gt;Pro Plan - Monthly&lt;/code&gt; → Price: $29/month&lt;/li&gt;
&lt;li&gt;  Product 2: &lt;code&gt;Pro Plan - Yearly&lt;/code&gt; → Price: $290/year (save $58!)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why?&lt;/strong&gt; The plugin automatically detects matching products and creates a billing toggle. When users switch between "Monthly" and "Yearly," it seamlessly switches products behind the scenes.&lt;/p&gt;

&lt;h3&gt;
  
  
  📦 Product Setup Checklist
&lt;/h3&gt;

&lt;p&gt;For each product, fill in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  ✅ &lt;strong&gt;Name&lt;/strong&gt;: Clear tier name (e.g., "Pro Plan - Monthly")&lt;/li&gt;
&lt;li&gt;  ✅ &lt;strong&gt;Price&lt;/strong&gt;: Enter amount (e.g., 29.00)&lt;/li&gt;
&lt;li&gt;  ✅ &lt;strong&gt;Currency&lt;/strong&gt;: USD, EUR, GBP, etc.&lt;/li&gt;
&lt;li&gt;  ✅ &lt;strong&gt;Type&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;  Choose &lt;strong&gt;Recurring&lt;/strong&gt; for subscriptions&lt;/li&gt;
&lt;li&gt;  Choose &lt;strong&gt;One-time&lt;/strong&gt; for courses, templates, etc.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;  ✅ &lt;strong&gt;Billing Period&lt;/strong&gt; (for subscriptions): Monthly or Yearly&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Firpjtovmiqv1dp90t36u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Firpjtovmiqv1dp90t36u.png" alt="Creating Product - Creem Dashboard" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Get Your API Key (Keep This Secret!)
&lt;/h3&gt;

&lt;p&gt;Your API key is like a password that connects Framer to your Creem account.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; In Creem dashboard, click &lt;strong&gt;Developers&lt;/strong&gt; → &lt;strong&gt;API &amp;amp; Webhooks&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt; You may visit the &lt;a href="https://www.creem.io/dashboard/developers" rel="noopener noreferrer"&gt;https://www.creem.io/dashboard/developers&lt;/a&gt; page directly&lt;/li&gt;
&lt;li&gt; Click &lt;strong&gt;Create API Key&lt;/strong&gt; if you don't have one already&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frd5lo3yl1kc4tqx8sk27.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frd5lo3yl1kc4tqx8sk27.png" alt="API-Keys" width="800" height="145"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⚠️ &lt;strong&gt;Security Warning:&lt;/strong&gt; Never commit API keys to GitHub or share them publicly. Treat them like passwords!&lt;/p&gt;

&lt;h2&gt;
  
  
  Part 2: Connect the Plugin to Your Framer Project
&lt;/h2&gt;

&lt;p&gt;Now that we have products and an API key, let's connect everything.&lt;/p&gt;

&lt;h3&gt;
  
  
  Load Your Products into Framer
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt; Open your Framer project (create a new one if needed)&lt;/li&gt;
&lt;li&gt; Click &lt;strong&gt;Plugins&lt;/strong&gt; icon in the left toolbar (looks like a puzzle piece 🧩)&lt;/li&gt;
&lt;li&gt; Find the &lt;strong&gt;Creem&lt;/strong&gt; plugin (you installed it earlier)&lt;/li&gt;
&lt;li&gt; Click to open it&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You'll see a setup screen. Here's what to do:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Paste your Test Mode Key&lt;/strong&gt; into the API Key field&lt;/li&gt;
&lt;li&gt; Toggle &lt;strong&gt;Test Mode&lt;/strong&gt; to &lt;strong&gt;ON&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt; Click &lt;strong&gt;Save &amp;amp; Continue&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo5qvv05zoblnxqr48034.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo5qvv05zoblnxqr48034.png" alt="Creem Plugin Framer Setup" width="716" height="622"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The plugin fetches all your products from Creem instantly! 🎉&lt;/p&gt;

&lt;p&gt;If you see your products listed, you're connected. If not, double-check:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  API key is copied correctly (no extra spaces)&lt;/li&gt;
&lt;li&gt;  Test Mode is enabled&lt;/li&gt;
&lt;li&gt;  You have at least one product created in Creem&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Part 3: Create Your First Payment Button
&lt;/h2&gt;

&lt;p&gt;Let's add a beautiful "Buy Now" button that actually works.&lt;/p&gt;

&lt;h3&gt;
  
  
  Configure Your Button
&lt;/h3&gt;

&lt;p&gt;In the plugin interface:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Make sure the &lt;strong&gt;Button&lt;/strong&gt; tab is selected (top of plugin)&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Select a Product&lt;/strong&gt; from the dropdown (you'll see all your Creem products)&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Button Text&lt;/strong&gt;: Type what you want (e.g., "Get Started," "Buy Now," "Subscribe")&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Checkout Type&lt;/strong&gt;: Choose how checkout opens:

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Embed&lt;/strong&gt; → Opens in a popup/modal (smooth, keeps users on your site)&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;New Tab&lt;/strong&gt; → Opens checkout in a new browser tab (traditional)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Accent Color&lt;/strong&gt;: Pick a color that matches your brand&lt;/li&gt;
&lt;li&gt; Click &lt;strong&gt;Insert Button&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt; Click anywhere on your Framer canvas to place the button&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F16f57kr5bp5uah94p8w2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F16f57kr5bp5uah94p8w2.png" alt="Creem Framer Button Configuration Panel" width="800" height="798"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Customize the Button Style
&lt;/h3&gt;

&lt;p&gt;This is where it gets fun. Select your button on the canvas, then look at Framer's right sidebar (properties panel).&lt;/p&gt;

&lt;p&gt;You'll find &lt;strong&gt;Customization options&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Variant Styles (7 options):&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Default&lt;/strong&gt; → Solid fill, clean and professional&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Outline&lt;/strong&gt; → Border only, minimal and modern&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Ghost&lt;/strong&gt; → Subtle hover effect, great for secondary CTAs&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Gradient&lt;/strong&gt; → Eye-catching gradient animation&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Shadow&lt;/strong&gt; → Elevated with depth&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Shimmer&lt;/strong&gt; → Animated shine effect (attention-grabbing!)&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Icon Slide&lt;/strong&gt; → Arrow icon slides in on hover&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fguzrqcyy7vbimm1u30op.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fguzrqcyy7vbimm1u30op.png" alt="Framer Properties Panel for Buttons" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Colors:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Background color&lt;/li&gt;
&lt;li&gt;  Text color&lt;/li&gt;
&lt;li&gt;  Border color&lt;/li&gt;
&lt;li&gt;  Each has hover states too!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Sizing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Font size (12px - 24px)&lt;/li&gt;
&lt;li&gt;  Padding X &amp;amp; Y (adjust button size)&lt;/li&gt;
&lt;li&gt;  Border radius (0 = sharp, 999 = pill shape)&lt;/li&gt;
&lt;li&gt;  Full Width toggle (stretch to container width)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Play around until it matches your design perfectly!&lt;/p&gt;

&lt;h3&gt;
  
  
  Test Your Button (The Fun Part!)
&lt;/h3&gt;

&lt;p&gt;Before going live, let's make sure everything works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Click the &lt;strong&gt;Preview&lt;/strong&gt; button (▶️ play icon) in Framer's top-right corner&lt;/li&gt;
&lt;li&gt; Click your payment button&lt;/li&gt;
&lt;li&gt; Creem's checkout should pop up (if using Embed) or open in new tab&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F66yswueflnz9200f9ice.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F66yswueflnz9200f9ice.png" alt="Creem Framer - Preview Mode with Checkout Popup" width="500" height="920"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Use Creem's test card to complete a fake purchase:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;Card Number: 4242 4242 4242 4242
Expiry: Any future date (e.g., 12/28)
CVC: Any 3 digits (e.g., 123)

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If the checkout opens and processes successfully, congratulations! Your button works. 🎊&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;⚠️ &lt;strong&gt;Important:&lt;/strong&gt; Buttons won't work in Framer's edit mode (only in Preview). This prevents accidental clicks while designing.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Part 4: Build a Complete Pricing Table
&lt;/h2&gt;

&lt;p&gt;Buttons are great for single products, but what if you're building a SaaS with multiple tiers? That's where pricing tables shine.&lt;/p&gt;

&lt;h3&gt;
  
  
  Select Your Products &amp;amp; Configure
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt; Click the &lt;strong&gt;Pricing Table&lt;/strong&gt; tab in the plugin&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Product Type&lt;/strong&gt;: Choose one:

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Subscription&lt;/strong&gt; → For SaaS, memberships (shows monthly/yearly toggle)&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;One-time&lt;/strong&gt; → For courses, templates, digital products&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Select 1-5 products&lt;/strong&gt; by checking the boxes

&lt;ul&gt;
&lt;li&gt;  For SaaS: Check your monthly/yearly pairs (e.g., "Pro - Monthly" and "Pro - Yearly")&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Reorder tiers&lt;/strong&gt; using the ↑↓ arrows

&lt;ul&gt;
&lt;li&gt;  Put your most popular plan in the middle (psychology trick!)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Set your &lt;strong&gt;Accent Color&lt;/strong&gt; (used for highlights and CTAs)&lt;/li&gt;
&lt;li&gt; Click &lt;strong&gt;Insert Pricing Table&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt; Click on canvas to place it&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6bcrb9lj0qhmp90331ea.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6bcrb9lj0qhmp90331ea.png" alt="Pricing Selection - Creem Framer Plugin" width="372" height="647"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎯 &lt;strong&gt;Psychology Tip:&lt;/strong&gt; The middle tier gets 3-4x more conversions than others. Make it your best value and mark it as "Most Popular"!&lt;/p&gt;

&lt;h3&gt;
  
  
  Customize Every Detail (40+ Options!)
&lt;/h3&gt;

&lt;p&gt;Select your pricing table and explore the properties panel. You'll be amazed at how much control you have.&lt;/p&gt;

&lt;h3&gt;
  
  
  General Settings
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Show Billing Toggle&lt;/strong&gt;: Display monthly/yearly switcher (auto-shows for subscriptions)&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Toggle Style&lt;/strong&gt;: Choose "Pill" (rounded) or "Segmented" (iOS-style)&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Checkout Type&lt;/strong&gt;: Embed popup or New Tab&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Layout&lt;/strong&gt;: Cards automatically resize and wrap on mobile (fully responsive!)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Colors (10+ Options!)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;  Page background color&lt;/li&gt;
&lt;li&gt;  Card background &amp;amp; borders&lt;/li&gt;
&lt;li&gt;  Text colors (tier names, descriptions, prices, features)&lt;/li&gt;
&lt;li&gt;  Button colors (background, text, hover states)&lt;/li&gt;
&lt;li&gt;  Toggle colors (background, active state)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4trgtywtymdk2j2aut3r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4trgtywtymdk2j2aut3r.png" alt="Pricing Colors" width="800" height="732"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Typography
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;  Tier name font size&lt;/li&gt;
&lt;li&gt;  Price font size&lt;/li&gt;
&lt;li&gt;  Feature list font size&lt;/li&gt;
&lt;li&gt;  Button text size&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Spacing &amp;amp; Layout
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;  Card padding (internal space)&lt;/li&gt;
&lt;li&gt;  Card border radius (rounded corners)&lt;/li&gt;
&lt;li&gt;  Container padding (outer margins)&lt;/li&gt;
&lt;li&gt;  Gap between cards&lt;/li&gt;
&lt;li&gt;  Max container width (for large screens)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwaf69g6uyy31fi47uk6y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwaf69g6uyy31fi47uk6y.png" alt="Responsive Table" width="766" height="630"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The best part? The table is &lt;strong&gt;fully responsive&lt;/strong&gt; out of the box. Cards stack beautifully on mobile, maintain 2-column on tablets, and spread to full width on desktop.&lt;/p&gt;

&lt;h3&gt;
  
  
  Edit Tier Content (Names, Prices, Features)
&lt;/h3&gt;

&lt;p&gt;Want to customize what each tier says? You have full control:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Select your pricing table&lt;/li&gt;
&lt;li&gt; In properties, scroll to the &lt;strong&gt;Tiers&lt;/strong&gt; array&lt;/li&gt;
&lt;li&gt; Click to expand &lt;strong&gt;Tier 1&lt;/strong&gt;, &lt;strong&gt;Tier 2&lt;/strong&gt;, etc.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For each tier, you can edit:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkml9cyz21ulepbgk164f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkml9cyz21ulepbgk164f.png" alt="Tier Editor" width="594" height="806"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Name&lt;/strong&gt;: "Starter," "Pro," "Enterprise," etc.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Description&lt;/strong&gt;: Short tagline (e.g., "Perfect for individuals")&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Monthly Price&lt;/strong&gt;: Enter number only (e.g., 29)&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Yearly Price&lt;/strong&gt;: Enter number only (e.g., 290)&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Features&lt;/strong&gt;: One per line (e.g., "10 projects\n50GB storage\nPriority support")&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;CTA Text&lt;/strong&gt;: "Get Started," "Try Free," "Contact Sales"&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Highlighted&lt;/strong&gt;: Toggle ON to add "Most Popular" badge and accent styling&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Real Example:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Name: "Pro Plan"
Description: "For growing teams"
Monthly Price: 49
Yearly Price: 470
Features:
  Unlimited projects
  500GB storage
  Priority support
  Advanced analytics
  Custom domains
CTA Text: "Start Free Trial"
Highlighted: ✅ ON

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;💡 &lt;strong&gt;Conversion Tip:&lt;/strong&gt; Always highlight your middle tier! Studies show it increases conversions by 30-40%. Use labels like "Most Popular," "Best Value," or "Recommended."&lt;/p&gt;

&lt;h3&gt;
  
  
  Preview Your Pricing Table
&lt;/h3&gt;

&lt;p&gt;Let's see it in action:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Click &lt;strong&gt;Preview&lt;/strong&gt; (▶️) in Framer&lt;/li&gt;
&lt;li&gt; If you have subscriptions, &lt;strong&gt;toggle between Monthly and Yearly&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;  Watch the prices and features update automatically&lt;/li&gt;
&lt;li&gt;  Notice the "Save X%" or annual discount messaging&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Click a &lt;strong&gt;"Get Started"&lt;/strong&gt; button on any tier&lt;/li&gt;
&lt;li&gt; Complete a test purchase using: &lt;code&gt;4242 4242 4242 4242&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft2r0jjgcgmoi5pdwuakb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft2r0jjgcgmoi5pdwuakb.png" alt="Preview-Pricing-Creem Framer plugin" width="800" height="502"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everything working smoothly? Perfect! You now have a production-ready pricing table. 🚀&lt;/p&gt;

&lt;h2&gt;
  
  
  Part 5: Taking Your Site Live (Production Mode)
&lt;/h2&gt;

&lt;p&gt;You've built and tested everything. Now it's time to accept real money.&lt;/p&gt;

&lt;h3&gt;
  
  
  Switch from Test to Production
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Get Your Production API Key&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Go to &lt;a href="https://creem.io/dashboard" rel="noopener noreferrer"&gt;Creem Dashboard&lt;/a&gt; → Settings → API Keys&lt;/li&gt;
&lt;li&gt; Copy your &lt;strong&gt;Production Mode Key&lt;/strong&gt; (⚠️ keep this SECRET!)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Update Plugin Settings&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; In Framer, open the Creem plugin&lt;/li&gt;
&lt;li&gt; Click the &lt;strong&gt;Settings/Gear&lt;/strong&gt; icon&lt;/li&gt;
&lt;li&gt; Paste your &lt;strong&gt;Production Key&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt; Toggle &lt;strong&gt;Test Mode&lt;/strong&gt; to &lt;strong&gt;OFF&lt;/strong&gt; (very important!)&lt;/li&gt;
&lt;li&gt; Click &lt;strong&gt;Save&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Step 3: Update Your Components&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Select each button/pricing table on your canvas&lt;/li&gt;
&lt;li&gt; In properties panel, find &lt;strong&gt;Test Mode&lt;/strong&gt; toggle&lt;/li&gt;
&lt;li&gt; Turn it &lt;strong&gt;OFF&lt;/strong&gt; for each component&lt;/li&gt;
&lt;li&gt; Double-check all components are in production mode&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;⚠️ &lt;strong&gt;Critical:&lt;/strong&gt; If Test Mode is still ON, customers will see test checkout pages (and you won't get paid!). Always verify before publishing.&lt;/p&gt;

&lt;h3&gt;
  
  
  Publish Your Site to the Web
&lt;/h3&gt;

&lt;p&gt;Final step: make your site live!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Click &lt;strong&gt;Publish&lt;/strong&gt; button in Framer's top-right corner&lt;/li&gt;
&lt;li&gt; Choose your domain:

&lt;ul&gt;
&lt;li&gt;  Use a custom domain (e.g., &lt;code&gt;yourapp.com&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;  Or use free Framer subdomain (e.g., &lt;code&gt;yourapp.framer.app&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Click &lt;strong&gt;Publish to Web&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;🎉 &lt;strong&gt;Congratulations!&lt;/strong&gt; Your site is live with fully functional payments!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Post-Launch Checklist:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  ✅ Test a real purchase (use a small amount first)&lt;/li&gt;
&lt;li&gt;  ✅ Verify payment appears in Creem dashboard&lt;/li&gt;
&lt;li&gt;  ✅ Check success redirect works (if you set one)&lt;/li&gt;
&lt;li&gt;  ✅ Test on mobile, tablet, and desktop&lt;/li&gt;
&lt;li&gt;  ✅ Share with a friend and watch them complete a purchase!&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Helpful Resources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Creem Documentation:&lt;/strong&gt; &lt;a href="https://docs.creem.io/" rel="noopener noreferrer"&gt;docs.creem.io&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Framer Help Center:&lt;/strong&gt; &lt;a href="https://framer.com/help" rel="noopener noreferrer"&gt;framer.com/help&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/Heet-Bhalodiya/creem-framer-plugin" rel="noopener noreferrer"&gt;github.com/Heet-Bhalodiya/creem-framer-plugin&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Report Issues:&lt;/strong&gt; &lt;a href="https://github.com/Heet-Bhalodiya/creem-framer-plugin/issues" rel="noopener noreferrer"&gt;Open an issue on GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Building payment flows used to require developers, complex integrations, and weeks of work. With Creem for Framer, you can have a fully functional checkout system running in under an hour.&lt;/p&gt;

&lt;p&gt;Whether you're launching a SaaS product, selling digital downloads, or monetizing your design templates, this plugin removes the technical barriers between you and your first sale.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The best part?&lt;/strong&gt; Every component is fully customizable, production-ready, and responsive out of the box. No compromises on design. No limitations on functionality.&lt;/p&gt;

&lt;p&gt;Now go build something amazing—and start getting paid for it! 💰&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Have questions or feedback? Drop them in the comments below or open an issue on GitHub. Happy building!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>framer</category>
      <category>plugin</category>
      <category>saas</category>
      <category>nocode</category>
    </item>
    <item>
      <title>How to Automatically Split Revenue with Creem (Co-Founders, Affiliates &amp; Partners)</title>
      <dc:creator>Heet</dc:creator>
      <pubDate>Fri, 27 Feb 2026 19:43:36 +0000</pubDate>
      <link>https://dev.to/heet_bhalodiya/how-to-automatically-split-revenue-with-creem-co-founders-affiliates-partners-3g7b</link>
      <guid>https://dev.to/heet_bhalodiya/how-to-automatically-split-revenue-with-creem-co-founders-affiliates-partners-3g7b</guid>
      <description>&lt;p&gt;If you run a SaaS, Affiliate program, or digital product business, you’ve probably faced this challenge:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  How do I split SaaS revenue with my co-founder?&lt;/li&gt;
&lt;li&gt;  How do I automatically pay affiliates?&lt;/li&gt;
&lt;li&gt;  How do I share revenue with contractors or partners?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As your business grows, managing payouts manually becomes complicated and time-consuming. ⚠️&lt;/p&gt;

&lt;p&gt;That’s where Creem’s &lt;strong&gt;Revenue Splits&lt;/strong&gt; feature helps.&lt;/p&gt;

&lt;p&gt;It enables &lt;strong&gt;automated revenue sharing&lt;/strong&gt; by distributing payments between recipients automatically whenever a transaction occurs.⚡ Instead of using spreadsheets or sending manual transfers, you configure the split once and Creem handles the rest.&lt;/p&gt;

&lt;p&gt;In this guide, we’ll explore how to split SaaS revenue automatically using &lt;a href="https://www.creem.io/" rel="noopener noreferrer"&gt;Creem&lt;/a&gt;, along with real-world examples and step-by-step setup instructions.&lt;/p&gt;




&lt;h3&gt;
  
  
  What Are Revenue Splits? 💡
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.creem.io/sign-in" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F44qe1858y82rcxuzy2nn.png" alt="What Are Revenue Splits" width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Revenue Splits allow you to automatically distribute payments between multiple recipients whenever a transaction happens.&lt;/p&gt;

&lt;p&gt;Instead of receiving 100% of revenue, calculating commissions manually and sending transfers to each party, Creem distributes revenue automatically based on your configured split rules. This improves transparency and builds trust between all parties involved.&lt;/p&gt;

&lt;p&gt;This is ideal for:🚀&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Co-founders Partnerships&lt;/li&gt;
&lt;li&gt;  Affiliate Programs&lt;/li&gt;
&lt;li&gt;  External Partners&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note&lt;/em&gt;&lt;/strong&gt;: Split payments incur a 2% fee.💰 This fee is deducted from the transaction amount before any commission is distributed to recipients.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Creem Revenue Splits is designed for SaaS companies, Affiliate programs, and digital businesses that need to share revenue between multiple stakeholders automatically..&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Real-World Use Cases 🌍
&lt;/h2&gt;

&lt;p&gt;Now, let's explore some real world uses cases...&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Co-Founder Revenue Sharing
&lt;/h3&gt;

&lt;p&gt;Let’s say you’re selling a digital product for  &lt;strong&gt;$200&lt;/strong&gt;, and you and your co-founder have agreed to a  &lt;strong&gt;70/30 revenue split&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;When a purchase occurs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  2% split fee =  $4&lt;/li&gt;
&lt;li&gt;  Remaining amount =  $196&lt;/li&gt;
&lt;li&gt;  Your co-founder receives 30% =  $58.80&lt;/li&gt;
&lt;li&gt;  You receive 70% =  $137.20&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No manual transfers. Complete transparency. Fully automated.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. SaaS Affiliate Program (Recurring)
&lt;/h3&gt;

&lt;p&gt;For example, You sell a  &lt;strong&gt;$49/month SaaS subscription&lt;/strong&gt;  and you offer  &lt;strong&gt;30% recurring commission&lt;/strong&gt;  to affiliates.&lt;/p&gt;

&lt;p&gt;Every time a customer subscribes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  2% split fee ≈  &lt;strong&gt;$0.98&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;  Remaining amount ≈  &lt;strong&gt;$48.02&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;  Affiliate receives 30% ≈  &lt;strong&gt;$14.41&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And this repeats automatically every billing cycle. Affiliates can track their earnings from their dashboard. This works perfectly for influencers, YouTubers and partnership programs.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Paying Contractors or Agencies
&lt;/h3&gt;

&lt;p&gt;Let’s say:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Your developer earns 20% of product revenue.&lt;/li&gt;
&lt;li&gt;  Your design agency earns 10%.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of monthly invoicing, assign the split to your product &amp;amp; revenue is automatically shared. This is ideal for Growth Agencies, Technical co-founders &amp;amp; revenue-sharing partnerships.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step-by-Step: Setting Up a Revenue Split in Creem ⚙️
&lt;/h2&gt;

&lt;p&gt;Before you start setting up revenue split in Creem, make sure that you meet the basic requirements as listed below:&lt;/p&gt;

&lt;h3&gt;
  
  
  ✅ Requirements
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;  An active and verified store&lt;/li&gt;
&lt;li&gt;  Store should be in good standing&lt;/li&gt;
&lt;li&gt;  Have at least one product created&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Once you fulfill all the requirements, you can start setting up splits.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 1: Navigate to Splits Hub 📍
&lt;/h3&gt;

&lt;p&gt;In your Creem dashboard, you can find the  &lt;strong&gt;splits hub&lt;/strong&gt;  in the  &lt;strong&gt;Growth section&lt;/strong&gt;  in the sidebar.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Farigfmu3v159xkqeylsz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Farigfmu3v159xkqeylsz.png" alt="Creem sidebar" width="306" height="708"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2: Configure Split. 🧩
&lt;/h3&gt;

&lt;p&gt;Once you’re in the Splits Hub, navigate to the  &lt;strong&gt;Splits&lt;/strong&gt;  page from the left sidebar.&lt;/p&gt;

&lt;p&gt;I have attached the screenshot for splits page:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwwax5m2hktosfsws990f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwwax5m2hktosfsws990f.png" alt="Splits dashboard" width="800" height="300"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On this page, you can find the  &lt;strong&gt;create split&lt;/strong&gt;  button on the top right corner of the screen.&lt;/p&gt;

&lt;p&gt;Let’s create a new split. Once you click on the  &lt;strong&gt;create split&lt;/strong&gt;  button it will open a screen like below:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmmx2jkjlsk5cc7vxw8yx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmmx2jkjlsk5cc7vxw8yx.png" alt="Create a split in creem" width="800" height="454"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Select your store, Product on which you want to create a split and provide a description for a split. You can also preview a split on the right side of the screen.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3: Add Recipients 👤
&lt;/h3&gt;

&lt;p&gt;You can invite recipients of a split using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Their  &lt;strong&gt;Store ID&lt;/strong&gt;  (found under Settings)&lt;/li&gt;
&lt;li&gt;  Their  &lt;strong&gt;Email address&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You also need to assign the revenue split percentage to each recipient.&lt;/p&gt;

&lt;p&gt;Once everything is configured, click  &lt;strong&gt;Create Split&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;You can check all your product’s splits at the splits overview page. I am attaching the screenshot for your reference:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8wfmq4eh9czmsneul3iw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8wfmq4eh9czmsneul3iw.png" alt="Creem splitsHub Dashboard" width="800" height="342"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Your all splits&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  If you invite via  &lt;strong&gt;email&lt;/strong&gt;, recipients will receive an invitation email to accept the split.&lt;/li&gt;
&lt;li&gt;  If you invite via  &lt;strong&gt;Store ID&lt;/strong&gt;, the split will appear instantly in their dashboard.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After accepting the invitation, recipients must complete their onboarding on Creem and set up their  &lt;strong&gt;payout method&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Recipients can also see their commission payments in the splits Dashboard or in their Activity tab under their Store account on the main Creem dashboard.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe9dayhkletogo3bujw0a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe9dayhkletogo3bujw0a.png" alt="Creem splitsHub Dashboard" width="800" height="234"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Recipients are paid on the  &lt;strong&gt;same payout schedule as the merchant.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Once the setup is complete and a payment is received, the revenue is automatically distributed according to the defined split rules among the recipients.&lt;/p&gt;




&lt;h2&gt;
  
  
  Managing Your Revenue Splits 📊
&lt;/h2&gt;

&lt;p&gt;Once you have configured the revenue splits, Creem provides tools to efficiently manage the revenue splits:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Real-Time Dashboard
&lt;/h3&gt;

&lt;p&gt;Monitor your split performance and recipient payments.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzdxzpjl90pkihob8mmqy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzdxzpjl90pkihob8mmqy.png" alt="Creem’s Real-time Splits Dashboard" width="800" height="335"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Automated Distribution
&lt;/h3&gt;

&lt;p&gt;Funds are distributed automatically according to your configured rules.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Recipient Management
&lt;/h3&gt;

&lt;p&gt;Easily Add, remove, or modify recipients and their payout preferences.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Compliance Support
&lt;/h3&gt;

&lt;p&gt;Revenue splits are handled with proper tax documentation and reporting.&lt;/p&gt;

&lt;p&gt;This makes creem suitable even for formal partnership agreements.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Revenue Splits Are a Growth Multiplier? 🚀
&lt;/h2&gt;

&lt;p&gt;Revenue splits aren’t just about payments. They enable new business models like revenue-share partnerships, affiliate-first growth, and global collaborations without financial friction.&lt;/p&gt;

&lt;p&gt;By setting up splits in Creem, you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Reward partners and affiliates automatically&lt;/li&gt;
&lt;li&gt;  Structure co-founder revenue transparently&lt;/li&gt;
&lt;li&gt;  Pay contractors without headaches&lt;/li&gt;
&lt;li&gt;  Scale collaboration without adding manual work&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of managing finances yourself, you configure the split once and it runs automatically, transaction by transaction.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thoughts 🎯
&lt;/h2&gt;

&lt;p&gt;Whether you’re building a SaaS, running an affiliate program, or working with partners, learning how to &lt;strong&gt;split SaaS revenue&lt;/strong&gt; efficiently becomes important as your business grows. Managing payouts manually with spreadsheets and transfers takes time and can create confusion between stakeholders.&lt;/p&gt;

&lt;p&gt;Creem’s &lt;strong&gt;Revenue Splits&lt;/strong&gt; feature solves this by enabling &lt;strong&gt;automated revenue sharing&lt;/strong&gt;. You can distribute payments between co-founders, affiliates, contractors, or partners automatically whenever a transaction happens.&lt;/p&gt;

&lt;p&gt;Instead of handling payouts yourself, you set up the split once and Creem manages the rest. This reduces manual work, improves transparency, and makes it easier to scale partnerships.&lt;/p&gt;

&lt;p&gt;If you want a simple way to automate payouts and share revenue with confidence, Creem makes it straightforward to get started.&lt;/p&gt;




&lt;p&gt;🔗 Sources&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.creem.io/features/split-payments" rel="noopener noreferrer"&gt;https://docs.creem.io/features/split-payments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.creem.io/getting-started/introduction" rel="noopener noreferrer"&gt;https://docs.creem.io/getting-started/introduction&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>revenue</category>
      <category>saas</category>
      <category>split</category>
      <category>founder</category>
    </item>
  </channel>
</rss>
