Skip to main content

GitHub

nometria/deploy-cli — MIT License

What it does

nom is a terminal tool that deploys your web app to real cloud infrastructure (AWS, GCP, Azure, DigitalOcean, Hetzner, or Vercel) with a single command. No Docker files, no CI pipelines to set up, no cloud console to navigate.

Install

npm install -g @nometria-ai/nom

Quick start

nom login          # Sign in via browser
nom init           # Auto-detect framework, pick your cloud
nom deploy         # Build → upload → deploy → live URL

Features

FeatureDescription
Auto-detectDetects Next.js, Vite, Remix, and static sites automatically
Browser loginNo tokens to copy — sign in with Google, GitHub, or email
Staging previewsnom preview creates a free 2-hour preview URL
GitHub auto-deployConnect once, every push to main deploys automatically
Instance managementStart, stop, upgrade, terminate from your terminal
Custom domainsnom domain add example.com
Env variablesnom env set KEY=VALUE
AI security scannom scan runs an AI-powered security + performance audit
AI tool configsnom setup generates 12 config files for Cursor, Claude Code, Copilot, Cline, Windsurf, and more
Claude Code slash commands/deploy, /preview, /status — deploy from inside Claude Code conversations
AGENTS.mdUniversal agent guide with full API reference for any AI tool

All 16 commands

nom init          nom deploy        nom preview       nom status
nom logs          nom login         nom whoami        nom setup
nom github        nom start         nom stop          nom terminate
nom upgrade       nom domain        nom env           nom scan

npm

npm install -g @nometria-ai/nom     # Install globally
npx @nometria-ai/nom deploy         # Or use without installing
See the full CLI documentation for detailed command reference and examples.