Q: Production ready SAAS
Can I use this to create a saas app that multiple clients can log into? Can I grant clients access to a database?any limit?
Riya_NoCodeBackend
Dec 2, 2025A: Hi,
Yes you can design your database in such a way to allow multitenacy. And yes you can grant access to users to create their OWN databases, which you as the owner will have full access to.
Below are the features list:
AppSumo Tier 1:
3 databases
Unlimited tables and columns
Auto-generated REST APIs for each database
Auto-generated API documentation
No webhooks
No AI
AppSumo Tier 2:
15 databases
Unlimited tables and columns
Auto-generated REST APIs for each database
Auto-generated API documentation
15 Smart AI calls for 1-click database and API generation
1 webhook
AppSumo Tier 3:
All features above included
50 databases
Unlimited tables and columns
Auto-generated REST APIs for each database
Auto-generated API documentation
50 Smart AI calls for 1-click database and API generation
1 Custom domain for API documentation
5 webhooks
1 custom domain (CNAME)
Invite upto 3 users and set their database limits
AppSumo Tier 4:
All features above included
100 databases
Unlimited tables and columns
Auto-generated REST APIs for each database
Auto-generated API documentation
100 Smart AI calls for 1-click database and API generation
1 Custom domain for API documentation
50 webhooks
1 custom domain (CNAME)
Invite upto 10 users and set their database limits
AppSumo Tier 5:
Current
All features above included
250 databases
Unlimited tables and columns
Auto-generated REST APIs for each database
Auto-generated API documentation
250 Smart AI calls for 1-click database and API generation
1 Custom domain for API documentation
Unlimited webhooks
1 custom domain (CNAME)
Invite upto 20 users and set their database limits
Hi Riya,
Is there a documentation for the multitenancy? how do I do that? Will the saas app slow down when a lot of clients use the same database as the data increases? what can be done?
Does users means client? Is there a limit to the number of clients in the saas?
Does 1 custom domain mean that all the databases will be created under 1 custom domain?
why is the umber of webhooks limited?
Hi,
We don't have a documentation for that as that's something you build at your UI level. We are just a database layer to your complete full stack saas application. We do not create any saas. You use us to simply store your front end data. But you simply can have a user id column inside your database to differentiate between users.