Welcome to NexaTech

This guide gets you from zero to your first deployed application in under 15 minutes.

Install the CLI

npm install -g @nexatech/cli
nexatech --version

Authenticate

nexatech login

This opens a browser window for OAuth authentication. Alternatively, use an API key:

nexatech login --api-key YOUR_KEY

Create your first project

nexatech init my-project --region us-east-1

Deploy

nexatech deploy

Your application is now live. You'll see the public URL in the terminal output.