Default Models

The SaaSify Kit comes with a set of default models that are used to manage multiple features of the SaaSify Kit.

User

The User model is used to manage the user data. It includes the user’s name, email, image, and other related data.

Auth

The NextAuth models are used to manage the authentication data. They are

  1. Account - Used to store the user’s account data.
  2. Session - Used to store the user’s session data.
  3. VerificationToken - Used to store the user’s verification token data.

More about the Auth feature can be found in the Auth documentation.

Team

The Team models are used to manage the team data. They are

  1. Team - Used to store the team data.
  2. TeamMember - Used to store the team member data.
  3. TeamInvitation - Used to store the team invitation data.

More about the Team feature can be found in the Team documentation.


MIT 2025 Β© Nextra.