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
Requires Node.js 18 or newer. You can also use
npx @nometria-ai/nom without installing globally.Three commands to go live
Sign in
Set up your project
nometria.json config file.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.