Documentation

Getting started

Introduction

nexp is a low-code application platform. Every team gets an instance — a fully isolated environment with its own private data store, its own identity space (SSO, roles, groups), instant data APIs, a config-driven UI builder and release management for promoting changes between environments.

nexp platform architecture

What you can build

  • Internal tools & admin panels — model tables in the data designer, then compose pages, tables, and forms without writing a frontend.
  • Data-backed APIs — every table is immediately readable and writable through the data API, gated by roles and row-level security.
  • Multi-environment apps — capture changes as update sets, bundle them into releases and promote dev → staging → prod.

How it fits together

Piece What it is
Instance Your isolated slice of nexp: private data store + identity space
App An installable unit inside an instance: data structure, pages, nav and roles
Environment A copy of your organization on a cluster (dev, staging, prod)
Update set A recorded batch of structure/config changes, exportable and versioned
Release An ordered bundle of update sets you promote between environments

Where to go next

  1. Create an account on nexp.dev.
  2. Spin up your free instance — ready in about a minute.
  3. Take the first steps inside your new admin panel.