Private by default.
Verified every time.
Relpin keeps deployed apps reachable only by verified members of your organization. Every request clears session, organization, app, and environment checks before the app runtime sees it.
Request forwarded with verified context
Missing context blocks the route
No deployed app becomes a public URL by accident.
Relpin treats deployed app routes as governed entrypoints. Dispatch routing sits behind Relpin authorization, strips spoofable identity headers, and fails closed when user or organization context is missing.
Deployed app routes require an authenticated Relpin session before traffic reaches the app.
Apps receive platform-verified user and org context — never browser-supplied headers.
Missing or invalid authorization blocks the route instead of falling through to the app.
Capability-based access,
resolved server-side.
Roles map to convention-based permission keys, not ad-hoc checks scattered through app code. Relpin resolves capabilities on the server before an action runs, so the same access model governs every tool you ship.
Permissions follow a predictable resource.action shape, so access intent is readable instead of guessed.
Capabilities attach to roles. Granting and revoking happens in one place, not per app.
Access is evaluated on the platform before the action executes — the browser never holds the decision.
Promote releases through
DEV, TEST, and PROD.
Every environment is an isolated scope with its own tables, data, and access. Apps deploy and run in DEV and TEST, not only PROD, and releases promote forward as pinned bundles. Promotion is gated: TEST requires one approval, PROD requires two with separation of duties.
DEV, TEST, and PROD each get their own tables and data. Nothing bleeds across a scope.
Apps deploy and run in DEV and TEST, not only PROD — preview real behavior before promoting.
TEST requires one approval, PROD requires two with separation of duties. The requester cannot self-approve, and approvals bind to the exact artifact hash.
Deploy, run, and preview with isolated data
Validate against representative data
Serve verified members only
Internal software that stays internal.
Governance applies the same way across the tools teams actually ship — wherever access, environment, and identity have to be provable.
Compliance-bound tools
Internal tools handling regulated data stay behind verified org membership and scoped access.
Contractor & partner access
Grant scoped, role-based access to outside collaborators without exposing a public surface.
Customer-data consoles
Admin tools that read and write production data run behind capability checks, not shared logins.
Approval & triage queues
Ops and finance workflows scope who can act, with environment-aware access on every step.
Environment-scoped previews
DEV and TEST builds stay reachable only to the members assigned to that environment.
Privileged admin actions
Sensitive actions sit behind role-based capabilities so the right people hold the right keys.
Build internal software
that stays internal.
Relpin gives teams the speed of code-first app creation while keeping deployed apps behind account, organization, and environment boundaries.
Private by default · Org-scoped access · Dispatch authorization
Account required. Organization checked. App access scoped.