Skip to main content
The nom CLI is the fastest way to get your app live from your terminal. No dashboards, no clicking around — just three commands and your app is running on real infrastructure.

Who is this for?

If you like working in a terminal (or if an AI coding tool like Cursor or Claude Code is writing your code), the CLI is for you. It works great on its own, and it also powers the MCP server that lets AI tools deploy directly.

Install

npm install -g @nometria-ai/nom
Requires Node.js 18 or newer. You can also use npx @nometria-ai/nom without installing globally.

Three commands to go live

1

Sign in

nom login
This opens your browser so you can sign in with Google, GitHub, or email. No tokens to copy-paste.
2

Set up your project

nom init
This detects your framework (Next.js, Vite, Remix, etc.) and creates a nometria.json config file.
3

Deploy

nom deploy
Your app is built, uploaded, and deployed to AWS. You get a live URL in about two minutes.
That’s it. Your app is live.

What else can it do?

The CLI has 16 commands that cover everything you need after that first deploy:

Staging previews

Run nom preview to get a free staging URL that expires in 2 hours. Great for testing before you go live.

GitHub auto-deploy

Connect GitHub and every push to main triggers a new deploy automatically.

AI tool integration

Run nom setup to generate 12 config files for Cursor, Claude Code, Copilot, Cline, Windsurf, and more.

Claude Code slash commands

Type /deploy in Claude Code to deploy. Also /preview, /status, and /nometria-login.

MCP server

Let Claude Code deploy, check status, and manage your app using natural language.

Next steps

Installation and setup

Detailed install instructions, login options, and environment variables.

Command reference

Every command with examples and options.

AI tools setup

Generate config files so every AI coding tool knows how to deploy your project.

GitHub integration

Auto-deploy on push and GitHub Actions setup.