Q: Are there better support options besides email?
I have two very serious issues that I contacted support about via email, but one of them received a reply saying they would confirm with the team, and I have yet to hear back. The other issue has had absolutely no response at all. It has been almost a month now. Do you have a better support method?
Founder Team
Riya_NoCodeBackend
Dec 9, 2025
A: Hi, I'll check that for you and ask someone to reach out to you. We are on a very lean support coverage this entire month. So your email may have slipped under.
I have a few more technical questions to properly assess scalability before choosing a tier:
1. What is the storage limit per database in terms of size (GB/TB)?
2. Is there any overall storage cap per account per tier?
3. What types of data can be stored in each database? Structured data (text, numbers, JSON), Images, Files (PDF, audio, etc.)
4. Can I store video files directly...
Founder Team
Riya_NoCodeBackend
Dec 9, 2025
A: Hi Raj, 1. There is no storage limits, but rather number of rows which are 1 million per table. You still can go above 1 million rows but then you may start seeing slowness. 2. Nope. 3. Only structured data. No blobsor base64 data which can just skyrocket the storage with just few entries. 4. You can simply store the URLs inside NoCodeBackend. But you need to actually host it on s3 or something...
AppSumo Tier 1: 3 databases Unlimited tables and columns Auto-generated REST APIs for each database Auto-generated API documentation No webhooks No AI
1. Does it mean I can use it with 3 projects only? 2. I have 5 different web and mobile apps where I need a backend for headless cms using react.js/next.js as frontend. 3. Can I go with AppSumo Tier 1: 3 databases to run my 5 apps?
Founder Team
Riya_NoCodeBackend
Dec 9, 2025
A: Hi Raj, A database is something that holds all your front end data to make it persistent and make it available to your users anytime they want to see it via your front end. 1. A database is ideally for one entire application. It contains tables and columns related to that application only. If your project is an application, then yes you can have 3 projects in tier 1. 2. Already explained in my...
Well, thanks for letting me know. Now I understand why you are avoiding being explicit on all the other BYOK questions being made. A $700 product that will become useless with nothing proprietary about it after 250 prompts, unless I buy credits at whatever price you want us to pay for it. Uffff... glad I've dodged this bullet.
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?
Founder Team
Riya_NoCodeBackend
Dec 2, 2025
A: 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
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.
Q: Are there better support options besides email?
I have two very serious issues that I contacted support about via email, but one of them received a reply saying they would confirm with the team, and I have yet to hear back. The other issue has had absolutely no response at all. It has been almost a month now. Do you have a better support method?
Riya_NoCodeBackend
Dec 9, 2025A: Hi,
I'll check that for you and ask someone to reach out to you. We are on a very lean support coverage this entire month. So your email may have slipped under.
Thanks
Riya
Share NoCodeBackend
Q: Assess scalability before choosing a tier
Hi Riya,
I have a few more technical questions to properly assess scalability before choosing a tier:
1. What is the storage limit per database in terms of size (GB/TB)?
2. Is there any overall storage cap per account per tier?
3. What types of data can be stored in each database?
Structured data (text, numbers, JSON), Images, Files (PDF, audio, etc.)
4. Can I store video files directly...
Riya_NoCodeBackend
Dec 9, 2025A: Hi Raj,
1. There is no storage limits, but rather number of rows which are 1 million per table. You still can go above 1 million rows but then you may start seeing slowness.
2. Nope.
3. Only structured data. No blobsor base64 data which can just skyrocket the storage with just few entries.
4. You can simply store the URLs inside NoCodeBackend. But you need to actually host it on s3 or something...
Share NoCodeBackend
Q: What is 3 Database?
AppSumo Tier 1:
3 databases
Unlimited tables and columns
Auto-generated REST APIs for each database
Auto-generated API documentation
No webhooks
No AI
1. Does it mean I can use it with 3 projects only?
2. I have 5 different web and mobile apps where I need a backend for headless cms using react.js/next.js as frontend.
3. Can I go with AppSumo Tier 1: 3 databases to run my 5 apps?
Riya_NoCodeBackend
Dec 9, 2025A: Hi Raj,
A database is something that holds all your front end data to make it persistent and make it available to your users anytime they want to see it via your front end.
1. A database is ideally for one entire application. It contains tables and columns related to that application only. If your project is an application, then yes you can have 3 projects in tier 1.
2. Already explained in my...
Share NoCodeBackend
Q: Smart AI calls renew monthly?
Smart AI calls for 1-click database and API generation, are renewed every month, right?
Or they are one-time credits and you don't offer BYOK either?
Riya_NoCodeBackend
Dec 8, 2025A: Hi,
No. These are one-time credits. And you can purchase additional credits in case you need more.
Thanks
Share NoCodeBackend
Well, thanks for letting me know. Now I understand why you are avoiding being explicit on all the other BYOK questions being made. A $700 product that will become useless with nothing proprietary about it after 250 prompts, unless I buy credits at whatever price you want us to pay for it. Uffff... glad I've dodged this bullet.
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...
Share NoCodeBackend
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.