PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Is it possible to create corporate subscriptions in Wave?

Solved
carlosolivas

Oct 10th, 2022 11:09 AM

I'm planning to create a B2B SAAS where companies will subscribe and give accesss to their employees, the different subscription plans can be defined by the number of employees allowed to have access to the app.

bobbyiliev

Oct 11th, 2022 01:13 AM

Best Answer

Hi there,

This is not available out of the box as of the time being but should be achievable with some changes to your project.

What you could do is to create a Corporation model and a relationship for each user to a specific Corporation. Based on that check you could authorize the specific user to access the resources of the corporation.

You could have an additional relation where you define the corporation admin responsible for meaning the subscription.

Let me know if you have any questions!