Announcing: Makerkit now supports Lemon Squeezy subscriptions! 🍋

Announcing support for Lemon Squeezy subscriptions in Makerkit. It's now possible to use a MoR to power your Makerkit app.

·2 min read
Cover Image for Announcing: Makerkit now supports Lemon Squeezy subscriptions! 🍋

I am very excited to announce that Makerkit now supports Lemon Squeezy subscriptions! 🍋

Why Lemon Squeezy?

Lemon Squeezy is a subscription management platform that allows you to sell subscriptions (and one-off payments) to your customers.

But why use Lemon Squeezy instead of Stripe? Lemon Squeezy is a Merchant of Record (MoR), which means that they are responsible for collecting sales tax for you. Not only this means it's easier for you to get started with selling subscriptions, but it also means that you don't have to worry about collecting sales tax yourself, which saves time and ultimately plenty of headaches.

Lemon Squeezy charges a 5% + $0.50 fee on all transactions, which is a bit higher than Stripe's 2.9% + $0.30 fee. For payments outside of the US, it will also charge 1.5%. With that said, it can be worth it if you don't want to worry about sales tax.

Makerkit + Lemon Squeezy = 💖

Lemon Squeezy has been integrated as a different branch on top of the original main branch, named main-ls. If you'd like to use Lemon Squeezy instead of Stripe, you can use the main-ls branch instead of main when creating your app.

For more information, please consult the documentation for your kit. At the time of writing, Lemon Squeezy is supported in the following kits:

  • Next.js + Firebase
  • Next.js + Supabase

Support for the Remix kits will be added soon.

The current integration with Lemon Squeezy will allow your customers to:

  • subscribe to a plan
  • switch to a different plan
  • cancel the current subscription
  • resume their subscription

At this time, to support more complex workflows such as trial periods, prorations, etc. you can customize the Lemon Squeezy integration yourself, in fact, the code is fairly concise and easy to understand.

In the future, we may support a basic customer portal and more complex workflows.

Check out the demo below:

Loading Tweet...

Conclusion

Adding a MoR was one of the most requested features for Makerkit, and I'm very happy to finally be able to deliver it.

I hope you enjoy using Lemon Squeezy with Makerkit! If you have any questions, please feel free to reach out to me on Twitter or Discord.


Read more about Changelog

Cover Image for Upgrading to Next.js 15

Upgrading to Next.js 15

·11 min read
Preparing the migration to Next.js 15. In this post, we will cover the changes that you need to make to your project to upgrade to Next.js 15, and how Makerkit will approach the migration.
Cover Image for Announcing the Analytics Package for Makerkit

Announcing the Analytics Package for Makerkit

·5 min read
We're excited to announce the launch of the Analytics Package for Makerkit, enabling you to track user interactions and monitor your users behavior.
Cover Image for Introducing the Roadmap Plugin: Track and Share Your Project's Progress

Introducing the Roadmap Plugin: Track and Share Your Project's Progress

·3 min read
The Roadmap Plugin allows you to create a roadmap for your project and display it on your website. Your users can see what features are planned, in progress, and completed and suggest new features or comment on existing ones.
Cover Image for Introducing Marketing Components: Crafting Stunning Landing Pages with Ease

Introducing Marketing Components: Crafting Stunning Landing Pages with Ease

·5 min read
We're excited to announce the release of Marketing Components, a collection of reusable UI components for marketing websites and landing pages.
Cover Image for Introducing the Testimonial Plugin for Makerkit

Introducing the Testimonial Plugin for Makerkit

·4 min read
Introducing a new plugin to add testimonials to your app with ease
Cover Image for Creating a Delightful Onboarding Experience with Multi-Step Forms

Creating a Delightful Onboarding Experience with Multi-Step Forms

·10 min read
In this post, we'll show you how to create a delightful onboarding experience using the Multi-Step Form Component for Makerkit.