We've released Makerkit 2.16.0 for the Next.js Supabase Turbo kit!
The major highlight of this version is the introduction of the Feature Policies API. We've also added integrations for Paddle (alternative to Stripe), Signoz and PostHog as alternatives to Sentry.
Thanks to Makerkit's modular architecture, building new integrations is not only simple but incredibly powerful. Unlike other SaaS Kits, we think you should be able to plug and play your providers - rather than get stuck with a rigid architecture that doesn't allow you to easily change third parties.
Feature Policies API
The Feature Policies API is a declarative way to define behavior that you can customize. It's a great way to add custom behavior to your application without having to modify the core code.
Please check out the blog post to understand how it works.
At this time, we migrated the invitations flow to use the Feature Policies API. More flows will be migrated to it in the future, allowing easier customization of your application without the need to modify the core code.
Paddle (payments)
The Paddle integration allows you to use Paddle as your payment processor, as an alternative to Stripe and Lemon Squeezy (our built-in payment processors).
Paddle is a Merchant of Record, meaning that you can use Paddle to manage your payments and subscriptions without having to worry about VAT and other compliance requirements.
Please check out Paddle documentation for more information.
Signoz (error tracking)
The Signoz integration allows you to use Signoz, an open-source monitoring tool, as a way to monitor traces and exceptions across your entire application.
Please check out Signoz documentation for more information.
PostHog (error tracking, analytics)
The PostHog integration allows you to use PostHog as both your analytics tool and error tracking tool. While we've supported analytics for a long time, we've extended the PostHog plugin to allow using Posthog as a monitoring tool, making it possible to track errors and customer events across your entire application with ease.
Please check out PostHog monitoring documentation and PostHog analytics documentation for more information.