I’m currently on Tier 3 and having trouble getting it to work with Greta. Is it possible to receive some help with this?
Founder Team
Riya_NoCodeBackend
Aug 8, 2026
A: Hello, We already offer APIs and MCP server of our own. It depends on Greta if they accept MCP connections. I believe they now have built-in integration with NCB. You need to check with them. But if you need any guidance with features related to NoCodeBackend, I'm more than happy to assist.
Simple questions: 1) Where are your data centers? 2) Are you SOC 2 Type II audited? 3) How do you handle data encryption? (field by field, at rest) 4) How are your generated DBs isolated from the Internet? 5) What systems exist to protect DBs from direct attacks? 6) How do you handle data backups? 7) What about replication and fail-over?
Founder Team
Riya_NoCodeBackend
Aug 7, 2026
A: Hi there! Thank you for the great technical questions. Here is a breakdown of our architecture:
1) Where are your data centers? Our entire infrastructure is hosted on Oracle Cloud Infrastructure (OCI). We utilize their enterprise-grade regions to ensure high performance, low latency, and secure data residency.
2) Are you SOC 2 Type II audited?
Oracle Cloud Infrastructure is fully SOC 2 Type...
Q: Thanks for your previous explanation. I have a few follow-up questions?
1. Does each authenticated request perform only a lightweight Session ID lookup, or does it load the full user record from the database?
2. Is session validation done directly against the database every time, or do you use an in-memory cache (e.g., Redis) or another caching mechanism?
3. If 500 authenticated requests arrive simultaneously, does that mean 500 session validation database lookups...
Founder Team
Riya_NoCodeBackend
Aug 5, 2026
A: Hello,
For any technical questions, implementation guidance, or detailed backend architecture discussions, please reach out to our support team via our support email. One of our developers will be happy to assist you with the technical details.
This AppSumo Q&A section is primarily intended for feature, pricing, and sales-related questions. If you have any questions about the product's...
Q: I have one architecture-related question about authentication?
When an authenticated request reaches the NCB API, does NoCodeBackend verify the JWT and execute the Pre Hook before performing any database lookup?
In other words, if the Pre Hook doesn't use the DB Query block, can authentication and authorization be completed using only the verified JWT claims without reading the database, or does NoCodeBackend always perform a database lookup for authenticated requests?
Founder Team
Riya_NoCodeBackend
Aug 5, 2026
A: Hi there, Great question!
To answer directly: NoCodeBackend always performs a database lookup for authenticated requests before any Pre Hooks are executed.
Here’s a high-level overview of the request flow:
Authentication First: When an authenticated request arrives, we don't rely solely on stateless JWT claims. Instead, our authentication layer checks your database to ensure the session is...
1. Does NoCodeBackend have built-in authentication? * Sign up * Log in * Forgot password * OAuth 2. Can it store files? * PDF resumes * Word documents 3. Can you use vector search or embeddings? This is useful if you want to make AI matching smarter. 4. Can you run your own code? For example, an AI function that analyzes a resume and calculates a match score? 5....
Founder Team
Riya_NoCodeBackend
Edited Jul 27, 2026
A: 1. Does NoCodeBackend have built-in authentication? Yes. It includes: Sign up Log in Forgot password OAuth (Google, passwordless, etc.) Role-based access control (RBAC) and Row Level Security (RLS)
2. Can it store files? No. File storage isn't built in. You can use external storage (e.g. S3, Cloudflare R2) and store the file URLs in NoCodeBackend.
Very helpful - I need AI matching and storage and NoCodeBackend does not offer this - I would love to use one platform and not different, that’s too confusing for me.
Q: Assistance Needed Integrating with Greta
I’m currently on Tier 3 and having trouble getting it to work with Greta. Is it possible to receive some help with this?
Riya_NoCodeBackend
Aug 8, 2026A: Hello,
We already offer APIs and MCP server of our own. It depends on Greta if they accept MCP connections. I believe they now have built-in integration with NCB. You need to check with them. But if you need any guidance with features related to NoCodeBackend, I'm more than happy to assist.
Thanks
Share NoCodeBackend
Q: Need to understand infrastructure security
Simple questions:
1) Where are your data centers?
2) Are you SOC 2 Type II audited?
3) How do you handle data encryption? (field by field, at rest)
4) How are your generated DBs isolated from the Internet?
5) What systems exist to protect DBs from direct attacks?
6) How do you handle data backups?
7) What about replication and fail-over?
Riya_NoCodeBackend
Aug 7, 2026A: Hi there! Thank you for the great technical questions. Here is a breakdown of our architecture:
1) Where are your data centers? Our entire infrastructure is hosted on Oracle Cloud Infrastructure (OCI). We utilize their enterprise-grade regions to ensure high performance, low latency, and secure data residency.
2) Are you SOC 2 Type II audited?
Oracle Cloud Infrastructure is fully SOC 2 Type...
Share NoCodeBackend
Q: Thanks for your previous explanation. I have a few follow-up questions?
1. Does each authenticated request perform only a lightweight Session ID lookup, or does it load the full user record from the database?
2. Is session validation done directly against the database every time, or do you use an in-memory cache (e.g., Redis) or another caching mechanism?
3. If 500 authenticated requests arrive simultaneously, does that mean 500 session validation database lookups...
Riya_NoCodeBackend
Aug 5, 2026A: Hello,
For any technical questions, implementation guidance, or detailed backend architecture discussions, please reach out to our support team via our support email. One of our developers will be happy to assist you with the technical details.
This AppSumo Q&A section is primarily intended for feature, pricing, and sales-related questions. If you have any questions about the product's...
Share NoCodeBackend
Q: I have one architecture-related question about authentication?
When an authenticated request reaches the NCB API, does NoCodeBackend verify the JWT and execute the Pre Hook before performing any database lookup?
In other words, if the Pre Hook doesn't use the DB Query block, can authentication and authorization be completed using only the verified JWT claims without reading the database, or does NoCodeBackend always perform a database lookup for authenticated requests?
Riya_NoCodeBackend
Aug 5, 2026A: Hi there,
Great question!
To answer directly: NoCodeBackend always performs a database lookup for authenticated requests before any Pre Hooks are executed.
Here’s a high-level overview of the request flow:
Authentication First: When an authenticated request arrives, we don't rely solely on stateless JWT claims. Instead, our authentication layer checks your database to ensure the session is...
Share NoCodeBackend
Q: Auth and storage
1. Does NoCodeBackend have built-in authentication?
* Sign up
* Log in
* Forgot password
* OAuth
2. Can it store files?
* PDF resumes
* Word documents
3. Can you use vector search or embeddings?
This is useful if you want to make AI matching smarter.
4. Can you run your own code?
For example, an AI function that analyzes a resume and calculates a match score?
5....
Riya_NoCodeBackend
Edited Jul 27, 2026A: 1. Does NoCodeBackend have built-in authentication?
Yes. It includes:
Sign up
Log in
Forgot password
OAuth (Google, passwordless, etc.)
Role-based access control (RBAC) and Row Level Security (RLS)
2. Can it store files?
No. File storage isn't built in. You can use external storage (e.g. S3, Cloudflare R2) and store the file URLs in NoCodeBackend.
3. Can you use vector search or...
Share NoCodeBackend
Very helpful - I need AI matching and storage and NoCodeBackend does not offer this - I would love to use one platform and not different, that’s too confusing for me.