Releases

Stay on top of what we are working on and we have released so far.

SaaSykit Tenancy
1.1.0
September 15, 2024

  • Add ability to create tenant from admin panel & attach users to it.


SaaSykit Tenancy
1.0.6
September 13, 2024

  • Update libraries.


SaaSykit
1.8.28
September 13, 2024

  • Update libraries.


SaaSykit Tenancy
1.0.5
September 10, 2024

  • Fix missing translations.

  • Add initial plans/products on homepage as inspiration.


SaaSykit
1.8.27
September 10, 2024

  • Fix missing translations.

  • Add initial plans/products on homepage as inspiration.


SaaSykit Tenancy
1.0.4
September 10, 2024

  • Update libraries.


SaaSykit
1.8.26
September 10, 2024

  • Update libraries.


SaaSykit Tenancy
1.0.3
September 5, 2024

  • Add a component to display all one-time purchase products.


SaaSykit
1.8.25
September 5, 2024

  • Add a component to display all one-time purchase products.


SaaSykit Tenancy
1.0.2
September 5, 2024

  • Update libraries.

  • Fix a bug that affected customer creation from admin panel.


SaaSykit
1.8.24
September 5, 2024

  • Update libraries.


SaaSykit Tenancy
1.0.1
September 4, 2024

Add ReCaptcha check on password reset page - Customer contribution ✨✨


SaaSykit
1.8.23
September 4, 2024

Add ReCaptcha check on password reset page - Customer contribution ✨✨


SaaSykit Tenancy
1.0.0
September 2, 2024

Introducing SaaSykit Tenancy, a multi-tenant SaaS starter kit (boilerplate) that comes packed with all components required to run a modern SaaS software with multi-tenancy support.



  • Seat-based subscriptions: Define subscription plans with a certain number of seats, and your SaaS users can subscribe to these plans. Once they do, a tenant will be created for them with the number of seats they subscribed to.

  • Flat-rate subscriptions: You can choose to offer your users the ability to have a tenant, invite users, assign roles & permissions, etc without having to subscribe to a plan with a certain number of seats. This is useful if you want to offer a flat-rate subscription plan. You can also limit the number of users that can be invited to a tenant.

  • One-time purchase orders: You can offer your users the ability to purchase one-time products, and once they do, a tenant will be created for them.

  • User Invitations: Tenant admins can invite other users to their tenant, and assign them roles & permissions. Upon invitation, the invited user will receive an email with a link to accept the invitation.

  • Team Management: Tenant admins can manage their team by assigning roles & permissions to team members, and remove them if needed.

  • Roles & Permissions: Define roles & permissions that can be assigned to users in a tenant, those will be available to the tenant admins to assign to their team members.

  • Automatic Billing: Once a user subscribes to a plan, billing will be synced automatically. Billing will be based on the number of seats if they have a seat-based subscription plan, or flat-rate if they have a flat-rate subscription plan.

  • Events: Listen to events that are fired when a user is added to a tenant, removed from a tenant, or invited to a tenant, so you can take actions accordingly.

  • Tenant dashboard: Each tenant has its own dashboard where the tenant admin can manage their team, subscriptions, and more.


SaaSykit
1.8.22
August 28, 2024

  • Fix bug related to trial period calculation.


SaaSykit
1.8.21
August 28, 2024

  • Fix Paddle payment link.

  • Git rid of unnecessary code.

  • Update libraries.


SaaSykit
1.8.20
August 27, 2024

  • Fix bug with login with LinkedIn.

  • Improve db migrations for sqlite driver.

  • Other smaller bug fixes.


SaaSykit
1.8.19
August 25, 2024

  • Update composer & npm libraries.

  • Fix PHP Deployer issue with server provisioning (Caddyfile not found).


SaaSykit
1.8.18
August 15, 2024

Update libs.


SaaSykit
1.8.17
August 10, 2024

Update libraries.


SaaSykit
1.8.16
August 5, 2024

Bugfix: Fix subscription display bug with postgres database.


SaaSykit
1.8.15
August 3, 2024

Update libraries.


SaaSykit
1.8.14
July 29, 2024

  • Bugfix: double triggering of events.

  • Update libraries.


SaaSykit
1.8.13
July 27, 2024

  • Query performance improvements.

  • Update libraries.


SaaSykit
1.8.12
July 24, 2024

  • Bugfix: fix plan switcher on admin panel.


SaaSykit
1.8.11
July 24, 2024

  • Add command to export configs from DB to cache.

  • Add Laravel debug bar for development.

  • Update libraries.


SaaSykit
1.8.10
July 21, 2024

  • Update libraries.


SaaSykit
1.8.9
July 18, 2024

  • Improve subscription proration behaviour to prorate in advance.

  • Improve admin translations.

  • Bug fixes.


SaaSykit
1.8.8
July 15, 2024

  • Update libraries.


SaaSykit
1.8.7
July 11, 2024

  • Update libraries.