Skip to content
NEXDGE
Start free
/01  Security

Zero retention.By architecture.

Your code never touches a database. It is processed in memory and permanently deleted after every code review. This is not a policy. It is an architectural constraint that cannot be changed by a terms-of-service update.

Zero code retention

Code is processed in memory and discarded immediately after review. No database of customer code. Nothing to breach, nothing to leak.

Encryption

TLS 1.3 for all data in transit. AES-256 for all account and billing data at rest.

Sovereign deployment

Fully air-gapped self-hosted deployment for enterprises and government bodies. No external API calls. No data leaving your jurisdiction. Available worldwide.

STQC in progressISO 27001 in progressSOC 2 in progressDPDP Act compliant by design
/02  The Architecture

Four guarantees.Zero exceptions.

The landing page states these four guarantees in passing. This is what each one actually means when you trace it through the system.

01

Code never touches our disk

Ephemeral process, zero writes, destroyed when the review ends.

Sandboxed process, killed on completion

Each review spawns its own isolated process with no shared memory or filesystem access to any other request. The moment a result is returned, that process is torn down. There is no code path between 'review finished' and 'code persisted' for an attacker or a bug to exploit, because that path doesn't exist in the architecture.

02

Row-level tenant isolation

Cryptographically isolated per account. No shared surfaces.

Postgres RLS, enforced at the database layer

Isolation isn't a query filter an application developer could forget to add. It's a row-level security policy enforced by the database itself, keyed to the authenticated tenant on every single query. An application bug that forgot a WHERE clause still couldn't return another account's data, because the database refuses the row before the application ever sees it.

03

Zero data retention by default

Review result returned, then deleted. On every plan.

No code body in logs, traces, or error reports

Review metadata (timestamp, line count, language, score) is logged for your own dashboard history. The code body itself is never written there; it isn't in application logs, it isn't in Sentry error traces, and it isn't in any backup. If the code was never reviewed by a human on our side and never stored, there's nothing to accidentally expose later.

04

Delete everything, anytime

One button wipe. GDPR Article 17 compliant. No waiting period.

Self-serve deletion, no support ticket required

GDPR Article 17 and India's DPDP Act both require you to be able to ask for erasure. Nexdge doesn't make you ask: account and billing data deletion is a single action in settings, executes immediately, and isn't gated behind a support queue or a waiting period some vendors use to slow the process down.

Questions we get asked

Do you train models on my code?

Nexdge never uses your code for training, fine-tuning, or evaluation. It exists for the duration of the single review that used it, then it's gone. Running that review means sending it to the AI providers listed in our privacy policy, who process it under their own published API terms; we don't speak for them here, we name them so you can check.

Do you log the contents of my code?

No. We log metadata about a review, timestamp, line count, language, score, so your dashboard history works. The code body itself never appears in application logs, error traces, or backups.

What happens to my code if a review fails partway through?

The same thing that happens when it succeeds: the process is destroyed. A failed review has nothing left to clean up, because there was never a durable copy to begin with.

What happens when I delete my account?

Account and billing data deletion executes immediately from your settings, no support ticket required. Your code was already gone the moment each review completed; this clears what remains, your profile, history metadata, and billing records.

/03 Start

Stop shipping yourAI's mistakes.

Nexdge catches what your AI code generator misses. Every time. Before production.

Start reviewing for free Free tier · no credit card · up and running in 60 seconds